update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user