.thumb[data-v-5fd300eb] {
  position: relative;
  width: 50px;
  height: 50px;
}
.thumb:hover .img img[data-v-5fd300eb] {
  opacity: 0.8;
}
.thumb:hover .btn[data-v-5fd300eb] {
  display: block;
}
.thumb .img[data-v-5fd300eb] {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f9f9f9;
}
.thumb .img img[data-v-5fd300eb] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.thumb .img span[data-v-5fd300eb] {
  position: relative;
  display: block;
  border: 1px dashed #dddddd;
  background: #ffffff;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  color: #999999;
}
.thumb .btn[data-v-5fd300eb] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: none;
}
.thumb .btn .delete[data-v-5fd300eb] {
  position: absolute;
  right: -4px;
  top: -4px;
  z-index: 5;
  background: #ff0000;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}
.thumb .btn .delete[data-v-5fd300eb]:hover {
  transform: rotate(90deg);
}
.thumb .btn .delete i[data-v-5fd300eb] {
  display: block;
  width: 16px;
  height: 16px;
  line-height: 18px;
  text-align: center;
  font-size: 8px;
  color: #ffffff;
}
.thumb .btn .edit[data-v-5fd300eb] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}
.thumb .btn .edit i[data-v-5fd300eb] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}

.rcode[data-v-c2433d28] {
  width: 100%;
}
.rcode .img[data-v-c2433d28] {
  width: 100%;
}

.content-inputer[data-v-4531c904] {
  width: 600px;
}

