css文本显示两行后超出用省略号代替
2018-09-18 本文已影响86人
白雪公主960
max-height: 4em;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
/*! autoprefixer: off /
-webkit-box-orient: vertical;
/ autoprefixer: on */
word-break: break-all;