清除浮动

/*清除浮动*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {
*zoom: 1;
}

原文地址:https://www.cnblogs.com/Ao-min/p/13381707.html