clearfix

.clearfix:before,.clearfix:after{
content: "";
display: table;
}
.clearfix:after{
clear: both;
}
.clearfix{
*zoom: 1;
}
原文地址:https://www.cnblogs.com/Yanss/p/10233352.html