shortcut.scss 444 Bytes
.comp {
  position: fixed;
  bottom: 10%;
  right: 2%;
  z-index: 91;
  color: #ffffff;

  $btnSize: 100px;

  .btn {
    width: $btnSize;
    height: $btnSize;
    margin-bottom: 32px;
    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);
  }
}