2026-07-06 11:47:04 +08:00

77 lines
1.3 KiB
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* 运营中心充值排行视图专属样式:仅消费 social-v2.css 的 token类名前缀 sbi-kpi-。 */
.sbi-kpi-view {
display: flex;
flex-direction: column;
gap: 16px;
}
.sbi-kpi-board-scroll {
max-height: 620px;
margin-top: 12px;
border-radius: 0 0 var(--sbi-radius) var(--sbi-radius);
}
.sbi-kpi-rank {
display: inline-grid;
width: 24px;
height: 24px;
place-items: center;
border-radius: 50%;
background: #f1f5fa;
color: var(--sbi-text-2);
font-size: 12px;
font-weight: 740;
font-variant-numeric: tabular-nums;
}
.sbi-kpi-rank.is-gold {
background: linear-gradient(135deg, #f6c34c, #d28f0e);
color: #ffffff;
}
.sbi-kpi-rank.is-silver {
background: linear-gradient(135deg, #cfd8e3, #97a4b4);
color: #ffffff;
}
.sbi-kpi-rank.is-bronze {
background: linear-gradient(135deg, #d9a06b, #a56a3c);
color: #ffffff;
}
.sbi-kpi-person {
display: grid;
gap: 2px;
}
.sbi-kpi-person-top {
display: flex;
align-items: center;
gap: 6px;
}
.sbi-kpi-person small {
color: var(--sbi-text-3);
font-size: 11.5px;
}
.sbi-kpi-app {
display: inline-flex;
align-items: center;
gap: 7px;
}
.sbi-kpi-app-dot {
flex: none;
width: 8px;
height: 8px;
border-radius: 50%;
}
.sbi-kpi-table-skeleton {
display: grid;
gap: 14px;
padding: 18px;
}