打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

模板: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;
}