css中为了清除浮动经常用到的after样式
.cf:after { display: block; visibility: hidden; width: 0; height: 0; line-height: 0; font-size: 0; clear: both; content: "."; }
.cf:after { display: block; visibility: hidden; width: 0; height: 0; line-height: 0; font-size: 0; clear: both; content: "."; }