
.multiple-image-wrap[data-v-8d9901c2] {
  box-sizing: border-box;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.small-size[data-v-8d9901c2] {
  width: 60px;
  height: 60px;
}
.large-size[data-v-8d9901c2] {
  width: 100px;
  height: 100px;
}
.image-item[data-v-8d9901c2],
.upload-button[data-v-8d9901c2] {
  /**width: 100px;
    height: 100px;**/
  margin-right: 10px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}
.upload-button[data-v-8d9901c2] {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e4e7ed;
  cursor: pointer;
}
.mt-60[data-v-8d9901c2] {
  margin-top: 60px;
}
.relative[data-v-8d9901c2] {
  position: relative;
}
.remove-wrap[data-v-8d9901c2] {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.preview-images-wrap[data-v-8d9901c2] {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  width: 100%;
  height: 240px;
  padding: 10px;
  overflow-y: auto;
}
.images-container[data-v-8d9901c2] {
  box-sizing: border-box;
  width: 100%;
  min-height: 220px;
  margin-top: 10px;
  padding: 10px;
  border: 1px dashed #e4e7ed;
}
.images-container[data-v-8d9901c2] {
  display: inline-block;
}
.image-item[data-v-8d9901c2] {
  position: relative;
  display: inline-block;
  /**width: 100px;
    height: 100px;**/
  margin-right: 10px;
  border-radius: 8px;
  overflow: hidden;
}
.cover-item[data-v-8d9901c2] {
  width: 100%;
  height: 100%;
}
.mt-10[data-v-8d9901c2] {
  margin-top: 10px;
}


.upload-demo {
  position: relative;
  width: 100%;
  min-height: 240px;
}
.upload-demo .el-upload {
  width: 100% !important;
  min-height: 240px;
}
.upload-demo .el-upload-dragger {
  width: 100%;
  min-height: 240px;
}

