2019-08-12 21:14:33 +08:00
|
|
|
|
// 百度云舍主题:http://console.yunshe.design/docs/index
|
2019-08-14 14:31:27 +08:00
|
|
|
|
// 更新时间: 2019-08-14 14:31:00
|
2019-04-30 11:11:25 +08:00
|
|
|
|
@import "../functions";
|
|
|
|
|
$remFactor: 16px;
|
|
|
|
|
|
2019-05-15 16:10:20 +08:00
|
|
|
|
$ns: "cxd-";
|
2019-04-30 11:11:25 +08:00
|
|
|
|
|
|
|
|
|
$info: #108cee;
|
|
|
|
|
$primary: #108cee;
|
|
|
|
|
$success: #5fb333;
|
|
|
|
|
$warning: #f39000;
|
|
|
|
|
$danger: #ea2e2e;
|
|
|
|
|
$light: #eaf6fe;
|
|
|
|
|
$white: #fff;
|
|
|
|
|
|
|
|
|
|
$info-bg: #eaf6fe;
|
2019-05-15 16:10:20 +08:00
|
|
|
|
$success-bg: #f1fdeb;
|
|
|
|
|
$warning-bg: #fcf7f1;
|
|
|
|
|
$danger-bg: #fff5f5;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
|
2019-05-15 16:10:20 +08:00
|
|
|
|
$body-bg: #e8ecf0;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$text-color: #666;
|
|
|
|
|
$text--muted-color: #999;
|
|
|
|
|
$text--loud-color: #333;
|
2019-05-15 16:10:20 +08:00
|
|
|
|
$borderColor: #e8ebee;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
|
|
|
|
|
$link-onHover-decoration: none;
|
|
|
|
|
|
|
|
|
|
$Layout-header-boxShadow: none;
|
|
|
|
|
$Layout-aside-width: px2rem(180px);
|
|
|
|
|
$Layout-aside-bg: #19233c;
|
2019-05-15 16:10:20 +08:00
|
|
|
|
$Layout-brand-bg: #121a2c;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$Layout-brand-color: #fff;
|
|
|
|
|
$Layout-asideLink-color: #fff;
|
|
|
|
|
$Layout-asideLink-onHover-iconSize: px2rem(16px);
|
2019-05-15 16:10:20 +08:00
|
|
|
|
$Layout-asideLink-onHover-iconColor: #42aafa;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$Layout-asideLink-fontSize: px2rem(12px);
|
|
|
|
|
$Layout-asideLink-arrowFontSize: px2rem(12px);
|
|
|
|
|
$Layout-asideLink-arrowVendor: "iconfont";
|
|
|
|
|
$Layout-asideLink-arrowIcon: "\e63b";
|
2019-05-15 16:10:20 +08:00
|
|
|
|
$Layout-asideLink-arrowColor: #8d99b0;
|
|
|
|
|
$Layout-asideLink-onHover-arrowColor: #fff;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$Layout-headerBar-borderBottom: px2rem(1px) solid $body-bg;
|
|
|
|
|
$Layout-asideDivider-margin: 0 px2rem(10px);
|
|
|
|
|
|
|
|
|
|
$Page-aside-bg: #ffffff;
|
|
|
|
|
$Page-aside-width: px2rem(160px);
|
|
|
|
|
$Page-content-paddingY: px2rem(20px);
|
|
|
|
|
$Page-content-paddingX: px2rem(20px);
|
|
|
|
|
$Page-main-bg: #fff;
|
|
|
|
|
$Page-header-paddingY: px2rem(18px);
|
|
|
|
|
|
|
|
|
|
$Form-item-gap: px2rem(20px);
|
|
|
|
|
$Form-input-height: px2rem(30px);
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$Form-input-onFocused-bg: $white;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$Form-input-borderRadius: 0;
|
|
|
|
|
$Form-input-borderColor: #ccc;
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$Form-input-onFocused-borderColor: $primary;
|
|
|
|
|
$Form-input-onError-borderColor: #d0021b;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$Form-input-paddingX: px2rem(10px);
|
|
|
|
|
$Form-fontSize: px2rem(12px);
|
|
|
|
|
$Form-description-color: #999;
|
|
|
|
|
$Form-input-onError-bg: #fffbfb;
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$Form-input-onDisabled-bg: #f5f5f5;
|
|
|
|
|
$Form-input-onDisabled-borderColor: #ebebeb;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$Form--horizontal-label-widthBase: px2rem(90px);
|
|
|
|
|
$Form--horizontal-label-align: left;
|
|
|
|
|
$Form--horizontal-label-widthXs: px2rem(50px);
|
|
|
|
|
$Form--horizontal-label-widthSm: px2rem(70px);
|
|
|
|
|
$Form--horizontal-label-widthMd: px2rem(140px);
|
|
|
|
|
$Form--horizontal-label-widthLg: px2rem(190px);
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$Form-input-addOnBg: $white;
|
|
|
|
|
$Form-input-addOnColor: #666;
|
|
|
|
|
$Form-input-onFocus-addOnColor: $primary;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$Form-input-addOnDividerBorderWidth: 0;
|
|
|
|
|
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$Form-select-borderWidth: px2rem(1px);
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$Form-select-borderRadius: 0;
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$Form-select-borderColor: #ccc;
|
|
|
|
|
$Form-select-bg: $white;
|
|
|
|
|
$Form-select-onHover-bg: $white;
|
|
|
|
|
$Form-select-onHover-borderColor: $primary;
|
|
|
|
|
$Form-select-placeholderColor: #999;
|
|
|
|
|
$Form-select-color: #000;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$Form-select-caret-vender: "iconfont";
|
|
|
|
|
$Form-select-caret-icon: "\e605";
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$Form-select-caret-iconColor: #999;
|
|
|
|
|
$Form-select-caret-onHover-iconColor: $primary;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$Form-select-caret-fontSize: px2rem(12px);
|
|
|
|
|
$Form-select-outer-borderWidth: 0;
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$Form-select-outer-top: px2rem(32px);
|
2019-05-15 16:10:20 +08:00
|
|
|
|
$Form-select-outer-boxShadow: px2rem(2px) px2rem(4px) px2rem(8px)
|
|
|
|
|
rgba(0, 0, 0, 0.2);
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$Form-select-menu-color: #333;
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$Form-select-menu-onHover-color: #000;
|
|
|
|
|
$Form-select-menu-onHover-bg: #eaf6fe;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
|
|
|
|
|
$InputGroup-select-borderWidth: px2rem(1px);
|
|
|
|
|
$InputGroup-select-bg: #f6f7fb;
|
|
|
|
|
$InputGroup-select-onFocused-bg: #eaf6fe;
|
|
|
|
|
$InputGroup-select-color: #333;
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$InputGroup-select-onFocused-color: $primary;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$InputGroup-select-arrowColor: #999;
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$InputGroup-select-onFocused-arrowColor: $primary;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$InputGroup-button-borderWidth: px2rem(1px);
|
|
|
|
|
$InputGroup-button-borderRadius: 0;
|
|
|
|
|
|
2019-08-12 21:14:33 +08:00
|
|
|
|
// $Number-bg: #eaf6fe;
|
|
|
|
|
$Number-borderWidth: px2rem(1px);
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$Number-handler-mode: "horizontal";
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$Number-handler-borderBottom: 0;
|
|
|
|
|
$Number-handler-width: px2rem(20px);
|
|
|
|
|
$Number-handler-color: #666;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$Number-handler-onDisabled-color: #999;
|
2019-08-12 21:14:33 +08:00
|
|
|
|
// $Number-handler-bg: $info;
|
|
|
|
|
$Number-handler-onHover-bg: $white;
|
|
|
|
|
$Number-handler-onHover-color: $primary;
|
|
|
|
|
$Number-handler-onActive-bg: #f3f9fe;
|
|
|
|
|
$Number-handler-onDisabled-bg: #f5f5f5;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$Number-handler-fontFamily: "iconfont";
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$Number-handler-fontSize: px2rem(12px);
|
|
|
|
|
$Number-handler--up-content: "\e6dd";
|
|
|
|
|
$Number-handler--up-transform: rotate(180deg);
|
|
|
|
|
$Number-handler--down-content: "\e6dd";
|
2019-04-30 11:11:25 +08:00
|
|
|
|
|
|
|
|
|
$Checkbox-size: px2rem(14px);
|
|
|
|
|
$Checkbox-inner-size: px2rem(8px);
|
|
|
|
|
$Checkbox--full-inner-size: px2rem(10px);
|
|
|
|
|
$Radio-size: px2rem(16px);
|
|
|
|
|
$Radio-inner-size: px2rem(10px);
|
|
|
|
|
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$Switch-bgColor: #ccc;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$Switch-borderColor: #f0f0f0;
|
|
|
|
|
$Switch-onActive-bgColor: $primary;
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$Switch-onDisabled-bgColor: #f5f5f5;
|
|
|
|
|
$Switch-onDisabled-color: #ccc;
|
|
|
|
|
$Switch-onDisabled-circle-BackgroundColor: #ccc;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$ColorPicker-borderWidth: px2rem(1px);
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$ColorPicker-borderRadius: 0;
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$ColorPicker-bg: $white;
|
|
|
|
|
$ColorPicker-onHover-bg: $white;
|
|
|
|
|
$ColorPicker-onHover-borderColor: $primary;
|
|
|
|
|
$ColorPicker-color: #000;
|
|
|
|
|
$ColorPicker-placeholderColor: #999;
|
|
|
|
|
$ColorPicker-onDisabled-bg: #f5f5f5;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$ColorPicker-onDisabled-color: #999;
|
|
|
|
|
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$DatePicker-borderWidth: px2rem(1px);
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$DatePicker-borderRadius: 0;
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$DatePicker-bg: $white;
|
|
|
|
|
$DatePicker-onHover-bg: $white;
|
|
|
|
|
$DatePicker-color: #000;
|
|
|
|
|
$DatePicker-placeholderColor: #999;
|
|
|
|
|
$DatePicker-onDisabled-bg: #f5f5f5;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$DatePicker-onDisabled-color: #999;
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$DatePicker-iconColor: #666;
|
|
|
|
|
$DatePicker-onHover-iconColor: $primary;
|
|
|
|
|
$DatePicker-onHover-borderColor: $primary;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$DatePicker-toggler-vendor: "iconfont";
|
|
|
|
|
$DatePicker-toggler-fontSize: px2rem(12px);
|
|
|
|
|
$DatePicker-toggler-icon: "\e7b1";
|
|
|
|
|
$DatePicker-prevBtn-vendor: "iconfont";
|
|
|
|
|
$DatePicker-prevBtn-fontSize: px2rem(14px);
|
2019-05-15 16:10:20 +08:00
|
|
|
|
$DatePicker-prevBtn-icon: "\e854";
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$DatePicker-nextBtn-vendor: "iconfont";
|
|
|
|
|
$DatePicker-nextBtn-fontSize: px2rem(14px);
|
|
|
|
|
$DatePicker-nextBtn-icon: "\e63b";
|
|
|
|
|
|
|
|
|
|
$Calendar-input-borderRadius: 0;
|
|
|
|
|
|
|
|
|
|
// button
|
|
|
|
|
$Button-mimWidth: px2rem(68px);
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$Button-borderWidth: px2rem(1px);
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$Button-boxShadow: none;
|
|
|
|
|
$Button-onActive-boxShadow: none;
|
|
|
|
|
$Button-borderRadius: 0;
|
|
|
|
|
$Button--lg-borderRadius: 0;
|
|
|
|
|
$Button--sm-borderRadius: 0;
|
|
|
|
|
$Button-onDisabled-opacity: 1;
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$Button-onDisabled-bg: #f5f5f5;
|
|
|
|
|
$Button-onDisabledActive-bg: #f5f5f5;
|
|
|
|
|
$Button-onDisabled-borderColor: #ebebeb;
|
|
|
|
|
$Button-onDisabled-color: #aaa;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$Button-paddingX: px2rem(10px);
|
|
|
|
|
|
|
|
|
|
$Button--lg-height: px2rem(40px);
|
|
|
|
|
$Button--lg-fontSize: px2rem(14px);
|
|
|
|
|
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$Button--default-bg: $white;
|
|
|
|
|
$Button--default-border: #cccccc;
|
|
|
|
|
$Button--default-color: #000;
|
|
|
|
|
$Button--default-onHover-bg: $white;
|
|
|
|
|
$Button--default-onHover-border: $primary;
|
|
|
|
|
$Button--default-onHover-color: $primary;
|
|
|
|
|
$Button--default-onActive-bg: #108cee0d;
|
|
|
|
|
$Button--default-onActive-border: $primary;
|
|
|
|
|
$Button--default-onActive-color: $primary;
|
|
|
|
|
|
|
|
|
|
$Button--primary-bg: $primary;
|
|
|
|
|
$Button--primary-border: $primary;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$Button--primary-onHover-bg: #209bfd;
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$Button--primary-onHover-border: $primary;
|
|
|
|
|
$Button--primary-onHover-color: $white;
|
|
|
|
|
$Button--primary-onActive-bg: $white;
|
|
|
|
|
$Button--primary-onActive-border: $primary;
|
|
|
|
|
$Button--primary-onActive-color: $primary;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
|
|
|
|
|
$Button--danger-bg: #ea2e2e;
|
|
|
|
|
$Button--danger-onHover-bg: #f64545;
|
|
|
|
|
$Button--danger-onActive-bg: #d72b2b;
|
|
|
|
|
|
|
|
|
|
$ButtonGroup-divider-width: px2rem(1px);
|
|
|
|
|
$ButtonGroup-divider-color: #fff;
|
|
|
|
|
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$Button--link-color: $primary;
|
|
|
|
|
$Button--link-onHover-color: #209bfd;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
|
2019-05-15 16:10:20 +08:00
|
|
|
|
$Spinner-bg: url("./spinner-cxd.svg");
|
2019-04-30 11:11:25 +08:00
|
|
|
|
|
|
|
|
|
$Crud-toolbar-gap: px2rem(10px);
|
|
|
|
|
|
|
|
|
|
// Table
|
|
|
|
|
$Table-bg: #fff;
|
|
|
|
|
$Table-fontSize: px2rem(12px);
|
|
|
|
|
$Table-color: #333;
|
|
|
|
|
$Table-thead-color: #333;
|
|
|
|
|
$Table-lineHeight: 20 / 12;
|
|
|
|
|
$Table-borderColor: #eceff8;
|
|
|
|
|
$Table-thead-bg: #f6f7fb;
|
|
|
|
|
$Table-thead-borderColor: #fff;
|
|
|
|
|
$Table-thead-iconColor: #999;
|
|
|
|
|
$Table-strip-bg: transparent;
|
|
|
|
|
$Table-onHover-bg: #f5fbff;
|
|
|
|
|
$Table-onHover-borderColor: #eceff8;
|
|
|
|
|
$Table-onChecked-bg: transparent;
|
|
|
|
|
$Table-onChecked-borderColor: #eceff8;
|
|
|
|
|
$Table-onChecked-color: #333;
|
|
|
|
|
$Table-onChecked-onHover-bg: #f5fbff;
|
|
|
|
|
$Table-onChecked-onHover-borderColor: #eceff8;
|
|
|
|
|
$Table-onChecked-onHover-color: #666;
|
|
|
|
|
$TableCell-paddingX: px2rem(10px);
|
|
|
|
|
|
|
|
|
|
$TableCell-sortBtn-width: px2rem(14px);
|
|
|
|
|
$TableCell-sortBtn--down-iconVendor: "iconfont";
|
|
|
|
|
$TableCell-sortBtn--down-icon: "\e712";
|
|
|
|
|
$TableCell-sortBtn--up-iconVendor: "iconfont";
|
|
|
|
|
$TableCell-sortBtn--up-icon: "\e713";
|
|
|
|
|
$TableCell-sortBtn--default-iconVendor: "iconfont";
|
|
|
|
|
$TableCell-sortBtn--default-icon: "\e711";
|
|
|
|
|
$TableCell-sortBtn--default-opacity: 0;
|
|
|
|
|
$TableCell-sortBtn--default-onActive-opacity: 1;
|
|
|
|
|
|
|
|
|
|
$TableCell-filterPopOver-dropDownItem-height: px2rem(30px);
|
|
|
|
|
$TableCell-filterPopOver-dropDownItem-padding: 0 px2rem(10px);
|
|
|
|
|
|
|
|
|
|
// listControl
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$ListControl-item-borderWidth: px2rem(1px);
|
|
|
|
|
$ListControl-item-borderColor: #ccc;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$ListControl-item-paddingX: px2rem(10px);
|
|
|
|
|
$ListControl-item-bg: $Button--default-bg;
|
|
|
|
|
$ListControl-item-color: $Button--default-color;
|
2019-08-12 21:14:33 +08:00
|
|
|
|
|
|
|
|
|
$ListControl-item-onHover-color: $primary;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$ListControl-item-onHover-bg: $Button--default-onHover-bg;
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$ListControl-item-onHover-borderColor: $primary;
|
|
|
|
|
|
|
|
|
|
$ListControl-item-onActive-bg: $white;
|
|
|
|
|
$ListControl-item-onActive-onHover-bg: $white;
|
|
|
|
|
$ListControl-item-onActive-color: $primary;
|
|
|
|
|
$ListControl-item-onActive-borderColor: $primary;
|
|
|
|
|
$ListControl-item-onActive-before-bg: $primary;
|
|
|
|
|
$ListControl-item-onActive-after-borderColor: $white;
|
|
|
|
|
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$ListControl-item-onDisabled-opacity: 1;
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$ListControl-item-onDisabled-bg: #f5f5f5;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$ListControl-item-onDisabled-color: #999;
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$ListControl-item-onDisabled-borderColor: #ebebeb;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
|
|
|
|
|
// Modal
|
|
|
|
|
$Modal-overlay-bg: rgba(0, 0, 0, 0.7);
|
|
|
|
|
$Modal-content-borderWidth: 0;
|
|
|
|
|
$Modal-content-borderRadius: 0;
|
|
|
|
|
$Modal-content-minHeight: px2rem(193px);
|
|
|
|
|
$Modal-header-bg: #f6f7fb;
|
|
|
|
|
$Modal-title-color: #333;
|
|
|
|
|
$Modal-body-paddingY: px2rem(30px);
|
|
|
|
|
$Modal-body-paddingX: px2rem(30px);
|
|
|
|
|
$Modal-body-borderTop: none;
|
2019-05-15 16:10:20 +08:00
|
|
|
|
$Modal-body-borderBottom: px2rem(1px) solid #eceff8;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$Modal-footer-marginX: px2rem(30px);
|
|
|
|
|
$Modal-footer-padding: px2rem(15px) 0;
|
|
|
|
|
|
|
|
|
|
// Remark
|
|
|
|
|
$Remark-icon-fontSize: px2rem(12px);
|
|
|
|
|
$Remark-iconColor: #999;
|
|
|
|
|
$Remark-onHover-iconColor: #fff;
|
|
|
|
|
$Remark-bg: #fff;
|
|
|
|
|
$Remark-onHover-bg: #f38900;
|
|
|
|
|
$Remark-borderWidth: px2rem(1px);
|
|
|
|
|
$Remark-borderColor: #999;
|
|
|
|
|
$Remark-onHover-borderColor: #f38900;
|
|
|
|
|
|
|
|
|
|
// Wizard
|
|
|
|
|
$Wizard-steps-bg: #fff;
|
|
|
|
|
$Wizard-steps-borderWidth: 0;
|
|
|
|
|
$Wizard-steps-textAlign: center;
|
|
|
|
|
$Wizard-steps-ulDisplay: inline-block;
|
|
|
|
|
$Wizard-steps-height: px2rem(60px);
|
|
|
|
|
$Wizard-steps-padding: px2rem(10) 0;
|
|
|
|
|
$Wizard-steps-liVender: "iconfont";
|
|
|
|
|
$Wizard-steps-liAfterContent: "\e6ee";
|
|
|
|
|
$Wizard-steps-liAfterBorder: 0 !important;
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$Wizard-steps-li-onActive-color: #333333;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$Wizard-steps-bg--isComplete: #fff;
|
|
|
|
|
$Wizard-badge-size: px2rem(26px);
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$Wizard-badge-color: #999999;
|
|
|
|
|
$Wizard-badge-onActive-backgroundColor: #333333;
|
|
|
|
|
$Wizard-badge-fontSize: px2rem(14px);
|
|
|
|
|
$Wizard-badge-border: px2rem(1px) solid #999999;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$Wizard-badge-borderRadius: 50%;
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$Wizard-badge-bg: $white;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$Wizard-badge-marginRight: px2rem(6px);
|
|
|
|
|
|
|
|
|
|
// Tabs
|
|
|
|
|
$Tabs-linkFontSize: px2rem(16px);
|
|
|
|
|
$Tabs-color: $text-color;
|
|
|
|
|
$Tabs-onActive-color: $info;
|
|
|
|
|
$Tabs-onActive-borderColor: transparent;
|
|
|
|
|
$Tabs-onHover-borderColor: transparent;
|
|
|
|
|
$Tabs-onActive-borderBottomColor: $info;
|
|
|
|
|
$Tabs-onActive-borderBottomWidth: px2rem(2px);
|
|
|
|
|
|
|
|
|
|
// Pagination
|
|
|
|
|
$Pagination-arrowVendor: "iconfont";
|
|
|
|
|
$Pagination-prevArrowContent: "\e759";
|
|
|
|
|
$Pagination-nextArrowContent: "\e757";
|
|
|
|
|
$Pagination-fontSize: px2rem(12px);
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$Pagination-onActive-backgroundColor: $white;
|
|
|
|
|
$Pagination-onActive-color: $primary;
|
|
|
|
|
$Pagination-onActive-border: px2rem(1px) solid $primary;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
|
|
|
|
|
// Panel
|
|
|
|
|
$Panel-borderRadius: 0;
|
|
|
|
|
|
|
|
|
|
// Nav
|
|
|
|
|
$Nav-item-fontSize: px2rem(16px);
|
|
|
|
|
$Nav-item-borderRadius: 0;
|
|
|
|
|
$Nav-item-onActive-bg: #f6f7fb;
|
|
|
|
|
$Nav-item-onActive-color: $primary;
|
|
|
|
|
$Nav-item-onActive-borderLeft: px2rem(4px) solid $primary;
|
|
|
|
|
$Nav-subItem-fontSize: px2rem(12px);
|
|
|
|
|
$Nav-subItem-onActiveBeforeBg: $primary;
|
|
|
|
|
|
|
|
|
|
// Range
|
|
|
|
|
$InputRange-label--value-display: none;
|
|
|
|
|
|
|
|
|
|
// TransferSelect
|
|
|
|
|
$TransferSelect--table-heading-bg: $white;
|
|
|
|
|
$TransferSelect--normal-heading-bg: #f6f7fb;
|
|
|
|
|
$TransferSelect-heading-borderBottom: 0;
|
|
|
|
|
|
|
|
|
|
// Alert
|
|
|
|
|
$Alert-xs: px2rem(5px);
|
|
|
|
|
$Alert-md: px2rem(20px);
|
|
|
|
|
|
|
|
|
|
$Alert-height: px2rem(30px);
|
2019-05-15 16:10:20 +08:00
|
|
|
|
$Alert-fontSize: px2rem(12px);
|
2019-04-30 11:11:25 +08:00
|
|
|
|
$Alert-paddingX: $Alert-md;
|
|
|
|
|
$Alert-paddingY: $Alert-xs;
|
|
|
|
|
$Alert-borderRadius: 0;
|
|
|
|
|
$Alert-marginBottom: $Alert-md;
|
|
|
|
|
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$Alert--danger-color: #333;
|
|
|
|
|
$Alert--danger-bg: $danger-bg;
|
|
|
|
|
$Alert--danger-borderColor: transparent;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$Alert--info-color: #333;
|
|
|
|
|
$Alert--info-bg: $info-bg;
|
|
|
|
|
$Alert--info-borderColor: transparent;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$Alert--success-color: #333;
|
|
|
|
|
$Alert--success-bg: $success-bg;
|
|
|
|
|
$Alert--success-borderColor: transparent;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
|
2019-08-12 21:14:33 +08:00
|
|
|
|
$Alert--warning-color: #333;
|
|
|
|
|
$Alert--warning-bg: $warning-bg;
|
|
|
|
|
$Alert--warning-borderColor: transparent;
|
2019-04-30 11:11:25 +08:00
|
|
|
|
|
|
|
|
|
// Toast
|
|
|
|
|
|
|
|
|
|
$Toast-xs: px2rem(5px);
|
|
|
|
|
$Toast-sm: px2rem(10px);
|
|
|
|
|
$Toast-base: px2rem(15px);
|
|
|
|
|
$Toast-md: px2rem(20px);
|
|
|
|
|
$Toast-lg: px2rem(30px);
|
|
|
|
|
|
|
|
|
|
// Toast size
|
|
|
|
|
$Toast-width: px2rem(300px);
|
|
|
|
|
$Toast-borderRadius: 0;
|
|
|
|
|
$Toast-paddingY: $Toast-xs;
|
|
|
|
|
$Toast-paddingX: $Toast-md;
|
|
|
|
|
$Toast-paddingL: px2rem(26px);
|
|
|
|
|
$Toast--info-paddingL: 0;
|
|
|
|
|
$Toast-border-width: px2rem(1px);
|
|
|
|
|
$Toast-icon-fontSize: px2rem(16px);
|
|
|
|
|
$Toast-opacity: 1;
|
|
|
|
|
$Toast-display: inline-block;
|
|
|
|
|
|
|
|
|
|
// Toast color
|
|
|
|
|
$Toast-color: $white;
|
|
|
|
|
|
|
|
|
|
$Toast--danger-color: $danger;
|
|
|
|
|
$Toast--danger-bgColor: $danger-bg;
|
|
|
|
|
$Toast--danger-borderColor: $danger;
|
|
|
|
|
|
|
|
|
|
$Toast--info-color: $info;
|
|
|
|
|
$Toast--info-bgColor: $info-bg;
|
|
|
|
|
$Toast--info-borderColor: $info;
|
|
|
|
|
|
|
|
|
|
$Toast--success-color: $success;
|
|
|
|
|
$Toast--success-bgColor: $success-bg;
|
|
|
|
|
$Toast--success-borderColor: $success;
|
|
|
|
|
|
|
|
|
|
$Toast--warning-color: $warning;
|
|
|
|
|
$Toast--warning-bgColor: $warning-bg;
|
|
|
|
|
$Toast--warning-borderColor: $warning;
|
|
|
|
|
|
|
|
|
|
$Toast-iconVendor: "iconfont";
|
|
|
|
|
|
|
|
|
|
$Toast--error-icon: "\e6d2";
|
|
|
|
|
$Toast--warning-icon: "\e6e5";
|
|
|
|
|
$Toast--info-icon: "";
|
|
|
|
|
$Toast--success-icon: "\e6e8";
|
|
|
|
|
|
|
|
|
|
$TagControl-sugTip-color: $primary;
|
|
|
|
|
|
2019-08-12 21:14:33 +08:00
|
|
|
|
// Card
|
|
|
|
|
$Card-onChecked-bg: $white;
|
|
|
|
|
$Card-onChecked-borderColor: $primary;
|
|
|
|
|
$Card-onChecked-color: $primary;
|
|
|
|
|
|
|
|
|
|
$Card-onModified-bg: #108cee0d;
|
|
|
|
|
$Card-onModified-borderColor: $primary;
|
|
|
|
|
$Card-onModified-color: $primary;
|
|
|
|
|
|
|
|
|
|
$Card-actions-onHover-bg: white;
|
|
|
|
|
$Card-actions-onHover-color: $primary;
|
|
|
|
|
$Card-actions-onChecked-onHover-bg: $white;
|
|
|
|
|
|
|
|
|
|
|
2019-04-30 11:11:25 +08:00
|
|
|
|
@import "../variables";
|
|
|
|
|
@import "../mixins";
|
|
|
|
|
@import "../base/reset";
|
|
|
|
|
@import "../base/normalize";
|
|
|
|
|
@import "../base/typography";
|
|
|
|
|
|
|
|
|
|
@import "../layout/layout";
|
|
|
|
|
@import "../layout/grid";
|
|
|
|
|
@import "../layout/aside";
|
|
|
|
|
@import "../layout/hbox";
|
|
|
|
|
@import "../layout/vbox";
|
2019-05-15 16:10:20 +08:00
|
|
|
|
@import "../components/modal";
|
|
|
|
|
@import "../components/drawer";
|
2019-04-30 11:11:25 +08:00
|
|
|
|
@import "../components/tooltip";
|
|
|
|
|
@import "../components/popover";
|
2019-05-15 16:10:20 +08:00
|
|
|
|
@import "../components/toast";
|
|
|
|
|
@import "../components/alert";
|
2019-04-30 11:11:25 +08:00
|
|
|
|
@import "../components/tabs";
|
|
|
|
|
@import "../components/nav";
|
|
|
|
|
@import "../components/page";
|
|
|
|
|
@import "../components/remark";
|
|
|
|
|
@import "../components/chart";
|
|
|
|
|
@import "../components/video";
|
2019-05-05 10:49:20 +08:00
|
|
|
|
@import "../components/audio";
|
2019-04-30 11:11:25 +08:00
|
|
|
|
@import "../components/panel";
|
|
|
|
|
@import "../components/service";
|
|
|
|
|
@import "../components/spinner";
|
|
|
|
|
@import "../components/button";
|
|
|
|
|
@import "../components/button-group";
|
|
|
|
|
@import "../components/dropdown";
|
2019-05-16 16:31:20 +08:00
|
|
|
|
@import "../components/collapse";
|
|
|
|
|
@import "../components/wizard";
|
|
|
|
|
@import "../components/crud";
|
|
|
|
|
@import "../components/table";
|
|
|
|
|
@import "../components/list";
|
|
|
|
|
@import "../components/cards";
|
|
|
|
|
@import "../components/card";
|
|
|
|
|
@import "../components/quick-edit";
|
|
|
|
|
@import "../components/popoverable";
|
|
|
|
|
@import "../components/copyable";
|
|
|
|
|
@import "../components/divider";
|
|
|
|
|
@import "../components/pagination";
|
|
|
|
|
@import "../components/wrapper";
|
|
|
|
|
@import "../components/status";
|
|
|
|
|
@import "../components/carousel";
|
2019-04-30 11:11:25 +08:00
|
|
|
|
|
|
|
|
|
@import "../components/form/fieldset";
|
|
|
|
|
@import "../components/form/group";
|
|
|
|
|
@import "../components/form/input-group";
|
|
|
|
|
@import "../components/form/text";
|
|
|
|
|
@import "../components/form/textarea";
|
|
|
|
|
@import "../components/form/checks";
|
2019-05-23 16:08:53 +08:00
|
|
|
|
@import "../components/form/city";
|
2019-04-30 11:11:25 +08:00
|
|
|
|
@import "../components/form/switch";
|
|
|
|
|
@import "../components/form/number";
|
|
|
|
|
@import "../components/form/select";
|
|
|
|
|
@import "../components/form/list";
|
|
|
|
|
@import "../components/form/matrix";
|
|
|
|
|
@import "../components/form/color";
|
|
|
|
|
@import "../components/form/date";
|
|
|
|
|
@import "../components/form/date-range";
|
|
|
|
|
@import "../components/form/image";
|
|
|
|
|
@import "../components/form/editor";
|
|
|
|
|
@import "../components/form/rich-text";
|
|
|
|
|
@import "../components/form/range";
|
|
|
|
|
@import "../components/form/repeat";
|
|
|
|
|
@import "../components/form/tree";
|
|
|
|
|
@import "../components/form/tree-select";
|
|
|
|
|
@import "../components/form/combo";
|
|
|
|
|
@import "../components/form/sub-form";
|
|
|
|
|
@import "../components/form/chained-select";
|
|
|
|
|
@import "../components/form/picker";
|
|
|
|
|
@import "../components/form/qr-code";
|
|
|
|
|
@import "../components/form/tag";
|
|
|
|
|
@import "../components/form/rating";
|
|
|
|
|
@import "../components/form/form";
|
|
|
|
|
@import "../components/form/transfer-select";
|
|
|
|
|
@import "../components/form/nested-select";
|
|
|
|
|
@import "../components/form/icon-picker";
|
|
|
|
|
|
|
|
|
|
@import "../utilities";
|