/*清除浮动*/

/*清除浮动*/

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

原文地址:https://www.cnblogs.com/lsongyang/p/9282872.html