单行超出
width: 100%;
height: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
多行超出
width: 100%;
height: 100%;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient:vertical;
-webkit-line-clamp:3; /*设置行数*/
display:-webkit-box;