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 {
width: 100%;
height: 59vw;
display: flex;
flex-flow: wrap;
}

View File

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

View File

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

View File

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