first commit
This commit is contained in:
9
css/tool/color.css
Normal file
9
css/tool/color.css
Normal file
@@ -0,0 +1,9 @@
|
||||
/* 存在项目中用到的很多颜色 */
|
||||
|
||||
:root {
|
||||
--swiper-theme-color: var(--themeColor) !important;
|
||||
--themeColor: #fb7299;
|
||||
--whiteColor: #fff;
|
||||
--textColor: #050505;
|
||||
--tipsTextColor: #929292;
|
||||
}
|
||||
Reference in New Issue
Block a user