CSS常用样式汇总
- 前端
- 14天前
- 26热度
- 0评论
控制字数,超出用省略号
.watitle{width:150px; overflow:hidden ;text-overflow :ellipsis;-o-text-overflow: ellipsis;white-space :nowrap;}
控制字数,超出用省略号
.watitle{width:150px; overflow:hidden ;text-overflow :ellipsis;-o-text-overflow: ellipsis;white-space :nowrap;}