CSS常用样式汇总

控制字数,超出用省略号

.watitle{width:150px; overflow:hidden ;text-overflow :ellipsis;-o-text-overflow: ellipsis;white-space :nowrap;}