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; }