参考
css清除浮动各种方法
设定完 float 后
.box { float: left; width: 200px; height: 100px; margin: 1em;}.after-box { clear: left;}
记得后面要加:
clear:both (left|right)
参考
css清除浮动各种方法
设定完 float 后
.box { float: left; width: 200px; height: 100px; margin: 1em;}.after-box { clear: left;}
记得后面要加:
clear:both (left|right)