清除浮动after

.clearf{display: inline-block;}
.clearf:after {
content: "."; 
display: block;
height: 0; 
clear: both; 
visibility: hidden;
}
/* Hides from IE-mac */
* html .clearf {height: 1%;}
.clearf {display: block;}
/* End hide from IE-mac */
原文地址:https://www.cnblogs.com/ahjesus/p/3320845.html