清除浮动

> div {
  zoom: 1;  
}
> div:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }

 

posted @ 2017-03-07 11:25  陈小银  阅读(155)  评论(0编辑  收藏  举报