优化后台用户管理和发积分
This commit is contained in:
@@ -389,19 +389,13 @@
|
||||
绝不复用 styles.css 旧暖米调色板的同名类(.role-choice/.cred-card 等)。
|
||||
═══════════════════════════════════════════════════════════════════ */
|
||||
|
||||
/* 共用:字段必填星标 / 标签副注 */
|
||||
.invite-modal .field-label .req { color: var(--accent-crimson); margin-left: 2px; }
|
||||
.invite-modal .field-label .lbl-note { color: var(--black-alpha-48); font-weight: 400; margin-left: 2px; font-family: var(--font-mono); }
|
||||
/* .req / .lbl-note / .num-input 已提到 design-restraint.css 作共享类,这里不再重写 */
|
||||
|
||||
/* 共用:输入框 + 行内随机生成按钮 */
|
||||
.invite-modal .input-with-gen { display: flex; gap: 8px; }
|
||||
.invite-modal .input-with-gen .input { flex: 1; min-width: 0; }
|
||||
.invite-modal .input-with-gen .btn-sm { height: 38px; padding: 0 12px; flex: 0 0 auto; }
|
||||
.invite-modal .pw-input { letter-spacing: .04em; }
|
||||
/* 数字输入去掉 spinner(对齐设计稿) */
|
||||
.invite-modal .num-input::-webkit-outer-spin-button,
|
||||
.invite-modal .num-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
|
||||
.invite-modal .num-input { -moz-appearance: textfield; font-variant-numeric: tabular-nums; }
|
||||
|
||||
/* ─── 角色双卡(创建账户 / 编辑成员共用)─── */
|
||||
.invite-modal .role-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
|
||||
|
||||
Reference in New Issue
Block a user