.yw-avatar-empty {
  :global {
    .ant-avatar {
      background-color: #0077ff !important;
      text-align: center;
      font-family: PingFangSC-Regular;
      font-size: 14px;
      color: #fff;
      line-height: 34px;
      width: 34px;
      height: 34px;
      img {
        display: none;
      }
    }
  }
}
.yw-avatar {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  &-name {
    color: #999999;
    line-height: 13px;
    font-size: 11px;
    font-family: PingFangSC-Regular;
    margin-top: 4px;
  }
  &-extra-icon {
    display: inline-block;
    width: 14px;
    height: 14px;

    z-index: 20;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
}
.yw-avatar-group {
}
.yw-avatar-mask {
  :global {
    .ant-avatar {
      &::after {
        content: '离职';
        font-size: 12px;
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        z-index: 10;
        position: absolute;
        top: 0;
        left: 0;
      }
    }
  }
}
