fix(recharge): 选中样式对齐设计规范

- border-color: var(--primary)
- background: var(--primary-light)
- 与其他组件(option-card/template-card/material-card)保持一致
This commit is contained in:
小鱼开发
2026-05-18 22:09:08 +08:00
parent 47a7232d43
commit 6763228ed9
@@ -53,7 +53,8 @@
}
.recharge-amount-card.selected {
background: rgba(54, 178, 106, 0.08);
border-color: var(--primary);
background: var(--primary-light);
}
.recharge-amount-card.skeleton {