单行:
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
多行:
word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
原文地址:https://www.cnblogs.com/Waiting-Liang/p/12101200.html
时间: 2024-10-11 22:46:21