大量优化修改扣积分规则
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user