This commit is contained in:
yixu
2025-09-16 14:14:43 +08:00
parent 99795f2913
commit c68b99abd5

View File

@@ -239,7 +239,7 @@ watch(() => mergeId, async (newVal) => {
} }
.scene-item { .scene-item {
position: absolute; position: fixed;
cursor: pointer; cursor: pointer;
transition: all 0.4s ease; transition: all 0.4s ease;
overflow: hidden; overflow: hidden;
@@ -260,7 +260,7 @@ watch(() => mergeId, async (newVal) => {
.item-1 { .item-1 {
width: 21vw; width: 21vw;
bottom: 0; bottom: 1vw;
left: 0; left: 0;
animation-delay: 0s; animation-delay: 0s;
} }
@@ -283,7 +283,7 @@ watch(() => mergeId, async (newVal) => {
.item-2 { .item-2 {
width: 48vw; width: 48vw;
bottom: 0; bottom: 1vw;
animation-delay: 0s; animation-delay: 0s;
} }
@@ -307,7 +307,7 @@ watch(() => mergeId, async (newVal) => {
.item-3 { .item-3 {
width: 21vw; width: 21vw;
bottom: 0; bottom: 1vw;
right: 0; right: 0;
animation-delay: 0s; animation-delay: 0s;
} }