东风启辰小程序端
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

349 líneas
5.2KB

  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: 1506rpx;
  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. .ruleFrame2{
  36. width: 100%;
  37. display: flex;
  38. align-items: center;
  39. justify-content: center;
  40. background-color: rgba(0,0,0,0.5);
  41. z-index: 9;
  42. }
  43. .tipWindow{
  44. position: relative;
  45. width: 591rpx;
  46. height: 483rpx;
  47. }
  48. .tipWindowBg{
  49. width: 100%;
  50. height: 100%;
  51. }
  52. .tipWindowClose{
  53. position: absolute;
  54. top: -32rpx;
  55. right: -32rpx;
  56. width: 42rpx;
  57. height: 42rpx;
  58. }
  59. .tipWindowBtn{
  60. position: absolute;
  61. left: 50%;
  62. transform: translateX(-50%);
  63. bottom: 60rpx;
  64. width: 390rpx;
  65. height: 60rpx;
  66. }
  67. .gameRule{
  68. width: 750rpx;
  69. height: 2362rpx;
  70. margin-top: -1rpx;
  71. }
  72. .closeRule{
  73. position: fixed;
  74. right: 70rpx;
  75. top: 102rpx;
  76. width: 56rpx;
  77. height: 57rpx;
  78. }
  79. .versions-14{
  80. width: 150rpx;
  81. height: 36rpx;
  82. margin: 0 auto;
  83. margin-top: 208rpx;
  84. }
  85. .versions-15{
  86. width: 368rpx;
  87. height: 30rpx;
  88. margin: 15rpx auto;
  89. }
  90. .versions-9{
  91. width: 374rpx;
  92. height: 44rpx;
  93. margin: 0 auto;
  94. }
  95. .versions-16{
  96. width: 513rpx;
  97. height: 51rpx;
  98. margin: 0 auto;
  99. margin-top: 50rpx;
  100. }
  101. .versions-17{
  102. width: 589rpx;
  103. height: 51rpx;
  104. margin: 0 auto;
  105. margin-top: 88rpx;
  106. }
  107. .selectFream{
  108. position: relative;
  109. margin-top: 30rpx;
  110. }
  111. .slideMask{
  112. position: absolute;
  113. left: 0;
  114. top: 0;
  115. width: 100%;
  116. height: 100%;
  117. opacity: 0;
  118. }
  119. .versions-19{
  120. width: 535rpx;
  121. height: 137rpx;
  122. margin: 0 auto;
  123. margin-left: 124rpx;
  124. }
  125. .versions-8{
  126. width: 374rpx;
  127. height: 44rpx;
  128. margin: 0 auto;
  129. margin-top: 15rpx;
  130. }
  131. .versions-18{
  132. width: 382rpx;
  133. height: 54rpx;
  134. margin: 0 auto;
  135. margin-top: 20rpx;
  136. }
  137. .timeFrame{
  138. display: flex;
  139. align-items: center;
  140. justify-content: center;
  141. margin-top: 95rpx;
  142. }
  143. .versions-12{
  144. width: 87rpx;
  145. height: 3rpx;
  146. }
  147. .versions-10{
  148. width: 218rpx;
  149. height: 24rpx;
  150. margin-left: 10rpx;
  151. margin-right: 5rpx;
  152. }
  153. .versions-11{
  154. width: 22rpx;
  155. height: 23rpx;
  156. margin-left:5rpx;
  157. margin-right: 10rpx;
  158. }
  159. .numGroup{
  160. position: relative;
  161. }
  162. .versions-13{
  163. width: 31rpx;
  164. height: 31rpx;
  165. }
  166. .numText{
  167. position: absolute;
  168. top: 50%;
  169. left: 50%;
  170. transform: translate(-50%,-50%);
  171. line-height: 25rpx;
  172. font-size:25rpx;
  173. font-family:NissanBrand;
  174. font-weight:400;
  175. color:rgba(24,42,114,1);
  176. }
  177. .btnGroup{
  178. position: absolute;
  179. left: 50%;
  180. transform: translateX(-50%);
  181. bottom: 20rpx;
  182. width: 710rpx;
  183. }
  184. .versions-5{
  185. width: 710rpx;
  186. height: 70rpx;
  187. margin: 0 auto;
  188. /* margin-top: 20rpx; */
  189. }
  190. .shareWindow{
  191. position: fixed;
  192. top:0;
  193. left: 0;
  194. width: 100%;
  195. height: calc(100vh - 120rpx);
  196. display: flex;
  197. align-items: center;
  198. justify-content: center;
  199. background-color: rgba(000, 000, 000, 0.5);
  200. }
  201. .shareWindowGroup{
  202. position: relative;
  203. width: 591rpx;
  204. height: 611rpx;
  205. }
  206. .versions-23{
  207. width: 100%;
  208. height: 100%;
  209. }
  210. .versions-22{
  211. position: absolute;
  212. left: 50%;
  213. transform: translateX(-50%);
  214. bottom: 60rpx;
  215. width: 462rpx;
  216. height: 54rpx;
  217. }
  218. .shareBtn{
  219. position: absolute;
  220. left: 50%;
  221. transform: translateX(-50%);
  222. bottom: 60rpx;
  223. height: 54rpx;
  224. margin: 0;
  225. padding: 0;
  226. opacity: 0;
  227. }
  228. .versions-24{
  229. position: absolute;
  230. top: -42rpx;
  231. right: -42rpx;
  232. width: 42rpx;
  233. height: 42rpx;
  234. }
  235. .priceGroup{
  236. position: absolute;
  237. top: 18rpx;
  238. left: 154rpx;
  239. width: 60rpx;
  240. height: 100rpx;
  241. display: flex;
  242. align-items: center;
  243. justify-content: center;
  244. /* background-color: red; */
  245. overflow: hidden;
  246. }
  247. .priceImg{
  248. width: 36rpx;
  249. height: 43rpx;
  250. }
  251. .priceImg2,.priceImg3{
  252. position: absolute;
  253. left: 50%;
  254. transform: translateX(-50%);
  255. top: -23rpx;
  256. }
  257. .priceImg3{
  258. top: auto;
  259. bottom: -23rpx;
  260. }
  261. .newImages4-22{
  262. width: 504rpx;
  263. height: 90rpx;
  264. margin: 0 auto;
  265. margin-top: 84rpx;
  266. }
  267. .newImages4-23{
  268. width: 567rpx;
  269. height: 145rpx;
  270. margin-left: 108rpx;
  271. margin-top: 24rpx;
  272. position: relative;
  273. overflow: hidden;
  274. }
  275. .newImages4-23>image{
  276. width: 100%;
  277. height: 100%;
  278. }
  279. .inputPrice{
  280. position: absolute;
  281. left: -100%;
  282. top: 0;
  283. width: 5320rpx;
  284. height: 100%;
  285. line-height: 145rpx;
  286. font-size:24rpx;
  287. font-family:PingFangSC;
  288. font-weight:600;
  289. color:rgba(0,0,0,1);
  290. padding: 0 34rpx;
  291. box-sizing: border-box;
  292. }
  293. .newImages4-24{
  294. width: 389rpx;
  295. height: 60rpx;
  296. margin:0 auto;
  297. margin-top: 25rpx;
  298. }
  299. .inputFrame{
  300. position: absolute;
  301. left: 0;
  302. top: 0;
  303. width: 532rpx;
  304. height: 100%;
  305. line-height: 145rpx;
  306. font-size:77rpx;
  307. font-family:PingFangSC;
  308. font-weight:bold;
  309. color:rgba(0,0,0,1);
  310. padding: 0 34rpx;
  311. box-sizing: border-box;
  312. letter-spacing:36rpx;
  313. }
  314. /* input {
  315. margin-left: -120%;
  316. } */
  317. .blocks {
  318. display: flex;
  319. }
  320. .block {
  321. width: 100rpx;
  322. height: 88rpx;
  323. background: #fafafa;
  324. margin-left: 18rpx;
  325. }
  326. .inputFrame2{
  327. position: absolute;
  328. top: 50%;
  329. transform: translateY(-50%);
  330. height: 77rpx;
  331. left: 34rpx;
  332. width: 1rpx;
  333. background-color: #000;
  334. animation: focus 0.9s linear infinite;
  335. }
  336. @keyframes focus {
  337. from {
  338. opacity: 1;
  339. }
  340. to {
  341. opacity: 0;
  342. }
  343. }