first commit

This commit is contained in:
2024-11-29 20:54:53 +08:00
commit 55df3d398c
42 changed files with 1857 additions and 0 deletions

9
css/tool/color.css Normal file
View File

@@ -0,0 +1,9 @@
/* 存在项目中用到的很多颜色 */
:root {
--swiper-theme-color: var(--themeColor) !important;
--themeColor: #fb7299;
--whiteColor: #fff;
--textColor: #050505;
--tipsTextColor: #929292;
}