index.less 567 Bytes
.booth-map-gallery-page {
  min-height: 100vh;
  padding: 24rpx;
  background: #f4f6f8;
  box-sizing: border-box;
}

.booth-map-gallery-status {
  padding: 120rpx 24rpx;
  text-align: center;
  font-size: 28rpx;
  color: #6b7280;
}

.booth-map-gallery-grid {
  display: flex;
  flex-direction: column;
  gap: 20rpx;
}

.booth-map-gallery-item {
  width: 100%;
  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;
}