
.van-icon-photograph[data-v-0a887bb2]:before {
	content: "\F0D2";
}
.file-item[data-v-0a887bb2] {
  position: relative;
  display: inline-block;
  margin-right: 0.71429rem; /* 可选：设置图片之间的间距 */
  width: 5.71429rem; /* 确保图片宽度 */
  height: 5.71429rem; /* 确保图片高度 */
  overflow: hidden; /* 确保内容不会溢出 */
}
.del[data-v-0a887bb2] {
  position: absolute;
  top: 0.07143rem; /* 调整删除按钮的垂直位置 */
  right: 0.07143rem; /* 调整删除按钮的水平位置 */
  background-color: rgba(0, 0, 0, 0.5); /* 可选：设置背景颜色以提高可点击性 */
  border-radius: 50%;
  padding: 0.14286rem; /* 可选：设置内边距 */
  cursor: pointer; /* 设置鼠标悬停时的光标样式 */
  z-index: 1; /* 确保删除按钮在图片上方 */
}
/* 搜索结果样式 */
.search-results[data-v-0a887bb2] {
  position: absolute;
  /* top: 60px; 根据需要调整 */
  left: 0;
  right: 0;
  max-height: 14.28571rem; /* 设置最大高度 */
  overflow-y: auto; /* 添加滚动条 */
  background-color: white; /* 设置背景颜色 */
  z-index: 10; /* 确保在地图上方 */
  border-bottom: 0.07143rem solid #ebedf0; /* 可选：添加底部边框 */
}


/*# sourceMappingURL=chunk-9fa582c6.css.map?v=1763448516998*/