这个东西好难理解啊
可以在子元素末尾添加一个空标签,然后清除空标签的浮动,用clear:both
第二种就是给父级添加一个clearfix,用伪类的方法来清除浮动,里面是
clearfix:after{content:""; height:0; display:block; clear:both}