css的清除浮动

方法:1、在父级标签添加overflow:hidden

   2、.class:after{content:””;display:block;clear:both}