CSS clearfix类 清浮动

 

/* 手写 clearfix */
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}
.clearfix { *zoom: 1; /* 兼容 IE 低版本 */ }

 

posted @ 2021-02-24 22:36  Better-HTQ  阅读(74)  评论(0编辑  收藏  举报