首页 > 技术文章 > css 清除浮动

z-s-q 2016-11-02 15:12 原文

.test:after{
            content: '';
            clear: both;
            display: block;
            overflow: hidden;
        }

 

推荐阅读