一.常用的骨灰级清除浮动


复制代码
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden;
}

网友评论