Files
xiezheng_h5/css/tool/color.css
2024-11-29 20:54:53 +08:00

9 lines
216 B
CSS

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