
.uploader-avatar[data-v-07ed355e] .el-upload {
  background-color: #fbfdff;
  border: 1px dashed #c0ccda;
  border-radius: 6px;
  box-sizing: border-box;
  width: 148px;
  height: 148px;
  cursor: pointer;
  line-height: 146px;
  vertical-align: top;
  overflow: hidden;
}
.img-show[data-v-07ed355e] {
  position: relative;
  border: 1px solid #c0ccda;
  border-radius: 6px;
  box-sizing: border-box;
  width: 148px;
  height: 148px;
  cursor: pointer;
  overflow: hidden;
}
.uploader-avatar[data-v-07ed355e] .el-upload:hover {
  border-color: #409eff;
}
.uploader-avatar[data-v-07ed355e] i {
  font-size: 28px;
  color: #8c939d;
}
.avatar[data-v-07ed355e] {
  width: 148px;
  height: 148px;
  display: block;
}
.actions[data-v-07ed355e] {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 148px;
  left: 0;
  top: 0;
  cursor: default;
  text-align: center;
  color: #fff;
  opacity: 0;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s;
}
.actions[data-v-07ed355e]:hover {
  opacity: 1;
}
.actions:hover span[data-v-07ed355e] {
  display: inline-block;
}
.actions span[data-v-07ed355e] {
  display: none;
  margin: 0 16px;
  cursor: pointer;
}

