css清除浮动

.clearfix:before,.clearfix:after{

    content:"";
    display:table;
}
.clearfix:after{clear:both;}
原文地址:https://www.cnblogs.com/lichihua/p/8989993.html