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.
 
 
 
 
 

30 lines
613 B

.KJBlue {
.semi-tree-option,
.semi-icon,
.semi-checkbox-addon, //全选文字
.semi-form-field-label-text,
span {
color: #fff;
}
.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,
.semi-input-wrapper::-ms-value{
color: #fff;
}
.semi-form-field {
padding-right: 6px;
}
.semi-input-wrapper,.semi-input-wrapper-default //轮询输入框文字
{
color: #fff;
}
}