div中元素float之后不能自动撑大,添加css样式
时间:2020-06-30 10:59:34
收藏:0
阅读:57
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
content: ".";
display: block;
height: 0;
clear: both;
overflow:hidden;
visibility: hidden;
}
}
评论(0)