单行超出显示点点点
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
多行超出显示点点点
overflow: hidden;
width: 200px;
height: 36px;
display: -webkit-box;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; /*2行末尾显示点点点*/
2024-04-02 11:12:22
单行超出显示点点点
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
多行超出显示点点点
overflow: hidden;
width: 200px;
height: 36px;
display: -webkit-box;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; /*2行末尾显示点点点*/