.vuc-uploader {
  height: 100%;
  overflow: hidden;

  &-sider {
    background: #fff;
    border-right: #d1d1d1 1px solid;

    &-content {
      height: calc(~"100% - 43px");
      background: #fff;
    }

    overflow: hidden;
  }

  &-content {
    background: #fff;
  }

  &-header {
    padding: 0px 16px;
    border-bottom: #d1d1d1 1px solid;
    background: #f9f9f9;
    height: 43px;
    line-height: 43px;
    font-size: 14px;
  }

  .change-photo {
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
  }

  .last-photo {
    left: 5px;
  }

  .next-photo {
    right: 5px;
  }

  &-file-view {
    position: absolute;
    right: 16px;
    top: 0px;
  }

  &-list {
    .vxe-table {
      border: none;

      &--header-wrapper {
        border: none;
      }
    }

    .vxe-table:after,
    .vxe-table:before {
      height: 0;
    }
  }

  &-file {
    float: left;
    position: relative;
    padding: 8px;
    list-style: none;
    width: 120px;
    height: 160px;
    border: 1px transparent solid;

    &:hover {
      background: #e6f7ff;
    }

    &.active {
      border: 1px #b5d8d6 solid;
      background: #e6f7ff;
    }

    &-title {
      height: 48px;
      width: 104px;
      line-height: 1.2em;
      font-size: 14px;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      word-wrap: break-word;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical
    }

    &-icon {
      width: 104px;
      height: 100px;
    }

    &-image {
      background: url(./images/img.png) no-repeat 7px 7px;
      background-size: 90px 90px;
    }

    &-doc,
    &-docx {
      background: url(./images/word.png) no-repeat 7px 7px;
      background-size: 90px 90px;
    }

    &-xls,
    &-xlsx {
      background: url(./images/xls.png) no-repeat 7px 7px;
      background-size: 90px 90px;
    }

    &-ppt,
    &-pptx {
      background: url(./images/ppt.png) no-repeat 7px 7px;
      background-size: 90px 90px;
    }

    &-pdf {
      background: url(./images/pdf.png) no-repeat 7px 7px;
      background-size: 90px 90px;
    }

    &-txt {
      background: url(./images/txt.png) no-repeat 7px 7px;
      background-size: 90px 90px;
    }

    &-detail {
      height: 48px;
      line-height: 48px;
      border-top: 1px #d1d1d1 solid;
      font-size: 14px;

      .label {
        display: inline-block;
        margin-left: 16px;
        font-weight: 700;
      }

      .label-text {
        display: inline-block;
        min-width: 200px;
        cursor: default;
      }

      .label-editor {
        width: 200px;
      }

      .label-size {
        display: inline-block;
        width: 80px;
      }
    }

    &-browser {
      width: 100%;
      height: calc(~"100% - 140px");
      border: 1px transparent solid;
    }
  }

  .actived-row td,
  .actived-row td span {
    color: #d41d61 !important;
  }
}