// -webkit-box-orient: vertical!important;
overflow: hidden;
-webkit-line-clamp: 2;
height: .72rem;
line-height: .36rem;
display: -webkit-box; these attributes are used to deal with multi-line text overflow, but now after webpack compilation, 
 -webkit-box-orient: vertical  checks that the element style does not have this attribute, and 
 has several other attributes. Now only put this attribute into the inline style. I use scss, 
 to ask the expert what the reason is. 
