webgl_rxdz_krpanovr.scss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. .main-view{
  2. width:100vw;
  3. height:100vh;
  4. overflow: hidden;
  5. position: relative;
  6. }
  7. canvas { z-index: 10;}
  8. .mapDiv{
  9. position: relative;
  10. background-color: #fff;
  11. font-size: 0px;
  12. }
  13. page {
  14. -webkit-user-select: none;
  15. user-select: none;
  16. width: 100%;
  17. height:100vh;
  18. overflow-x: hidden;
  19. overflow-y: hidden;
  20. }
  21. /* 生成截屏的画布对象 */
  22. #canvas {
  23. width: 100vw;
  24. z-index: -1;
  25. left:0px;
  26. }
  27. .canvas-view{
  28. position:relative;
  29. }
  30. .lable-view{
  31. position:absolute;
  32. width:100vw;
  33. }
  34. .voice-btn{
  35. position: absolute;
  36. width: 72px;
  37. height: 72px;
  38. background: rgba(0, 0, 0, 0.5);
  39. left: 20px;
  40. top: 650px;
  41. border-radius: 50%;
  42. z-index: 99;
  43. }
  44. .slide-mask{
  45. position: absolute;
  46. right: 0px;
  47. top: 0px;
  48. width: 126px;
  49. height: 750px;
  50. background: linear-gradient(90.13deg, #00000000 0%, #00000080 100%);
  51. z-index: 9;
  52. }
  53. .slide-view{
  54. position: absolute;
  55. right: 10px;
  56. top: 80px;
  57. width: 72px;
  58. height: calc(750px - 60px - 60px);
  59. z-index: 10;
  60. .slide-tips{
  61. font-family: "Verdana Bold";
  62. font-weight: 700;
  63. font-size: 24px;
  64. color: #fff;
  65. text-align: center;
  66. margin-bottom: 20px;
  67. }
  68. .slide-word{
  69. font-family: "Verdana";
  70. font-weight: 400;
  71. font-size: 24px;
  72. text-align: center;
  73. color: #b9ff98;
  74. }
  75. .rangeview{
  76. right: 0px;
  77. height: 472px;
  78. margin-top: 10px;
  79. margin-bottom: 10px;
  80. }
  81. }
  82. // /deep/.el-slider.is-vertical .el-slider__button-wrapper{
  83. // top: 50%;
  84. // left: 50%;
  85. // transform: translate(-50%,-50%);
  86. // }
  87. /deep/.el-slider__button-wrapper{
  88. display: flex;
  89. flex-direction: row;
  90. align-items: center;
  91. justify-content: center;
  92. }
  93. /deep/.el-slider__bar{
  94. background-color: #B9FF98;
  95. }
  96. /deep/.el-slider__button{
  97. border: 2px solid #B9FF98;
  98. }
  99. /deep/.el-slider.is-vertical .el-slider__bar{
  100. width: 8px;
  101. border-radius: 0 0 4px 4px;
  102. }
  103. /deep/.el-slider.is-vertical .el-slider__runway{
  104. width: 8px;
  105. background-color: rgba(255, 255, 255, 0.5);
  106. }
  107. .guide-mask {
  108. width: 100%;
  109. height: 100%;
  110. top: 0;
  111. left: 0;
  112. right: 0;
  113. bottom: 0;
  114. background: rgba(0, 0, 0, 0.3);
  115. z-index: 90;
  116. position: fixed;
  117. margin: auto;
  118. pointer-events: none;
  119. transition: opacity 0.5s ease-out;
  120. }
  121. .guide-mask>img {
  122. width: 280px;
  123. height: 406px;
  124. bottom: 100px;
  125. right: 0;
  126. margin: auto;
  127. position: fixed;
  128. left: 0;
  129. }
  130. .guide-mask-hide {
  131. opacity: 0;
  132. pointer-events: none;
  133. }
  134. .music-view{
  135. position: absolute;
  136. left: 42px;
  137. top: 38px;
  138. font-family: "Verdana";
  139. font-weight: 400;
  140. font-size: 24px;
  141. color: #fff;
  142. z-index: 9;
  143. .icon-yinle{
  144. width: 32px;
  145. height: 38.5px;
  146. color: #fff;
  147. margin-right: 20px;
  148. }
  149. }