清除浮动的方法

清除浮动 --- 目前使用范围最广的方法

.clearfix:before,.clearfix:after{
display: table;
content: "";}


.clearfix:after {
clear: both;}


.clearfix {
zoom: 1;}
原文地址:https://www.cnblogs.com/wyylqb/p/7109475.html