index.less
466 Bytes
.booth-map-gallery-page {
min-height: 100vh;
padding: 24rpx;
background: #f4f6f8;
box-sizing: border-box;
}
.booth-map-gallery-grid {
column-count: 2;
column-gap: 20rpx;
}
.booth-map-gallery-item {
break-inside: avoid;
margin-bottom: 20rpx;
border-radius: 24rpx;
overflow: hidden;
background: #ffffff;
box-shadow: 0 12rpx 32rpx rgba(15, 23, 42, 0.08);
}
.booth-map-gallery-image {
width: 100%;
display: block;
background: #e5e7eb;
}