Two lines of text display, extra content hidden

 

//css

overflow: hidden;
text-overflow: ellipsis; // Text overflow ellipsis
the display: -webkit-Box;
-webkit-Line-CLAMP: 2; // number of control lines of text
-webkit-box-orient: vertical; // sub number array elements

Guess you like

Origin www.cnblogs.com/CoderZX/p/11283244.html