其他分享
首页 > 其他分享> > bootstrap中的清除浮动

bootstrap中的清除浮动

作者:互联网

.clearfix:before,
.clearfix:after {
      content: " ";
      display: table;
}

.clearfix:after {
      clear: both;
}



//for IE 6/7 only
.clearfix {
     *zoom: 1;
}

  

     

 

 


标签:浮动,BFC,after,清除,bootstrap,content,设置,table,before
来源: https://www.cnblogs.com/fangtoushi/p/16025775.html