clearfix

.clearfix:after {
    content: "." ;
    display: block ;
    height: 0 ;
    clear: both ;
    visibility: hidden ;
}

原文地址:https://www.cnblogs.com/clj2017/p/8962173.html