This commit is contained in:
yixu
2025-09-17 22:09:32 +08:00
parent 1b89cc367b
commit 097050e5df
8 changed files with 628 additions and 622 deletions

View File

@@ -365,7 +365,7 @@ watch(() => mergeId, async (newVal) => {
:class="{ 'disabled': globalStore.game_chances <= 0 }">
<img src="../assets/images/join.webp" alt="立即参与">
<div class="join-main">
<p class="join-value"><span>X</span>{{ globalStore.game_chances }}</p>
<p class="join-value">{{ globalStore.game_chances }}</p>
</div>
</div>
<div class="scene-item item-3" @click="navigateTodoList">
@@ -510,8 +510,8 @@ watch(() => mergeId, async (newVal) => {
.join-main {
position: absolute;
top: 3.4vw;
right: -0.4vw;
top: 2.6vw;
right: -3.5vw;
width: 13vw;
}
@@ -524,10 +524,6 @@ watch(() => mergeId, async (newVal) => {
font-weight: 900;
}
.join-main .join-value span {
padding-right: 0.2vw;
}
.item-3 {
width: 21vw;
bottom: 5vw;