很多时候不确定字数限制,但换行可能影响整体设计,这个时候常用就是文字省略加全文字提示了
.dom{ text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.dom{ overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; display: -webkit-box; }