fxdyz
This commit is contained in:
+25
-23
@@ -1,27 +1,27 @@
|
||||
:root {
|
||||
--jx3-bg-deep: #04111d;
|
||||
--jx3-bg: #071a2b;
|
||||
--jx3-bg-raised: #0a2238;
|
||||
--jx3-surface: #0d2942;
|
||||
--jx3-surface-strong: #113451;
|
||||
--jx3-surface-soft: #173d5d;
|
||||
--jx3-surface-muted: #1b4567;
|
||||
--jx3-border: #9a7432;
|
||||
--jx3-border-strong: #c09647;
|
||||
--jx3-border-soft: rgba(203, 160, 78, 0.36);
|
||||
--jx3-border-faint: rgba(141, 175, 207, 0.18);
|
||||
--jx3-gold: #e1b766;
|
||||
--jx3-gold-bright: #f2cf82;
|
||||
--jx3-gold-muted: #b89655;
|
||||
--jx3-text: #f5f0e6;
|
||||
--jx3-text-secondary: #c4d2df;
|
||||
--jx3-text-muted: #879db2;
|
||||
--jx3-blue: #72a9d5;
|
||||
--jx3-green: #62bc92;
|
||||
--jx3-red: #d56a63;
|
||||
--jx3-purple: #a98bd2;
|
||||
--jx3-shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.18);
|
||||
--jx3-shadow-md: 0 12px 30px rgba(0, 0, 0, 0.24);
|
||||
--jx3-bg-deep: #dfe6eb;
|
||||
--jx3-bg: #edf2f5;
|
||||
--jx3-bg-raised: #f7f9fa;
|
||||
--jx3-surface: #ffffff;
|
||||
--jx3-surface-strong: #f8fafb;
|
||||
--jx3-surface-soft: #f1f5f7;
|
||||
--jx3-surface-muted: #e8eef2;
|
||||
--jx3-border: #9a6a25;
|
||||
--jx3-border-strong: #7e531b;
|
||||
--jx3-border-soft: rgba(126, 83, 27, 0.34);
|
||||
--jx3-border-faint: rgba(39, 57, 73, 0.16);
|
||||
--jx3-gold: #9a640f;
|
||||
--jx3-gold-bright: #704505;
|
||||
--jx3-gold-muted: #c8973e;
|
||||
--jx3-text: #17212b;
|
||||
--jx3-text-secondary: #304254;
|
||||
--jx3-text-muted: #596a79;
|
||||
--jx3-blue: #185f99;
|
||||
--jx3-green: #20754d;
|
||||
--jx3-red: #b23832;
|
||||
--jx3-purple: #694297;
|
||||
--jx3-shadow-sm: 0 4px 14px rgba(34, 48, 61, 0.09);
|
||||
--jx3-shadow-md: 0 12px 30px rgba(34, 48, 61, 0.13);
|
||||
--jx3-radius-sm: 6px;
|
||||
--jx3-radius-md: 10px;
|
||||
--jx3-radius-lg: 14px;
|
||||
@@ -33,6 +33,8 @@
|
||||
--jx3-space-6: 24px;
|
||||
--jx3-space-8: 32px;
|
||||
--jx3-page-width: 1200px;
|
||||
--jx3-font-size: 20px;
|
||||
--jx3-font-size-small: 18px;
|
||||
--jx3-font: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user