You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
733 B
Plaintext
43 lines
733 B
Plaintext
11 months ago
|
/*默认*/
|
||
|
.color_gray {
|
||
|
filter: contrast(0%) brightness(120%);
|
||
|
}
|
||
|
|
||
|
.color_blue {
|
||
|
filter: hue-rotate(200deg) brightness(130%);
|
||
|
}
|
||
|
|
||
|
.color_blue_b {
|
||
|
filter: hue-rotate(260deg) brightness(120%);
|
||
|
}
|
||
|
|
||
|
.color_red {
|
||
|
filter: hue-rotate(90deg) brightness(220%);
|
||
|
/*background-color: red !important;*/
|
||
|
}
|
||
|
|
||
|
.color_yellow {
|
||
|
filter: hue-rotate(90deg) brightness(220%);
|
||
|
/*background-color: red !important;*/
|
||
|
}
|
||
|
|
||
|
.color_orange {
|
||
|
filter: hue-rotate(60deg) brightness(260%);
|
||
|
}
|
||
|
|
||
|
.color_green {
|
||
|
filter: hue-rotate(90deg) brightness(220%);
|
||
|
/*background-color: green !important;*/
|
||
|
}
|
||
|
.color_purple {
|
||
|
filter: hue-rotate(300deg) brightness(120%);
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
.select_csstemp {
|
||
|
background-color: #b7ebd0 !important;
|
||
|
}
|