0911 第一版
This commit is contained in:
@@ -152,7 +152,6 @@ const handleScan = (e) => {
|
||||
|
||||
.scene-item {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
cursor: pointer;
|
||||
transition: all 0.4s ease;
|
||||
border-radius: 8px;
|
||||
@@ -163,7 +162,6 @@ const handleScan = (e) => {
|
||||
|
||||
.scene-item:hover {
|
||||
transform: scale(1.05);
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.scene-item img {
|
||||
@@ -174,14 +172,14 @@ const handleScan = (e) => {
|
||||
}
|
||||
|
||||
.item-1 {
|
||||
width: 40px;
|
||||
width: 10vw;
|
||||
bottom: 54%;
|
||||
right: 3%;
|
||||
animation-delay: 0s;
|
||||
}
|
||||
|
||||
.item-1 {
|
||||
width: 40px;
|
||||
width: 10vw;
|
||||
bottom: 54%;
|
||||
right: 3%;
|
||||
animation-delay: 0s;
|
||||
|
||||
Reference in New Issue
Block a user