我也来试试 :
<style type="text/css">
.bg {
display: flex;
justify-content: space-between;
width: 440px;
background-color: beige;
align-items: center;
}
img {
width: 44px;
height: 44px;
}
.left {
flex: 1;
}
.right {
flex: none;
}
</style>
其中, html为 :
<div class="bg">
<img src="https://sponsor-static.ostack.cn/a0178ced5d32d23e1e29fe810c91de02.jpg" alt="">
<div class="left">
<span>文案文案文案文案文案文案文案文案</span>
</div>
<div class="right">
<button>按钮按钮</button>
</div>
</div>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…