
.upload-list[data-v-1742ca9c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.ant-upload-list-item[data-v-1742ca9c] {
  width: 104px;
  height: 104px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  position: relative;
  cursor: move;
  overflow: hidden;
}
.ant-upload-list-item:hover .ant-upload-list-item-actions[data-v-1742ca9c] {
  opacity: 1;
}
.ant-upload-list-item-image[data-v-1742ca9c] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ant-upload-list-item-actions[data-v-1742ca9c] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.45);
  padding: 8px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ant-upload-list-item-actions .anticon[data-v-1742ca9c] {
  color: #fff;
  font-size: 16px;
  margin: 0 4px;
  cursor: pointer;
}
.ghost[data-v-1742ca9c] {
  opacity: 0.5;
  background: #c8ebfb;
  border: 2px dashed #1890ff;
}
.ant-upload-btn[data-v-1742ca9c] {
  width: 104px;
  height: 104px;
  border: 1px dashed #d9d9d9;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.ant-upload-btn[data-v-1742ca9c]:hover {
  border-color: #1890ff;
}

