📅  最后修改于: 2022-03-11 15:01:39.237000             🧑  作者: Mango
.max-lines {
display: block;/* or inline-block */
text-overflow: ellipsis;
word-wrap: break-word;
overflow: hidden;
max-height: 3.6em;
line-height: 1.8em;
}