文字超出显示省略号
/*<p class=‘text-ellipsis‘></p>*/.text-ellipsis{ ?overflow: hidden; ?white-space: nowrap; ?text-overflow: ellipsis;}
清除浮动
/*<div class=‘clearfix‘></div>*/.clearfix:after { ???display: block; ???content: ‘‘; ???clear: both; ???height:0;}/* or */.clearfix { ??overflow: hidden; ??clear: both; ?}
常用 CSS 片段
原文地址:http://www.cnblogs.com/wx1993/p/7605917.html