在父DIV中后面增加一个DIV
<div class="bbc"></div>
</div>
.bbc{
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
DIV 子DIV为浮动时如何自适用高度
阅读 46
2022-01-09
在父DIV中后面增加一个DIV
<div class="bbc"></div>
</div>
.bbc{
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
相关推荐
精彩评论(0)