This commit is contained in:
yixu
2025-09-16 17:19:31 +08:00
parent 44e9e099b2
commit 42c6610229
3 changed files with 9 additions and 6 deletions

View File

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