This commit is contained in:
yixu
2025-09-15 16:13:57 +08:00
parent eeeebb8be8
commit 0dd0c10ca4
4 changed files with 13 additions and 8 deletions

View File

@@ -38,6 +38,7 @@
.vue-recycle-scroller__item-wrapper { .vue-recycle-scroller__item-wrapper {
width: 100%; width: 100%;
height: 59vw;
display: flex; display: flex;
flex-flow: wrap; flex-flow: wrap;
} }

View File

@@ -396,8 +396,8 @@ markers.value = [
.image-container { .image-container {
width: 38vw; width: 38vw;
height: 56vw; height: 59vw;
top: 2.2vw; top: 0;
margin-bottom: 3vw; margin-bottom: 3vw;
background-image: url('../assets/images/test.webp'); background-image: url('../assets/images/test.webp');
background-size: cover; background-size: cover;

View File

@@ -364,10 +364,10 @@ markers.value = [
} }
.image-wrapper { .image-wrapper {
position: relative; position: relative;
margin-bottom: -10vw;
float: left;
margin-right: 2vw; margin-right: 2vw;
margin-left: 2vw; margin-left: 2vw;
width: 38vw;
height: 59vw;
} }
.border-image { .border-image {
position: absolute; position: absolute;
@@ -377,11 +377,15 @@ markers.value = [
} }
.image-gallery { .image-gallery {
overflow-y: auto; overflow-y: auto;
overflow-x: hidden;
display: block; display: block;
width: 84vw; width: 84vw;
height: 57vh; height: 57vh;
position: absolute; position: relative;
top: 28%; display: flex;
flex-flow: row;
flex-wrap: wrap;
top: 10vw;
} }
.image-container { .image-container {

View File

@@ -118,11 +118,11 @@ const handleNavClick = (event) => {
.nav-container { .nav-container {
position: relative; position: relative;
pointer-events: none; top: 18vw;
} }
.nav-image-wrapper { .nav-image-wrapper {
top: 24vw; top: 0;
opacity: 0; opacity: 0;
position: relative; position: relative;
display: inline-block; display: inline-block;