单行
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
width:500px;
多行
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
单行
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
width:500px;
多行
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;