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

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