CSS clearfix类 清浮动 Better

/* 手写 clearfix */
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}
.clearfix { *zoom: 1; /* 兼容 IE 低版本 */ }
原文地址:https://www.cnblogs.com/huangtq/p/14444212.html