css多行多余内容用省略号表示:
.cnt{margin:8px 0 8px 0;color:#333333;line-height:20px;height:42px;width:220px;overflow: hidden;text-overflow: -o-ellipsis-lastlinetext-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
css多行多余内容用省略号表示:
.cnt{margin:8px 0 8px 0;color:#333333;line-height:20px;height:42px;width:220px;overflow: hidden;text-overflow: -o-ellipsis-lastlinetext-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}