feat: 样式定义

This commit is contained in:
2026-03-13 11:47:48 +08:00
parent 14b401ab5d
commit d41e457605
7 changed files with 445 additions and 28 deletions

View File

@@ -11,3 +11,10 @@
-webkit-line-clamp: 2;
overflow: hidden;
}
.ellipsis-3 {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}