css 文本多行内容显示超出显示省略号

it2023-03-15  77

overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; /*设置显示多少行*/ overflow:hidden; /* autoprefixer: ignore next */ -webkit-box-orient: vertical;
最新回复(0)