css要如何清除浮动

.clearfix{
  &:after{
    content: '';
    display: block;
    clear: both;
  }
}

 

https://m.php.cn/article/482883.html

posted @ 2022-05-13 16:29  前端路远且长  阅读(19)  评论(0)    收藏  举报