Some css style notes

  • Plus ellipsis two lines
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;

 


Guess you like

Origin www.cnblogs.com/zhangzhaowei/p/11858161.html