css 2行,超出省略号显示


overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
/* autoprefixer: off */
-webkit-box-orient:vertical;
/* autoprefixer: on */
-webkit-line-clamp:2;
 
 
 
 
posted @ 2020-07-27 09:38  lude1994  阅读(119)  评论(0编辑  收藏  举报