:host {
  .imageUploader {
    position: relative;
    overflow: hidden;
    .annotation {
      padding: 6px 0;
      color: #666;
      width: 100%;
      border-bottom: 1px dashed #e9e9e9;
      .orange {
        color: #ff6f00;
      }
    }
  }
  .body {
    position: relative;
    margin: 10px 0;
    overflow: hidden;
  }
  .img-box {
    margin-bottom: 15px;
    float: left;
    margin-right: 9px;
    padding: 3px;
    border: 1px solid #ebebeb;
    position: relative;
    background-color: #fff;
    box-sizing: content-box;
    img {
      vertical-align: middle;
      height: 100%;
      width: 100%;
    }
  }
  .img-cont {
    float: left;
    padding: 3px;
    border: 1px solid #ebebeb;
    position: relative;
    text-align: center;
    box-sizing: content-box;
    &:hover {
      border-color: #46be8a
    }
  }
  .del-img {
    line-height: 18px;
    width: 21px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    display: block;
    background: #fff;
    font-weight: 700;
    font-size: 10px;
    cursor: pointer;
    color: #c3c3c3;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: absolute;
    right: -6px;
    top: -6px;
    &:hover {
      color: #46be8a
    }
  }
  .uploadBtn {
    cursor: pointer
  }
  .img-empty {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    text-align: center;
    .iconfont {
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0);
      color: #dadada;
      width: auto;
      font-size: 40px
    }
  }
  .fileInput {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    input {
      font-size: 999px;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
    }
  }
  .error {
    .iconfont {
      color: #d01919;
    }
  }
  .single {
    .img-cont {
      float: left;
      margin-left: 10px;
      border: none;
      text-align: left;
    }
    .uploadBtn {
      width: 100px !important;
      text-align: center;
      line-height: 30px;
      border: 1px solid #ebebeb;
      border-radius: 5px;
      background-color: #f7f7f7;
      cursor: pointer;
      padding: 0 10px;
      white-space: nowrap;
      display: inline-block;
      height: 30px;
      position: relative;
      margin-top: 30px;
      &:hover {
        color: #00b5ad;
        border-color: #00b5ad;
      }
      .fileInput{
        cursor: pointer;
      }
    }
  }
}
