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

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

posted on 2019-03-19 09:01  Just丶随心  阅读(5359)  评论(0编辑  收藏  举报

导航