Files
xiezheng_jq/css/tool/color.css
2024-12-10 12:20:05 +08:00

9 lines
216 B
CSS

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