首页 > 技术文章 > div中元素float之后不能自动撑大,添加css样式

matd 2020-06-30 10:13 原文

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

推荐阅读