css中清除浮动

在父dom对象上添加class

.clearFloat {

  content: "";

  display: block;

  visibility: hidden;

  height: 0;

  clear: both;

}

posted @ 2020-03-21 11:54  风中的猫  阅读(165)  评论(0编辑  收藏  举报