diff --git a/src/pages/ranking.vue b/src/pages/ranking.vue
index bd75ee9..f5ec941 100644
--- a/src/pages/ranking.vue
+++ b/src/pages/ranking.vue
@@ -323,6 +323,7 @@ onShow(async () => {
>
{{ seasonName }}
{
.ranking-season > image {
width: 12px;
height: 12px;
+ transform: rotateX(180deg);
}
.ranking-season > text {
@@ -807,18 +809,18 @@ onShow(async () => {
}
.season-list {
- background-color: #000c;
+ background-color: rgba(0, 0, 0, 0.8);
border-radius: 15px;
color: #fff;
font-size: 12px;
- padding: 5px 0;
+ padding: 12px 0;
position: absolute;
width: 220rpx;
height: auto;
max-height: 400rpx;
overflow: hidden;
overflow-y: auto;
- top: -44rpx;
+ top: -42rpx;
right: -30rpx;
letter-spacing: 2px;
z-index: 10;
@@ -829,7 +831,7 @@ onShow(async () => {
display: flex;
align-items: center;
word-break: keep-all;
- padding: 20rpx 0;
+ padding: 20rpx 10rpx;
}
.season-list > view > text {