1.单行文本:
width:47%;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
2.多行文本
width: 98%;
height: 48px;
overflow:hidden;
-webkit-line-clamp:3;
-webkit-box-orient:vertical;
display:-webkit-box;
标签:isp play pre ica ace 多行 over space hidden
1.单行文本:
width:47%;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
2.多行文本
width: 98%;
height: 48px;
overflow:hidden;
-webkit-line-clamp:3;
-webkit-box-orient:vertical;
display:-webkit-box;
标签:isp play pre ica ace 多行 over space hidden
原文地址:https://www.cnblogs.com/-scl/p/8324191.html