文字限制行数,结尾显示省略号
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
padding: 0.05rem 0;
max-height: 2.65em;
display: block;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
padding: 0.05rem 0;
max-height: 2.65em;
display: block;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;