12345678910111213141516171819202122 |
- @theme-color: #00985E;
- //@theme-color的rgb
- @theme-rgbColor: 0, 152, 94;
- //#00FA9A的rgb色
- @theme-light-rgba-Color: 0,250,154;
- @theme-lightColor: #00FF00;
- @theme-light2Color: #98FB98;
- //@theme-light2Color的rgb
- @theme-light2RgbColor: 152,251,152;
- //card的rgb颜色
- @theme-cardColor: 244,255,250;
- @theme-light3Color: #90EE90;
- @theme-light4Color: #F0FFF0;
- //@theme-light2Color的rgb
- @theme-light4RgbColor: 240,255,240;
- //@theme-light4Color: #000;
- @theme-commonColor: #F5F5F5;
- //灰色的rgb
- @theme-commonRgbColor: 245,245,245;
- //菜单头颜色
- @theme-headerColor: #006400;
|