26 lines
681 B
Plaintext
26 lines
681 B
Plaintext
@font-face {
|
|
font-family: 'iconfont'; /* Project id 432132 */
|
|
src: url('//at.alicdn.com/t/font_432132_p1tvd7qyt4.woff2?t=1648783169151') format('woff2'),
|
|
url('//at.alicdn.com/t/font_432132_p1tvd7qyt4.woff?t=1648783169151') format('woff'),
|
|
url('//at.alicdn.com/t/font_432132_p1tvd7qyt4.ttf?t=1648783169151') format('truetype');
|
|
}
|
|
|
|
.themeDiyBackground {
|
|
background-color: var(--themeColor) !important;
|
|
transition: 0.5s;
|
|
}
|
|
|
|
.themeDiyColor {
|
|
color: var(--themeColor) !important;
|
|
transition: 0.5s;
|
|
}
|
|
|
|
.themeDiyBorder {
|
|
border-color: var(--themeColor) !important;
|
|
transition: 0.5s;
|
|
}
|
|
|
|
.buttonActive:active {
|
|
filter: brightness(85%);
|
|
transition: 0.5s;
|
|
} |