多行文本溢出省略号

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 @ 2019-07-12 15:12  心中有一海  阅读(107)  评论(0编辑  收藏  举报