移动端文本多行省略

.ellipsis2 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orinent:vertical;
}

猜你喜欢

转载自blog.csdn.net/qq_26239917/article/details/88547625