优化领劵中心的逻辑以及页面

This commit is contained in:
lemon橪
2022-05-31 15:42:21 +08:00
parent ded0ab5381
commit 3c9f0d3c5c
2 changed files with 280 additions and 277 deletions

View File

@@ -168,4 +168,12 @@ $font-weight: 400;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.wes-3 {
/* 适用于webkit内核和移动端 */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}