.upload-item {
  width: 750rpx;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px 0;

  &-list {
    width: 73px;
    height: 73px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    border-style: solid;
    border-width: 1rpx;
    border-color: #f1f1f1;
  }

  &-image {
    width: 73px;
    height: 73px;
  }

  &-delete {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 750rpx;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 1);

    &-info {
      position: relative;
      align-items: center;
    }
  }

  &-show-image {
    width: 750rpx;
  }

  &-uniIcon {
    margin-top: 15px;
    height: 73px;
    width: 28px;
  }

  &-update {
    width: 73px;
    height: 73px;
    border-radius: 2px;
    background-color: #ededed;
    position: relative;
    align-items: center;
    justify-content: center;
    border-style: dashed;
    border-width: 1rpx;
    border-color: red;
  }
}