From 4f826508ec147165b8341610afec9992d1f4be8f Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 19 Apr 2025 11:54:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/DZP1.vue | 4 ++-- src/views/DZP2.vue | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/views/DZP1.vue b/src/views/DZP1.vue index 8afa776..e34261b 100644 --- a/src/views/DZP1.vue +++ b/src/views/DZP1.vue @@ -201,8 +201,8 @@ onMounted(() => { /* 添加艺术字样式 */ .art-text { position: fixed; - left: 450px; - bottom: 200px; + left: 30%; + bottom: 20%; transform: translateX(-50%); font-family: 'Arial Black', sans-serif; font-size: 150px; diff --git a/src/views/DZP2.vue b/src/views/DZP2.vue index ddc7806..9b6e964 100644 --- a/src/views/DZP2.vue +++ b/src/views/DZP2.vue @@ -165,9 +165,10 @@ function endCallback(prize) { } .luckyWheel { + position: fixed; z-index: 2000; - left: 826px; + left: 43%; top: 487px; pointer-events: auto; } @@ -176,7 +177,7 @@ function endCallback(prize) { .wheel-base2 { background-image: url('/public/wheel-base2.png'); position: fixed; - left: 750px; + left: 39%; top: 395px; width: 520px; height: 600px; @@ -186,7 +187,7 @@ function endCallback(prize) { .pan { background-image: url('/public/pan.png'); position: fixed; - left: 822px; + left: 50px; top: 460px; width: 360px; height: 360px;