css - clearfix 清除浮动

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

 

posted @ 2020-05-17 22:46  Cleves  阅读(107)  评论(0)    收藏  举报