variables.less 877 B

12345678910111213141516171819202122232425262728293031323334353637
  1. @text-h1-size: 38px;
  2. @text-h2-size: 30px;
  3. @text-h3-size: 24px;
  4. @text-common-size: 16px;
  5. @text-secondery-size: 14px; // 小号文字. 例如选择附件的 "附件"模块
  6. @text-xsecondery-color: rgba(25, 26, 30, 1); // 小号颜色. 例如选择附件的 "附件"模块
  7. @text-common-color: rgba(0, 0, 0, 0.85);
  8. @text-secondery-color: rgba(0, 0, 0, 0.50);
  9. @text-bold-color: rgba(51, 51, 51, 1);
  10. @link-font-size: 16px;
  11. @link-color: rgba(0, 122, 255, 1);
  12. @status-success-color: rgba(82, 196, 26, 1);
  13. @status-warning-color: rgba(250, 173, 21, 1);
  14. @status-danger-color: rgba(255, 77, 79, 1);
  15. // FontSizeConf
  16. @font-size-h1: 38px;
  17. @font-size-h2: 30px;
  18. @font-size-h3: 24px;
  19. @font-size-common: 16px;
  20. @font-size-secondery: 14px;
  21. @font-size-third: 12px;
  22. @main-color: #3290c4;
  23. @white: white;
  24. @bg-gary: rgba(242, 241, 246, 1);
  25. // vant variable.
  26. @button-default-color: @main-color;