【css】文本超出行数以省略号显示

//超出2行省略
overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2; //行数设置
posted @ 2018-02-28 14:57  蓿苜  阅读(147)  评论(0编辑  收藏  举报