大量优化修改扣积分规则

This commit is contained in:
Azmat@qq.com
2026-09-04 17:20:22 +08:00
parent 3e904479d9
commit 15718a60bf
41 changed files with 1590 additions and 429 deletions
+4 -3
View File
@@ -1345,7 +1345,8 @@
gap: 14px;
}
.omni-confirm-card button {
/* 只染脚上的确认按钮。参数条里的 CustomSelect / 时长触发器不能吃到克莱因蓝。 */
.omni-confirm-foot > button {
display: flex;
align-items: center;
gap: 8px;
@@ -1358,12 +1359,12 @@
cursor: pointer;
}
.omni-confirm-card button:disabled {
.omni-confirm-foot > button:disabled {
background: rgba(34, 42, 54, .18);
cursor: not-allowed;
}
.omni-confirm-card button i {
.omni-confirm-foot > button i {
color: rgba(255, 255, 255, .72);
font-size: 12px;
font-style: normal;