美文网首页
clearfix 清除浮动

clearfix 清除浮动

作者: 丶梵天 | 来源:发表于2016-07-26 16:19 被阅读45次
    /* bootstrap 使用的 clearfix */

    .clearfix {
      *zoom: 1;
    }
    .clearfix:before,
    .clearfix:after {
      display: table;
      line-height: 0;
      content: "";
    }
    .clearfix:after {
      clear: both;
    }

相关文章

网友评论

      本文标题:clearfix 清除浮动

      本文链接:https://www.haomeiwen.com/subject/svwnjttx.html