shortcut2.scss 836 Bytes
@import '../../assets/scss/mixins';
@import '../../assets/scss/utils';

.comp {
  position: fixed;
  bottom: 30%;
  right: -20px;
  z-index: 91;
  color: #ffffff;

  $btnSize: 126px;

  .btn {
    width: $btnSize;
    height: $btnSize;
    margin-bottom: 12px;
    border-radius: $btnSize;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .iconfont {
    font-size: 64px;
  }

  .pics {
    height: $btnSize;
  }

  .point {
    background-color: rgba($color: #000000, $alpha: 0.6);
  }

  $contactWidth:172px;
  .contact {
    background-color: transparent;
    @extend .fcc;

    color: #ffffff;
    width: $contactWidth;
    height: $contactWidth;
    margin-left: -26px;
    margin-top: -18px;

    .img {
      width: $contactWidth;
      height: $contactWidth;
      border-radius: 8px;
    }
  }
}