模板:Reward/style.css
来自EaseCation Wiki
更多操作
/* 基础样式(亮色默认) */
.status-badge {
bottom: 4px;
padding: 2px 5px;
border-radius: 3px;
font-size: 0.78em;
color: #000;
}
.status-available { background: #e0ecff; }
.status-other { background: #bcc1c9; }
/* 暗色模式覆盖(使用常见类名) */
.client-dark-mode .status-available,
.skin-theme-clientpref-night .status-available {
background: #1a3a5c;
}
.client-dark-mode .status-other,
.skin-theme-clientpref-night .status-other {
background: #4a4a4a;
}
.client-dark-mode .status-badge,
.skin-theme-clientpref-night .status-badge {
color: #fff;
}