You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

141 lines
3.0 KiB

.blue {
background-size: 100% 100% !important;
.semi-tree-option,
.semi-icon,
.semi-checkbox-addon, //全选文字
.semi-form-field-label-text,
.semi-page-item,
span {
color: #fff;
}
.semi-page-item-active {
color: rgb(17, 17, 17);
}
.semi-checkbox-inner-display {
//树状多选框
border: 1px solid rgba(255, 255, 255, 0.488);
}
input {
color: #fff !important;
background: #01185f;
box-shadow: inset 0px 0px 5px 1px rgba(28, 96, 254, 0.4);
}
input::placeholder {
color: #fff;
}
// .semi-input-wrapper-disabled {
// background-color: #fff;
// }
.semi-form-field {
padding-right: 6px;
}
.semi-input-wrapper,.semi-input-wrapper-default //轮询输入框文字
{
color: #fff;
}
}
.white {
background-size: 100% 100% !important;
.semi-tree-option,
.semi-icon,
.semi-checkbox-addon, //全选文字
.semi-form-field-label-text,
.semi-page-item,
span {
color: rgba(0, 0, 0, 0.65);
}
.semi-button-content {
color: #fff;
}
.semi-page-item-active {
color: rgb(17, 17, 17);
}
.semi-icon-checkbox_tick, //树状多选框勾选颜色
.semi-checkbox-inner-display {
background-color: rgba(255, 255, 255, 0.65);
}
.semi-checkbox-inner-display {
//树状多选框
border: 1px solid rgba(255, 255, 255, 0.488);
}
input {
color: rgba(0, 0, 0, 0.45) !important;
background: #ffffff;
box-shadow: 1px solid rgba(151, 151, 151, 0.5);
}
input::placeholder,
.semi-input-wrapper::-ms-value {
color: rgba(0, 0, 0, 0.65);
}
.semi-input-wrapper-disabled {
background-color: #fff;
}
.semi-form-field {
padding-right: 6px;
}
.semi-input-wrapper,.semi-input-wrapper-default //轮询输入框文字
{
color: rgba(0, 0, 0, 0.65);
}
}
.black {
background-size: 100% 100% !important;
.semi-tree-option,
.semi-checkbox-addon, //全选文字
.semi-form-field-label-text,
.semi-page-item,
span {
color: #fff;
}
.semi-select-selection-text,
.semi-select-selection-placeholder {
color: black;
}
.semi-icon-tree_triangle_down{
color: #fff !important;
}
.semi-icon {
color: black;
}
.semi-icon-chevron_left,
.semi-icon-chevron_right {
color: #fff;
}
.semi-page-item-active {
color: rgb(17, 17, 17);
}
.semi-icon-checkbox_tick, //树状多选框勾选颜色
.semi-checkbox-inner-display {
background-color: #ffffff;
}
.semi-checkbox-inner-display {
//树状多选框
border: 1px solid rgba(255, 255, 255, 0.488);
}
input {
color: rgba(0, 0, 0, 0.45) !important;
background: #ececec;
box-shadow: inset 0px 0px 5px 1px rgba(39, 39, 39, 0.2);
}
input::placeholder,
.semi-input-wrapper::-ms-value {
color: #fff;
}
.semi-input-wrapper-disabled {
background-color: #fff;
}
.semi-form-field {
padding-right: 6px;
}
.semi-input-wrapper,.semi-input-wrapper-default //轮询输入框文字
{
color: #fff;
}
// .semi-popover {
// .semi-tree-wrapper {
// background-color: red;
// }
// }
}