颜色变量

// Colors
@black: #000;
@white: #fff;
@red: #f00;
@blue: #1989fa;
@orange: #ff976a;
@orange-dark: #ed6a0c;
@orange-light: #fffbe8;
@green: #07c160;
@gray: #c8c9cc;
@gray-light: #e5e5e5;
@gray-darker: #7d7e80;
@gray-dark: #969799;

//ZIndex

@zindex-base: 1;
@zindex-popup-msak: 10;
@zindex-popup: 11;
@zindex-message: 100;

// Component Colors
@text-color: #323233;
@icon-color: #a2a2a2;
@border-color: #ebedf0;
@active-color: #f2f3f5;
@background-color: #f8f8f8;
@background-color-light: #fafafa;

// font size
@font-size-mini: 10px;
@font-size-small: 12px;
@font-size-base: 14px;
@font-size-default: 16px;

// Animation
@animation-duration-base: 0.3s;
@animation-duration-fast: 0.2s;

// Padding
@padding-base: 4px;
@padding-mini: @padding-base * 2;
@padding-small: @padding-base * 3;
@padding-default: @padding-base * 4;
@padding-large: @padding-base * 6;
@padding-max: @padding-base * 8;

// Margin
@margin-base: 4px;
@margin-mini: @margin-base * 2;
@margin-small: @margin-base * 3;
@margin-default: @margin-base * 4;
@margin-large: @margin-base * 6;
@margin-max: @margin-base * 8;

// Size
@base-text-size: 14px;
@base-margin: 8px;

// Button
@button-mini-height: 22px;
@button-mini-min-width: 50px;
@button-mini-font-size: @font-size-mini;
@button-mini-line-height: 20px;
@button-small-height: 30px;
@button-small-font-size: @font-size-small;
@button-small-min-width: 60px;
@button-small-line-height: 28px;
@button-normal-font-size: @font-size-base;
@button-large-height: 50px;
@button-large-line-height: 48px;
@button-default-height: 44px;
@button-default-line-height: 42px;
@button-default-font-size: @font-size-default;
@button-default-color: @text-color;
@button-default-background-color: @white;
@button-default-border-color: @border-color;
@button-primary-color: @white;
@button-primary-background-color: @green;
@button-primary-border-color: @green;
@button-info-color: @white;
@button-info-background-color: @blue;
@button-info-border-color: @blue;
@button-danger-color: @white;
@button-danger-background-color: @red;
@button-danger-border-color: @red;
@button-warning-color: @white;
@button-warning-background-color: @orange;
@button-warning-border-color: @orange;
@button-border-width: 1px;
@button-border-radius: 2px;
@button-round-border-radius: 10em;
@button-plain-background-color: @white;
@button-disabled-opacity: 0.5;

// Switch
@switch-width: 2em;
@switch-height: 1em;
@switch-node-size: 1em;
@switch-node-z-index: 1;
@switch-node-background-color: @white;
@switch-node-box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.1),
  0 3px 3px 0 rgba(0, 0, 0, 0.05);
@switch-background-color: @white;
@switch-on-background-color: @blue;
@switch-transition-duration: @animation-duration-base;
@switch-disabled-opacity: 0.4;
@switch-border: 1px solid rgba(0, 0, 0, 0.1);

// loading

@loading-icon-color: @blue;
@loading-icon-size: @font-size-base;
@loading-font-size :@font-size-base;