@import '../../style/themes/default';

.bs-avatar {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  background: transparent;
  display: inline-flex;/*Flex布局*/
  display: -webkit-inline-flex; /* Safari */
  align-items: center;/*指定垂直居中*/
  justify-content: center;
  color: #fff;
  &-shape-circle {
    border-radius: 100%;
  }
  &-shape-square {
    border-radius: @radius-md;
  }
  /**尺寸**/
  &-size-lg {
    width: 112 * @hd;
    height: 112 * @hd;
    font-size: 20px;
  }
  &-size-md {
    width: 56px;
    height: 56px;
    font-size: 16px;
  }
  &-size-sm {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
  &-size-xs {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  &-size-xxs {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  & > img {
    width: 100%;
    height: 100%;
  }
}
.am-flexbox-item .am-badge {
  margin: 4 * @hd;
}
.hanging__icon{
  border-radius: 0;
  width: 24px;
  height: 24px;
  position: absolute;
}
.bottomright{
  bottom: 0px;
  right: -22px;
}
.bottomleft{
  bottom: 0px;
  left: -22px;
}
.topright{
  right: -20px;
  top: -15px;
}
.topleft{
  top: -22px;
  left: -22px;
}
.bottom{
  bottom: -12px;
  left: 30px;
}