大量修改

This commit is contained in:
编码猿
2024-11-30 22:40:02 +08:00
commit 6b0e7cd1ed
43 changed files with 1886 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;
}