This commit is contained in:
张成
2025-11-10 16:34:14 +08:00
parent e7b8aab80c
commit 022aecc93d
5 changed files with 80 additions and 31 deletions

View File

@@ -19,6 +19,8 @@ $color-text-tertiary: rgba(60, 60, 67, 0.3) !default;
$color-white: #FFFFFF !default;
$color-background: #FAFAFA !default;
// 字体大小和行高混入
@mixin text-style($size: 14px, $weight: 400, $line-height: 1.4em, $letter-spacing: 0) {
font-family: $font-family-primary;