zcwer 2019-07-01
.title{
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}.description{
font-size: 30rpx;
display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
color : #cccccc;
text-overflow: ellipsis;
overflow: hidden;
}