.emh-upload-img-info {
  background: #ffffff;
  margin-top: 8px;
    .van-cell__title.van-field__label {
        font-size: 14px;
        color: #444444;
        width: 100px;
      }
      .van-field__control.van-field__control--right{
          font-size: 14px;
          color: #000000;
      }
  [class*='van-hairline']::after {
    border: none;
  }
  .van-cell__value {
    color: #000000;
    flex: 1;
  }
  .van-cell__value--alone {
    color: #f8bc58;
    font-size: 12px;
  }
  .van-cell__value.van-cell__value--alone.van-field__value {
    background: #f8f8f8;
    border-radius: 8px;
    padding: 16px 12px;
    .van-field__control {
      color: #666666;
    }
  }
  .van-field__error-message {
    text-align: right;
  }
}

// 图片
.emh-upload-img-img-Arrs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  .emh-upload-img-img-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #888888;
    letter-spacing: 0;
    margin-right: 6px;
    margin-bottom: 12px;
    .emh-upload-img-describe {
      white-space: nowrap;
    }
    .emh-upload-img-img-item-index {
      position: relative;
      width: 80px;
      height: 80px;
      img {
        width: 80px;
        height: 80px;
        margin-bottom: 0px;
        border-radius: 8px;
        &.emh-upload-img-img-item-delete-icon {
          width: 16px;
          height: 16px;
          position: absolute;
          bottom: 0px;
          right: 0px;
          border-radius: 0px;
        }
      }
    }
  }
}
.emh-upload-img-img-Arrs2 {
  // padding: 0px 11px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  .emh-upload-img-img-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #888888;
    letter-spacing: 0;
    margin-right: 6px;
    margin-bottom: 12px;
    .emh-upload-img-describe {
      white-space: nowrap;
    }
    .emh-upload-img-img-item-index {
      position: relative;
      width: 80px;
      height: 80px;
      img {
        width: 80px;
        height: 80px;
        margin-bottom: 0px;
        border-radius: 8px;
        &.emh-upload-img-img-item-delete-icon {
          width: 16px;
          height: 16px;
          position: absolute;
          bottom: 0px;
          right: 0px;
          border-radius: 0px;
        }
      }
    }
  }
}
.emh-upload-img-only-one-img-Arr {
  display: flex;
  flex-direction: row;
  span {
    word-break: keep-all;
  }
}