|
|
|
// 基础配色方案,业务无关
|
|
|
|
//font size
|
|
|
|
@font-size-12: 12px;
|
|
|
|
@font-size-13: 13px;
|
|
|
|
@font-size-14: 14px;
|
|
|
|
@font-size-15: 15px;
|
|
|
|
@font-size-16: 16px;
|
|
|
|
@font-size-18: 18px;
|
|
|
|
@font-size-20: 20px;
|
|
|
|
@font-size-22: 22px;
|
|
|
|
@font-size-24: 24px;
|
|
|
|
@font-size-30: 30px;
|
|
|
|
@font-size-40: 40px;
|
|
|
|
@font-size-50: 50px;
|
|
|
|
@font-size-60: 60px;
|
|
|
|
@font-size-70: 70px;
|
|
|
|
@radius-2: 2px;
|
|
|
|
@radius-6: 6px;
|
|
|
|
|
|
|
|
@opacity-15: 0.15;
|
|
|
|
@opacity-20: 0.2;
|
|
|
|
|
|
|
|
//色板
|
|
|
|
//green
|
|
|
|
@color-bi-green-100: #13cd66;
|
|
|
|
@color-bi-green-80: fade(@color-bi-green-100, 80);
|
|
|
|
@color-bi-green-60: fade(@color-bi-green-100, 60);
|
|
|
|
@color-bi-green-40: fade(@color-bi-green-100, 40);
|
|
|
|
@color-bi-green-30: fade(@color-bi-green-100, 30);
|
|
|
|
@color-bi-green-20: fade(@color-bi-green-100, 20);
|
|
|
|
@color-bi-green-10: fade(@color-bi-green-100, 10);
|
|
|
|
@color-bi-green-5: fade(@color-bi-green-100, 5);
|
|
|
|
|
|
|
|
//cyan
|
|
|
|
@color-bi-green-100: #13cd66;
|
|
|
|
@color-bi-green-80: fade(@color-bi-green-100, 80);
|
|
|
|
@color-bi-green-60: fade(@color-bi-green-100, 60);
|
|
|
|
@color-bi-green-40: fade(@color-bi-green-100, 40);
|
|
|
|
@color-bi-green-30: fade(@color-bi-green-100, 30);
|
|
|
|
@color-bi-green-20: fade(@color-bi-green-100, 20);
|
|
|
|
@color-bi-green-10: fade(@color-bi-green-100, 10);
|
|
|
|
@color-bi-green-5: fade(@color-bi-green-100, 5);
|
|
|
|
|
|
|
|
//blue
|
|
|
|
@color-bi-blue-100: #3685f2;
|
|
|
|
@color-bi-blue-80: fade(@color-bi-blue-100, 80);
|
|
|
|
@color-bi-blue-60: fade(@color-bi-blue-100, 60);
|
|
|
|
@color-bi-blue-40: fade(@color-bi-blue-100, 40);
|
|
|
|
@color-bi-blue-30: fade(@color-bi-blue-100, 30);
|
|
|
|
@color-bi-blue-20: fade(@color-bi-blue-100, 20);
|
|
|
|
@color-bi-blue-10: fade(@color-bi-blue-100, 10);
|
|
|
|
@color-bi-blue-5: fade(@color-bi-blue-100, 5);
|
|
|
|
|
|
|
|
//light-blue
|
|
|
|
@color-bi-light-blue-100: #eaf2fd;
|
|
|
|
@color-bi-light-blue-80: fade(@color-bi-light-blue-100, 80);
|
|
|
|
@color-bi-light-blue-60: fade(@color-bi-light-blue-100, 60);
|
|
|
|
@color-bi-light-blue-40: fade(@color-bi-light-blue-100, 40);
|
|
|
|
@color-bi-light-blue-30: fade(@color-bi-light-blue-100, 30);
|
|
|
|
@color-bi-light-blue-20: fade(@color-bi-light-blue-100, 20);
|
|
|
|
@color-bi-light-blue-10: fade(@color-bi-light-blue-100, 10);
|
|
|
|
@color-bi-light-blue-5: fade(@color-bi-light-blue-100, 5);
|
|
|
|
|
|
|
|
// orange
|
|
|
|
@color-bi-orange-100: #faaa39;
|
|
|
|
@color-bi-orange-80: fade(@color-bi-orange-100, 80);
|
|
|
|
@color-bi-orange-60: fade(@color-bi-orange-100, 60);
|
|
|
|
@color-bi-orange-40: fade(@color-bi-orange-100, 40);
|
|
|
|
@color-bi-orange-30: fade(@color-bi-orange-100, 30);
|
|
|
|
@color-bi-orange-20: fade(@color-bi-orange-100, 20);
|
|
|
|
@color-bi-orange-10: fade(@color-bi-orange-100, 10);
|
|
|
|
@color-bi-orange-5: fade(@color-bi-orange-100, 5);
|
|
|
|
|
|
|
|
// red
|
|
|
|
@color-bi-red-100: #e65251;
|
|
|
|
@color-bi-red-80: fade(@color-bi-red-100, 80);
|
|
|
|
@color-bi-red-60: fade(@color-bi-red-100, 60);
|
|
|
|
@color-bi-red-40: fade(@color-bi-red-100, 40);
|
|
|
|
@color-bi-red-30: fade(@color-bi-red-100, 30);
|
|
|
|
@color-bi-red-20: fade(@color-bi-red-100, 20);
|
|
|
|
@color-bi-red-10: fade(@color-bi-red-100, 10);
|
|
|
|
@color-bi-red-5: fade(@color-bi-red-100, 5);
|
|
|
|
|
|
|
|
// yellow
|
|
|
|
@font-color-yellow-100: #ffc101;
|
|
|
|
@color-bi-yellow-80: fade(@font-color-yellow-100, 90);
|
|
|
|
@color-bi-yellow-60: fade(@font-color-yellow-100, 60);
|
|
|
|
@color-bi-yellow-40: fade(@font-color-yellow-100, 40);
|
|
|
|
@color-bi-yellow-20: fade(@font-color-yellow-100, 20);
|
|
|
|
@color-bi-yellow-5: fade(@font-color-yellow-100, 5);
|
|
|
|
|
|
|
|
//font color
|
|
|
|
@font-color-black: #232e40;
|
|
|
|
@font-color-normal: #3d4d66;
|
|
|
|
@font-color-normal-theme-dark: #d6e0dc;
|
|
|
|
@font-color-light-gray: #647185;
|
|
|
|
@font-color-light-gray-theme-dark: #afb7c6;
|
|
|
|
@font-color-disabled: #9ea6b2;
|
|
|
|
@font-color-disabled-theme-dark: #878d9f;
|
|
|
|
@font-color-tips: #9ea6b2;
|
|
|
|
@font-color-tips-theme-dark: #6b7084;
|
|
|
|
@font-color-light-disabled: #d0d4da;
|
|
|
|
@font-color-light-disabled-theme-dark: #606479;
|
|
|
|
@font-color-gray: #999999;
|
|
|
|
@font-color-white: #ffffff;
|
|
|
|
@font-color-white-theme-dark: #20263b;
|
|
|
|
@font-color-light-highlight: @color-bi-light-blue-100;
|
|
|
|
@font-color-medium-highlight: #d7e7fc;
|
|
|
|
@font-color-highlight: @color-bi-blue-100;
|
|
|
|
@font-color-blue: #23beef;
|
|
|
|
@font-color-light-blue: #e9f8fd;
|
|
|
|
@font-color-success: @color-bi-green-100;
|
|
|
|
@font-color-warning: @color-bi-orange-100;
|
|
|
|
@font-color-negative: @color-bi-red-100;
|
|
|
|
@font-color-yellow: @font-color-yellow-100;
|
|
|
|
|
|
|
|
//background color
|
|
|
|
@background-color-black: #232E40;
|
|
|
|
@background-color-black-theme-dark: #606479;
|
|
|
|
@background-color-light-black: #3d4d66;
|
|
|
|
@background-color-light-black-theme-dark: #d6e0dc;
|
|
|
|
@background-color-default: #ffffff;
|
|
|
|
@background-color-default-theme-dark: #20263b;
|
|
|
|
@background-color-normal: #f7f8fa;
|
|
|
|
@background-color-normal-theme-dark: #191b2b;
|
|
|
|
@background-color-light-highlight: @color-bi-light-blue-100;
|
|
|
|
@background-color-medium-highlight: #d7e7fc;
|
|
|
|
@background-color-highlight: @color-bi-blue-100;
|
|
|
|
@background-color-blue: #23beef;
|
|
|
|
@background-color-light-blue: #e9f8fd;
|
|
|
|
@background-color-dark: #d4dadd;
|
|
|
|
@background-color-light-gray: #f2f4f7;
|
|
|
|
@background-color-light-gray-theme-dark: #292f45;
|
|
|
|
@background-color-medium-gray: #e8eaed;
|
|
|
|
@background-color-medium-gray-theme-dark: #363e55;
|
|
|
|
@background-color-dark-gray: #d0d4da;
|
|
|
|
@background-color-dark-gray-theme-dark: #606479;
|
|
|
|
@background-color-disabled: #f2f4f7;
|
|
|
|
@background-color-disabled-theme-dark: #292f45;
|
|
|
|
@background-color-light-disabled: #9ea6b2;
|
|
|
|
@background-color-light-disabled-theme-dark: #878d9f;
|
|
|
|
@background-color-yellow: @font-color-yellow-100;
|
|
|
|
|
|
|
|
@background-color-negative: @color-bi-red-100;
|
|
|
|
@background-color-light-negative: #ffecec;
|
|
|
|
@background-color-dark-negative: #3A2940;
|
|
|
|
@background-color-light-warning: #feeed7;
|
|
|
|
@background-color-warning: @color-bi-orange-100;
|
|
|
|
|
|
|
|
@background-color-dark-success: @color-bi-green-100;
|
|
|
|
@background-color-light-success: #e1f4e7;
|
|
|
|
@background-color-normal-success: #647185;
|
|
|
|
|
|
|
|
//border color
|
|
|
|
@border-color-default: #ffffff;
|
|
|
|
@border-color-black: #232e40;
|
|
|
|
@border-color-line: #e8eaed;
|
|
|
|
@border-color-line-theme-dark: #363e55;
|
|
|
|
@border-color-light-line: #f2f4f7;
|
|
|
|
@border-color-light-line-theme-dark: #292f45;
|
|
|
|
@border-color-dark-gray-line: #d0d4da;
|
|
|
|
@border-color-dark-gray-line-theme-dark: #606479;
|
|
|
|
@border-color-dark-line: #9ea6b2;
|
|
|
|
@border-color-dark-line-theme-dark: #878d9f;
|
|
|
|
@border-color-highlight: @color-bi-blue-100;
|
|
|
|
|
|
|
|
@border-color-success: @color-bi-green-100;
|
|
|
|
@border-color-warning: #fbb03b;
|
|
|
|
@border-color-negative: @color-bi-red-100;
|
|
|
|
@border-color-light-negative: #f4cbcb;
|
|
|
|
@border-color-normal-success: #647185;
|
|
|
|
|
|
|
|
//split color
|
|
|
|
@border-color-disabled: #e8eaed;
|
|
|
|
@border-color-disabled-theme-dark: #363e55;
|
|
|
|
|
|
|
|
//scroll color
|
|
|
|
@scroll-color: #232e40;
|
|
|
|
@scroll-color-theme-dark: #ffffff;
|
|
|
|
@scroll-thumb-color: #232e40;
|
|
|
|
@scroll-thumb-color-theme-dark: #232e40;
|