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