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