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