初始化

This commit is contained in:
hezhidong
2024-11-05 17:43:01 +08:00
parent 2a10e37c10
commit 4e1140419a
97 changed files with 8700 additions and 89 deletions
+10
View File
@@ -0,0 +1,10 @@
$main-color: #30BF78; // 用户端主题色
// 字号大小
$sm-size: .32rem /* 24/75 */;
$size26: .3467rem /* 26/75 */;
$md-size: .3733rem /* 28/75 */;
$size30: .4rem /* 30/75 */;
$lg-size: .4267rem /* 32/75 */;
// 颜色
$white: #ffffff;