
.editor-container[data-v-cc50985c] {
  width: 100%;
  height: 600px;
}


[data-v-008a9568] .ep-upload {
  width: 100px;
  height: 100px;
}
.avatar-uploader[data-v-008a9568] {
  width: 100px;
  height: 100px;
  border: 1px dashed #ccc;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.avatar-uploader-icon[data-v-008a9568] {
  line-height: 100px;
  width: 100px;
  height: 100px;
  font-size: 20px;
  color: #ccc;
}
.avatar-uploader[data-v-008a9568]:hover {
  border: 1px dashed #409eff;
}
.progress[data-v-008a9568] {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imgStyle[data-v-008a9568] {
  width: 100px;
  height: 100px;
  border-radius: 10px;
}
.imgBox[data-v-008a9568] {
  margin-right: 10px;
}
.imgBox:hover .overlay[data-v-008a9568] {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay[data-v-008a9568] {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
}
.lottie-box:hover .lottie-overlay[data-v-008a9568] {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lottie-overlay[data-v-008a9568] {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
}

/* 不同的尺寸 */
/* 不同的尺寸 */
.large[data-v-008a9568] {
  width: 200px;
  height: 200px;
}
.default[data-v-008a9568] {
  width: 150px;
  height: 150px;
}
.small[data-v-008a9568] {
  width: 100px;
  height: 100px;
}
.less[data-v-008a9568] {
  width: 60px;
  height: 60px;
}


.avatar[data-v-7887c2a1] {
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

