From c5728347e0c6cc4dd22af1b1067f7566506ff9a3 Mon Sep 17 00:00:00 2001 From: yixu Date: Wed, 17 Sep 2025 22:22:14 +0800 Subject: [PATCH] update --- src/components/HomePage.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/HomePage.vue b/src/components/HomePage.vue index 315eaa2..02f6916 100644 --- a/src/components/HomePage.vue +++ b/src/components/HomePage.vue @@ -493,13 +493,13 @@ watch(() => mergeId, async (newVal) => { width: 4vw; height: 3.5vw; position: absolute; - top: 1.5vw; - right: 6.6vw; + top: 1.7vw; + right: 7.3vw; color: #fff; } .lottery-main .lottery-value { - font-size: 10px; + font-size: 4vw; } .item-2 { @@ -510,7 +510,7 @@ watch(() => mergeId, async (newVal) => { .join-main { position: absolute; - top: 2.6vw; + top: 2.8vw; right: -3.5vw; width: 13vw; } @@ -520,7 +520,7 @@ watch(() => mergeId, async (newVal) => { color: white; text-stroke: 4px #ff0000; -webkit-text-stroke: 1px #ff0000; - font-size: 24px; + font-size: 6vw; font-weight: 900; }