小程序中文字超出两行后显示省略号

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 @ 2021-04-23 12:44  教练我想打篮球  阅读(115)  评论(0编辑  收藏  举报