html css的运用

设置样式

text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;

posted @ 2021-10-27 17:30  小新整挺好  阅读(27)  评论(0)    收藏  举报