细节优化
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user