webgl_rxdz_krpano720.scss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  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. left: 30px;
  12. top: 30px;
  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. }
  24. .music-view{
  25. position: absolute;
  26. right: 30px;
  27. top: 38px;
  28. font-family: "Verdana";
  29. font-weight: 400;
  30. font-size: 24px;
  31. color: #fff;
  32. z-index: 9;
  33. .icon-yinle{
  34. width: 32px;
  35. height: 38.5px;
  36. color: #fff;
  37. margin-right: 20px;
  38. }
  39. }
  40. .mask-lottery{
  41. position: fixed;
  42. width: 100vw;
  43. height: 100vh;
  44. left: 0px;
  45. top: 0px;
  46. z-index: 999;
  47. background-color: transparent;
  48. .main{
  49. position: absolute;
  50. left: 50%;
  51. top: 50%;
  52. transform: translate(-50%,-50%);
  53. width: 450px;
  54. height: 594px;
  55. border-radius: 60px;
  56. box-sizing: border-box;
  57. padding-top: 78px;
  58. // padding-left:30px;
  59. text-align: center
  60. }
  61. .win{
  62. width: 100%;
  63. height: 1026px;
  64. padding-top: 0px;
  65. background-image: url('https://dm.static.elab-plus.com/miniProgram/red-get.png');
  66. background-repeat: no-repeat;
  67. background-size: cover;
  68. // backdrop-filter: blur(30px);
  69. // background: linear-gradient(360deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 64, 64, 0.8)100%);
  70. // border: 6px solid #ffb8a7;
  71. }
  72. .win-title{
  73. font-family: "Helvetica Bold";
  74. font-weight: 700;
  75. font-size: 44px;
  76. color: #fff;
  77. margin-top: 362px;
  78. margin-bottom: 38px;
  79. }
  80. .win-info{
  81. color: rgb(255, 255, 255);
  82. font-family: Verdana;
  83. font-weight: 700;
  84. margin-bottom: 36px;
  85. font-size: 100px;
  86. // line-height: 100px;
  87. box-sizing: border-box;
  88. }
  89. .win-unit{
  90. font-size: 52px;
  91. margin-bottom: 10px;
  92. }
  93. .win-messges{
  94. font-family: "Verdana Bold";
  95. font-weight: 700;
  96. font-size: 40px;
  97. color: #931029;
  98. }
  99. .fail{
  100. background: linear-gradient(360deg, #fff 0%, #ffeaea 100%);
  101. }
  102. .btn{
  103. width: 290px;
  104. height: 84px;
  105. border-radius: 40px;
  106. background: #fff;
  107. font-family: "Helvetica Neue Bold";
  108. font-weight: 700;
  109. font-size: 32px;
  110. color: #ff895e;
  111. }
  112. .btn-style{
  113. position: absolute;
  114. bottom: 180px;
  115. left: 50%;
  116. transform: translateX(-50%);
  117. }
  118. .common-style{
  119. position: absolute;
  120. bottom: 20px;
  121. left: 50%;
  122. transform: translateX(-50%);
  123. background: #c96161;
  124. color: #fff;
  125. }
  126. .common-title{
  127. font-family: "Helvetica Bold";
  128. font-weight: 700;
  129. font-size: 44px;
  130. color: #5f1a1a;
  131. margin-bottom: 20px;
  132. }
  133. .common-desc{
  134. font-family: "Helvetica";
  135. font-weight: 400;
  136. font-size: 26px;
  137. color: rgba(39, 39, 39, 0.6);
  138. margin-bottom: 20px;
  139. }
  140. .common-img{
  141. width: 192.46px;
  142. height: 144.6px;
  143. opacity: 0.24;
  144. }
  145. .common-img1{
  146. margin-top: 48px;
  147. width: 204.72px;
  148. height: 148.5px;
  149. opacity: 0.46;
  150. object-fit: cover;
  151. }
  152. .imgSty2{
  153. margin-top: 23px;
  154. width: 158px;
  155. height: 172.24px;
  156. }
  157. .imgSty3{
  158. width: 111px;
  159. height: 111px;
  160. }
  161. .icon-cancel{
  162. position: absolute;
  163. right: -30px;
  164. top: -50px;
  165. font-size: 50px;
  166. color: #fff;
  167. }
  168. .win .icon-cancel{
  169. position: absolute;
  170. right: 60px;
  171. top: 75px;
  172. font-size: 50px;
  173. color: #fff;
  174. }
  175. }
  176. .lottie-view{
  177. position: fixed;
  178. left: 0px;
  179. top: 0px;
  180. width: 100vw;
  181. height: 100vh;
  182. z-index: 9999;
  183. pointer-events: none;
  184. }