css中为了清除浮动经常用到的after样式

.cf:after {
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    content: ".";
}

 

posted @ 2016-04-26 09:26  充实地生活着  阅读(348)  评论(0编辑  收藏  举报