首页 > 代码库 > 文字溢出隐藏

文字溢出隐藏

list-item-text-desc {
line-height: 5.6vw;
height: 11.2vw;
overflow: hidden;
display: -webkit-box;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;//2行
}

文字溢出隐藏