东风启辰小程序端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

228 lines
3.4KB

  1. /* pages/guessPrize/guessPrize.wxss */
  2. image{
  3. display: block;
  4. }
  5. view{
  6. -webkit-overflow-scrolling: touch;
  7. }
  8. .main{
  9. height: calc(100vh - 120rpx);
  10. overflow: auto;
  11. position: relative;
  12. }
  13. .pageBg{
  14. position: fixed;
  15. left: 0;
  16. bottom: 0;
  17. width: 750rpx;
  18. height: 1388rpx;
  19. z-index: -1;
  20. }
  21. .ruleBtn{
  22. width: 81rpx;
  23. height: 81rpx;
  24. position: fixed;
  25. right: 35rpx;
  26. top: 100rpx;
  27. }
  28. .ruleFrame{
  29. position: fixed;
  30. top:0;
  31. left: 0;
  32. height: calc(100vh - 120rpx);
  33. overflow: auto;
  34. }
  35. .gameRule{
  36. width: 750rpx;
  37. height: 2362rpx;
  38. margin-top: -1rpx;
  39. }
  40. .closeRule{
  41. position: fixed;
  42. right: 70rpx;
  43. top: 102rpx;
  44. width: 56rpx;
  45. height: 57rpx;
  46. }
  47. .versions-14{
  48. width: 150rpx;
  49. height: 36rpx;
  50. margin: 0 auto;
  51. margin-top: 208rpx;
  52. }
  53. .versions-15{
  54. width: 368rpx;
  55. height: 30rpx;
  56. margin: 15rpx auto;
  57. }
  58. .versions-9{
  59. width: 374rpx;
  60. height: 44rpx;
  61. margin: 0 auto;
  62. }
  63. .versions-16{
  64. width: 513rpx;
  65. height: 51rpx;
  66. margin: 0 auto;
  67. margin-top: 50rpx;
  68. }
  69. .versions-17{
  70. width: 589rpx;
  71. height: 51rpx;
  72. margin: 0 auto;
  73. margin-top: 88rpx;
  74. }
  75. .selectFream{
  76. position: relative;
  77. margin-top: 30rpx;
  78. }
  79. .slideMask{
  80. position: absolute;
  81. left: 0;
  82. top: 0;
  83. width: 100%;
  84. height: 100%;
  85. opacity: 0;
  86. }
  87. .versions-19{
  88. width: 535rpx;
  89. height: 137rpx;
  90. margin: 0 auto;
  91. margin-left: 124rpx;
  92. }
  93. .versions-8{
  94. width: 374rpx;
  95. height: 44rpx;
  96. margin: 0 auto;
  97. margin-top: 15rpx;
  98. }
  99. .versions-18{
  100. width: 382rpx;
  101. height: 54rpx;
  102. margin: 0 auto;
  103. margin-top: 20rpx;
  104. }
  105. .timeFrame{
  106. display: flex;
  107. align-items: center;
  108. justify-content: center;
  109. margin-top: 95rpx;
  110. }
  111. .versions-12{
  112. width: 87rpx;
  113. height: 3rpx;
  114. }
  115. .versions-10{
  116. width: 218rpx;
  117. height: 24rpx;
  118. margin-left: 10rpx;
  119. margin-right: 5rpx;
  120. }
  121. .versions-11{
  122. width: 22rpx;
  123. height: 23rpx;
  124. margin-left:5rpx;
  125. margin-right: 10rpx;
  126. }
  127. .numGroup{
  128. position: relative;
  129. }
  130. .versions-13{
  131. width: 31rpx;
  132. height: 31rpx;
  133. }
  134. .numText{
  135. position: absolute;
  136. top: 50%;
  137. left: 50%;
  138. transform: translate(-50%,-50%);
  139. line-height: 25rpx;
  140. font-size:25rpx;
  141. font-family:NissanBrand;
  142. font-weight:400;
  143. color:rgba(24,42,114,1);
  144. }
  145. .btnGroup{
  146. position: absolute;
  147. left: 50%;
  148. transform: translateX(-50%);
  149. bottom: 20rpx;
  150. width: 710rpx;
  151. }
  152. .versions-5{
  153. width: 710rpx;
  154. height: 70rpx;
  155. margin: 0 auto;
  156. /* margin-top: 20rpx; */
  157. }
  158. .shareWindow{
  159. position: fixed;
  160. top:0;
  161. left: 0;
  162. width: 100%;
  163. height: calc(100vh - 120rpx);
  164. display: flex;
  165. align-items: center;
  166. justify-content: center;
  167. background-color: rgba(000, 000, 000, 0.5);
  168. }
  169. .shareWindowGroup{
  170. position: relative;
  171. width: 591rpx;
  172. height: 611rpx;
  173. }
  174. .versions-23{
  175. width: 100%;
  176. height: 100%;
  177. }
  178. .versions-22{
  179. position: absolute;
  180. left: 50%;
  181. transform: translateX(-50%);
  182. bottom: 60rpx;
  183. width: 462rpx;
  184. height: 54rpx;
  185. }
  186. .shareBtn{
  187. position: absolute;
  188. left: 50%;
  189. transform: translateX(-50%);
  190. bottom: 60rpx;
  191. height: 54rpx;
  192. margin: 0;
  193. padding: 0;
  194. opacity: 0;
  195. }
  196. .versions-24{
  197. position: absolute;
  198. top: -42rpx;
  199. right: -42rpx;
  200. width: 42rpx;
  201. height: 42rpx;
  202. }
  203. .priceGroup{
  204. position: absolute;
  205. top: 18rpx;
  206. left: 154rpx;
  207. width: 60rpx;
  208. height: 100rpx;
  209. display: flex;
  210. align-items: center;
  211. justify-content: center;
  212. /* background-color: red; */
  213. overflow: hidden;
  214. }
  215. .priceImg{
  216. width: 36rpx;
  217. height: 43rpx;
  218. }
  219. .priceImg2,.priceImg3{
  220. position: absolute;
  221. left: 50%;
  222. transform: translateX(-50%);
  223. top: -23rpx;
  224. }
  225. .priceImg3{
  226. top: auto;
  227. bottom: -23rpx;
  228. }