.content-block
類內容動態文本,所以高度與每個塊不同。 有什麼辦法,在窗口調整大小,以獲得最大高度.content-block
並適用於所有其他.content-block
?窗口大小改變div高度
.content-block{
height: 72px;
display: block;
}
<div class="content-block">
<span><img src='a.png'/></span>
<span>
<B>Lorem Ipsum</b>
when an unknown printer took a galley of type and scrambled it to make a type specimen book
</span>
<span><img src='b.png'/></span>
<span>
<b>Lorem Ipsum</b>
is simply dummy text of the printing and typesetting industry. Lorem Ipsum has
</span>
</div>
爲什麼降不投票解釋? –