.content-block
类内容动态文本,因此每个块的高度不同。有没有办法在调整窗口大小时获得最大高度.content-block
并应用于所有其他.content-block
?
.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>