webgl_rxdz_krpano720.scss 365 B

1234567891011121314151617181920212223
  1. .main-view{
  2. width:100vw;
  3. height:100vh;
  4. overflow: hidden;
  5. }
  6. .voice-btn{
  7. position: absolute;
  8. width: 72px;
  9. height: 72px;
  10. background: rgba(0, 0, 0, 0.5);
  11. right: 20px;
  12. top: 20px;
  13. border-radius: 50%;
  14. z-index: 99999;
  15. }
  16. page {
  17. -webkit-user-select: none;
  18. user-select: none;
  19. width: 100%;
  20. height:100vh;
  21. overflow-x: hidden;
  22. overflow-y: hidden;
  23. }