first commit

This commit is contained in:
2024-12-10 12:20:05 +08:00
commit f866087c7e
37 changed files with 2080 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;
}