example主题列表展示封面

This commit is contained in:
tangly1024.com
2023-04-21 10:22:00 +08:00
parent 1e80a556f1
commit ef00d9d61b
4 changed files with 90 additions and 45 deletions

View File

@@ -302,4 +302,12 @@ a.avatar-wrapper {
-webkit-line-clamp: 4;
overflow: hidden;
text-overflow: ellipsis;
}
.p-3-lines {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
text-overflow: ellipsis;
}