单行:
white-space: nowrap
;
overflow: hidden
;
text-overflow: ellipsis
;
多行:
overflow: hidden
;
text-overflow: ellipsis
;
display: -webkit-box
;
-webkit-line-clamp: 2
;
-webkit-box-orient: vertical
;
转载请注明原文地址:https://blackberry.8miu.com/read-41470.html