东风启辰小程序端
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.

349 lines
5.3KB

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