This commit is contained in:
yixu
2025-09-17 22:22:14 +08:00
parent 097050e5df
commit c5728347e0

View File

@@ -493,13 +493,13 @@ watch(() => mergeId, async (newVal) => {
width: 4vw; width: 4vw;
height: 3.5vw; height: 3.5vw;
position: absolute; position: absolute;
top: 1.5vw; top: 1.7vw;
right: 6.6vw; right: 7.3vw;
color: #fff; color: #fff;
} }
.lottery-main .lottery-value { .lottery-main .lottery-value {
font-size: 10px; font-size: 4vw;
} }
.item-2 { .item-2 {
@@ -510,7 +510,7 @@ watch(() => mergeId, async (newVal) => {
.join-main { .join-main {
position: absolute; position: absolute;
top: 2.6vw; top: 2.8vw;
right: -3.5vw; right: -3.5vw;
width: 13vw; width: 13vw;
} }
@@ -520,7 +520,7 @@ watch(() => mergeId, async (newVal) => {
color: white; color: white;
text-stroke: 4px #ff0000; text-stroke: 4px #ff0000;
-webkit-text-stroke: 1px #ff0000; -webkit-text-stroke: 1px #ff0000;
font-size: 24px; font-size: 6vw;
font-weight: 900; font-weight: 900;
} }