@charset "UTF-8";
/* 公共颜色变量 */
.img-wrap[data-v-032c706e] {
  width: 150px;
  height: 150px;
  position: relative;
}
.img-wrap .icon[data-v-032c706e] {
  width: 100%;
  height: 100%;
  background: url(../img/avatar.2ae83587.png) no-repeat center center #EDF3FD;
  border-radius: 10px;
}
.img-wrap .img[data-v-032c706e] {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.img-wrap .btn-delete[data-v-032c706e] {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #fff;
  top: 0;
  right: 0;
}
.img-wrap .btn-delete[data-v-032c706e]:hover {
  opacity: 1 !important;
}
.img-wrap:hover .btn-delete[data-v-032c706e] {
  opacity: 0.5;
}
