1234567891011121314151617181920212223 |
- @theme-color: #036EB8;
- @theme-linear: linear-gradient( 90deg, #036EB8 0%, #4AA498 100%);
- //@theme-color的rgb
- @theme-rgbColor: 0, 152, 94;
- //#00FA9A的rgb色
- @theme-light-rgba-Color: 0,250,154;
- @theme-lightColor: #036EB880;
- @theme-light2Color: #036EB84D;
- //@theme-light2Color的rgb
- @theme-light2RgbColor: 152,251,152;
- //card的rgb颜色
- @theme-cardColor: 244,255,250;
- @theme-light3Color: #036EB833;
- @theme-light4Color: #036EB81A;
- //@theme-light2Color的rgb
- @theme-light4RgbColor: 3, 110, 184, 0.1;
- //@theme-light4Color: #000;
- @theme-commonColor: #F5F5F5;
- //灰色的rgb
- @theme-commonRgbColor: 245,245,245;
- //菜单头颜色
- @theme-headerColor: #006400;
|