.delivery-dialog .img-preview[data-v-8a3d6574] {
  width: 150px;
  height: 100px;
  border: 1px solid #DCDFE6;
  background-color: #fafafa;
  border-radius: 0px;
  overflow: hidden;
}
.delivery-dialog .img-preview .tip[data-v-8a3d6574] {
    font-size: 12px;
    color: #ccc;
    text-align: center;
    line-height: 20px;
    position: relative;
    top: 50px;
}
.delivery-dialog .img-preview .tip[data-v-8a3d6574]::after {
      content: "+";
      width: 20px;
      height: 20px;
      font-size: 20px;
      text-align: center;
      position: absolute;
      top: -20px;
      left: 65px;
}
.delivery-dialog .img-preview img[data-v-8a3d6574] {
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
}
.delivery-dialog .dialog-footer[data-v-8a3d6574] {
  width: 100%;
  display: flex;
  justify-content: center;
}


/*# sourceMappingURL=19.1754290969349.css.map*/