发布页开发

This commit is contained in:
筱野
2025-08-17 22:58:00 +08:00
parent 68a6558776
commit 2b3caf027b
76 changed files with 6173 additions and 1610 deletions

8
src/scss/themeColor.scss Normal file
View File

@@ -0,0 +1,8 @@
$page-background-color: #FAFAFA;
$primary-color: #000000;
$primary-color-text: #FFFFFF;
$primary-shallow-bg: rgb(245, 245, 245);
$input-placeholder-color: rgba(60, 60, 67, 0.6);
$textarea-placeholder-color: rgba(60, 60, 67, 0.3);
$primary-background-color: rgba(0, 0, 0, 0.06);
$primary-border-color: rgba(0, 0, 0, 0.16);