清除浮动样式

.clearFix:after {

content: '';

display: block;

clear: both;

}

.clearFix {

zoom: 1;

}

原文地址:https://www.cnblogs.com/wensx/p/11963331.html