From c68b99abd5e715da7a499eef413d0eb57bf85561 Mon Sep 17 00:00:00 2001 From: yixu Date: Tue, 16 Sep 2025 14:14:43 +0800 Subject: [PATCH] update --- src/components/HomePage.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/HomePage.vue b/src/components/HomePage.vue index b7511d0..338e600 100644 --- a/src/components/HomePage.vue +++ b/src/components/HomePage.vue @@ -239,7 +239,7 @@ watch(() => mergeId, async (newVal) => { } .scene-item { - position: absolute; + position: fixed; cursor: pointer; transition: all 0.4s ease; overflow: hidden; @@ -260,7 +260,7 @@ watch(() => mergeId, async (newVal) => { .item-1 { width: 21vw; - bottom: 0; + bottom: 1vw; left: 0; animation-delay: 0s; } @@ -283,7 +283,7 @@ watch(() => mergeId, async (newVal) => { .item-2 { width: 48vw; - bottom: 0; + bottom: 1vw; animation-delay: 0s; } @@ -307,7 +307,7 @@ watch(() => mergeId, async (newVal) => { .item-3 { width: 21vw; - bottom: 0; + bottom: 1vw; right: 0; animation-delay: 0s; }