细节优化

This commit is contained in:
kron
2025-06-19 01:55:40 +08:00
parent 554f891e31
commit 595a9802e2
16 changed files with 201 additions and 46 deletions

View File

@@ -106,8 +106,13 @@ onMounted(async () => {
</view>
</view>
<view class="ranking-section" @click="() => toPage('/pages/ranking')">
<view class="ranking-section">
<image src="../static/a4@2x.png" mode="widthFix" />
<button
class="into-btn"
@click="() => toPage('/pages/ranking')"
hover-class="none"
></button>
<view class="ranking-players">
<img src="../static/juezhanbang.png" mode="widthFix" />
<view class="player-avatars">
@@ -252,6 +257,14 @@ onMounted(async () => {
z-index: -1;
}
.into-btn {
position: absolute;
top: 40px;
left: calc(50% - 100px);
width: 200px;
height: 100px;
}
.ranking-players {
display: flex;
align-items: center;