微信小程序超出两行省略号

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

猜你喜欢

转载自www.cnblogs.com/jyc226/p/10556479.html