.g-uploader-view {
  margin: 0;
  padding: 0;
}

.g-uploader-view .g-uploader-view__image-list {
  display: flex;
  flex-wrap: wrap;
}

.g-uploader-view .g-uploader-view__image-box {
  height: 100px;
  width: 100px;
  margin-right: 8px;
  margin-bottom: 8px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.g-uploader-view .g-uploader-view__empty {
  padding: 8px;
  background-image: url('https://main.qcloudimg.com/raw/c85c9a875e9754545ee19f20438b2caa.svg');
}

.g-uploader-view .g-uploader-view__image {
  width: 100%;
  height: auto;
  max-height: 100%;
}
