93 lines
1.5 KiB
Plaintext
93 lines
1.5 KiB
Plaintext
/* 打手排行榜 - 逍遥梦风格视觉覆盖 */
|
|
|
|
page {
|
|
background: #f5f5f5 !important;
|
|
color: #333 !important;
|
|
}
|
|
|
|
.rank-page {
|
|
background: #f5f5f5 !important;
|
|
}
|
|
|
|
.page-bg {
|
|
opacity: 0.35 !important;
|
|
}
|
|
|
|
.page-title {
|
|
color: #343434 !important;
|
|
}
|
|
|
|
.refresh-wrap {
|
|
background: rgba(255, 255, 255, 0.85) !important;
|
|
}
|
|
|
|
.role-chip {
|
|
background: rgba(255, 255, 255, 0.8) !important;
|
|
color: #666 !important;
|
|
border: 2rpx solid rgba(147, 51, 234, 0.25) !important;
|
|
}
|
|
|
|
.role-chip.on {
|
|
background: linear-gradient(180deg, #c4b5fd, #a78bfa) !important;
|
|
color: #492f00 !important;
|
|
border-color: #9333ea !important;
|
|
font-weight: 700 !important;
|
|
}
|
|
|
|
.date-chip {
|
|
background: rgba(255, 255, 255, 0.7) !important;
|
|
color: #666 !important;
|
|
}
|
|
|
|
.date-chip.on {
|
|
background: #ede9fe !important;
|
|
color: #492f00 !important;
|
|
font-weight: 700 !important;
|
|
}
|
|
|
|
.sort-tip {
|
|
color: #999 !important;
|
|
}
|
|
|
|
.podium-panel {
|
|
background: #fdfcfa !important;
|
|
box-shadow: 0 4rpx 20rpx rgba(0, 0, 0, 0.06) !important;
|
|
}
|
|
|
|
.p-name {
|
|
color: #222 !important;
|
|
}
|
|
|
|
.p-score {
|
|
color: #c0392b !important;
|
|
}
|
|
|
|
.rank-row {
|
|
background: #fdfcfa !important;
|
|
box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.04) !important;
|
|
}
|
|
|
|
.rank-row .r-name {
|
|
color: #333 !important;
|
|
}
|
|
|
|
.rank-row .r-score {
|
|
color: #492f00 !important;
|
|
}
|
|
|
|
.my-rank-bar {
|
|
background: linear-gradient(180deg, #c4b5fd, #a78bfa) !important;
|
|
}
|
|
|
|
.my-rank-bar text {
|
|
color: #492f00 !important;
|
|
}
|
|
|
|
.state-wrap text {
|
|
color: #999 !important;
|
|
}
|
|
|
|
.loader {
|
|
border-top-color: #9333ea !important;
|
|
}
|