theme.less 224 B

12345678910111213141516
  1. // 主题色
  2. @theme-color1: #4765dd;
  3. @theme-color2: #C4D0FF;
  4. // 背景色
  5. @bg-color1: #ffffff;
  6. @bg-color2: #F7F8FA; // 二次容器色
  7. // 字体次要颜色
  8. @font-color2: #4F4F4F;
  9. // 点击颜色
  10. @hover-color: #40A4FB;