@charset "UTF-8";
/* 公共颜色变量 */
.goods-wrap .img[data-v-ffd17ad6] {
  width: 60px;
  height: 60px;
}
.goods-wrap .img .el-image[data-v-ffd17ad6] {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.goods-wrap .info[data-v-ffd17ad6] {
  width: calc(100% - 70px);
  margin-left: 10px;
}
.form-descriptions .upload-tip[data-v-ffd17ad6] {
  line-height: 22px;
  margin-top: 10px;
  font-size: 12px;
}
.form-descriptions .img-list[data-v-ffd17ad6] {
  gap: 10px;
  margin-top: 10px;
}
.form-descriptions .img-list .item[data-v-ffd17ad6] {
  width: 80px;
  height: 80px;
  position: relative;
}
.form-descriptions .img-list .item .img[data-v-ffd17ad6] {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.form-descriptions .img-list .item .btn-delete[data-v-ffd17ad6] {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  top: 0;
  right: 0;
}
.form-descriptions .img-list .item .btn-delete[data-v-ffd17ad6]:hover {
  opacity: 1 !important;
}
.form-descriptions .img-list .item:hover .btn-delete[data-v-ffd17ad6] {
  opacity: 0.5;
}
