.clear {
clear: both;
height: 0;
overflow: hidden;
display: block;
line-height: 0
}
 
.clearfix:after {
clear: both;
font-size: 0;
height: 0;
display: block;
visibility: hidden;
content: " ";
line-height: 0
}
 
.clearfix {
zoom: 1
}
posted on 2017-05-02 13:16  前端小透明  阅读(227)  评论(0编辑  收藏  举报