0911 第一版

This commit is contained in:
yixu
2025-09-11 20:52:01 +08:00
parent 246edb68ab
commit e3783c5f0a
17 changed files with 2490 additions and 206 deletions

View File

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