Single-line text display, multiple lines, ellipses and beyond

One-way and beyond the ellipsis
white-space: nowrap;
overflow: hidden;
width: 100%;
text-overflow: ellipsis;
 
Multi-line
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;

Guess you like

Origin www.cnblogs.com/Glant/p/11095700.html