文字溢出隐藏
时间:2016-11-14 17:32:45
收藏:0
阅读:239
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行
}原文:http://www.cnblogs.com/aliceblake/p/6062344.html
评论(0)