clearfix清除浮动

.clearfix:before,.clearfix:after {
display: table;
content: "";
line-height: 0
}
.clearfix:after {
clear: both
}
.clearfix {
*zoom: 1
}

///////////////////////////////////////////////

.div:after{
       content:"";
       clear: both;
       display: block;
     }
posted @ 2017-01-04 14:57  Poppyヽ彤  阅读(100)  评论(0编辑  收藏  举报