From 851bfe149c739f2337f0db0bff5c43384d4e1f55 Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Tue, 14 Oct 2025 18:26:46 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=96=B0=E5=A2=9E=E5=8E=9F?= =?UTF-8?q?=E5=AD=90=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/static/scss/background.scss | 15 +++++++++++++++ src/static/scss/colors.scss | 32 ++++++++++++++++++++++++++++++++ src/static/scss/font-size.scss | 4 ++++ 3 files changed, 51 insertions(+) diff --git a/src/static/scss/background.scss b/src/static/scss/background.scss index 2391903..95a9b0b 100644 --- a/src/static/scss/background.scss +++ b/src/static/scss/background.scss @@ -6,3 +6,18 @@ .bg-gray { background-color: #f5f5f5; } + +.bg-17294E { + background-color: #17294e; +} + +.bg-liner { + background: linear-gradient(205deg, #8ae3fc 0%, rgba(138, 227, 252, 0) 20%), + linear-gradient(155deg, #fef7e1 0%, rgba(254, 247, 225, 0) 20%), + radial-gradient( + 48% 48% at 61% 118%, + #ffffff 0%, + rgba(255, 255, 255, 0) 100% + ), + linear-gradient(180deg, rgba(238, 248, 255, 0) 0%, #eef8ff 50%), #eef8ff; +} diff --git a/src/static/scss/colors.scss b/src/static/scss/colors.scss index 44e1fbf..7ef610b 100644 --- a/src/static/scss/colors.scss +++ b/src/static/scss/colors.scss @@ -4,6 +4,10 @@ color: #fff; } +.color-00 { + color: #000; +} + .color-33 { color: #333; } @@ -15,3 +19,31 @@ .color-99 { color: #999; } + +.color-525866 { + color: #525866; +} + +.color-171717 { + color: #171717; +} + +.color-99A0AE { + color: #99a0ae; +} + +.color-FF3D60 { + color: #ff3d60; +} + +.color-2D91FF { + color: #2d91ff; +} + +.color-43669A { + color: #43669a; +} + +.color-21B466 { + color: #21b466; +} diff --git a/src/static/scss/font-size.scss b/src/static/scss/font-size.scss index fa5cb30..c0f61da 100644 --- a/src/static/scss/font-size.scss +++ b/src/static/scss/font-size.scss @@ -11,6 +11,10 @@ font-size: 16px; } +.font-size-17 { + font-size: 17px; +} + .font-size-18 { font-size: 18px; }