diff --git a/src/components/Signin.vue b/src/components/Signin.vue index c8cd974..426793b 100644 --- a/src/components/Signin.vue +++ b/src/components/Signin.vue @@ -234,7 +234,7 @@ onShow(() => { height: 14px; border-radius: 50%; margin-right: 10px; - border: 1px solid #fff; + border: 1rpx solid #fff; } .protocol > view:last-child { display: flex; diff --git a/src/pages/index.vue b/src/pages/index.vue index 1406a9d..6c2207a 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -179,39 +179,35 @@ onShareTimeline(() => { - - - - - - - - {{ i }} - - - - - + + + + + + {{ i }} + + + {{ rankData.rank.length }} - - 虚位以待 ~ - @@ -376,7 +372,7 @@ onShareTimeline(() => { align-items: center; padding-bottom: 20px; margin-top: 42%; - border-bottom: 1px solid rgba(255, 255, 255, 0.2); + border-bottom: 1rpx solid rgba(255, 255, 255, 0.2); } .ranking-players > image:first-child { @@ -401,8 +397,8 @@ onShareTimeline(() => { width: 82rpx; height: 82rpx; border-radius: 50%; - margin-right: -10px; - border: 1px solid #312f35; + margin-right: -20rpx; + border: 1rpx solid #312f35; position: relative; box-sizing: border-box; } @@ -410,10 +406,10 @@ onShareTimeline(() => { .player-avatar > image:first-child, .player-avatar > view:first-child { position: absolute; - top: -10px; - left: 12px; - width: 16px; - height: 16px; + top: -24rpx; + left: 22rpx; + width: 32rpx; + height: 32rpx; } .player-avatar > view:first-child { border-radius: 50%; diff --git a/src/static/user-icon-dark.png b/src/static/user-icon-dark.png new file mode 100644 index 0000000..06d2fe0 Binary files /dev/null and b/src/static/user-icon-dark.png differ