overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
-webkit-line-clamp: 3; /*3行, 1行的话不用加*/
参考: https://www.cnblogs.com/nelsonlei/p/10154978.html
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
-webkit-line-clamp: 3; /*3行, 1行的话不用加*/
参考: https://www.cnblogs.com/nelsonlei/p/10154978.html
相关文章: