大量优化修改扣积分规则

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
+9 -11
View File
@@ -646,23 +646,21 @@
flex-shrink: 0;
}
.fc-page .fc-estimate {
font-size: 11px;
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 13px;
color: var(--fc-muted);
font-variant-numeric: tabular-nums;
white-space: nowrap;
margin-right: 2px;
}
.fc-page .fc-clear {
height: 32px;
padding: 0 10px;
border: 0;
border-radius: 8px;
.fc-page .fc-estimate svg {
width: 14px;
height: 14px;
flex-shrink: 0;
color: var(--fc-muted);
background: transparent;
font: inherit;
font-size: 12px;
cursor: pointer;
}
.fc-page .fc-clear:hover { color: var(--accent-black); background: rgba(34, 42, 54, 0.06); }
.fc-page .fc-gen {
min-width: 100px;
height: 42px;