优化玩家端暗金主题资源并清理未引用图片

This commit is contained in:
mars
2026-07-24 10:26:11 +08:00
parent b02e79785e
commit 394c28f08f
39 changed files with 269 additions and 145 deletions

View File

@@ -447,17 +447,22 @@ function formatOdds(odds: string) {
.close-x {
position: absolute;
top: 10px;
right: 10px;
width: 28px;
height: 28px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.06);
color: var(--text-muted);
font-size: 14px;
top: 8px;
right: 8px;
width: 36px;
height: 36px;
border: 0;
border-radius: 0;
background: url('../../assets/images/generated/modal-close-gold-v1.webp') center / contain no-repeat;
color: transparent;
font-size: 0;
line-height: 1;
}
.close-x:active {
background-image: url('../../assets/images/generated/modal-close-gold-pressed-v1.webp');
}
.hint {
font-size: 12px;
font-weight: 600;