artdong opened this issue 6 years ago · 1 comments
有哪几种常用的清除浮动方法?
.clear-float:after { content: ''; display: block; clear: both; }
.clear { clear: both; }