css清除浮动

.clearfix:after {

         content:'0'

         display:block;

         height:0;

         visibility:hidden;

         clear:both;

}

你可能感兴趣的:(清除浮动)