东风启辰小程序端
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

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