摘要:
最近在学习BootStrap框架,发现里面清除浮动的类 .clearfix 跟平时自己用的不太一样。它的样式是这样的: .clearfix:before
{ content: " "; display: table;
}
.clearfix:after
{ content: " "; display: table; clear: both;
} ... 阅读全文
posted @ 2015-05-09 22:41
阿孔
阅读(613)
评论(0)
推荐(0)