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