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

luckyStar.wxss 8.1KB

5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533
  1. /* pages/luckyStar/luckyStar.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. }
  12. .gameRuleBtn{
  13. width:81rpx;
  14. height:81rpx;
  15. position: fixed;
  16. right: 17rpx;
  17. top: 216rpx;
  18. }
  19. .gameRuleBtn2{
  20. background-color: #28568B;
  21. }
  22. .gameTip{
  23. width:81rpx;
  24. height:81rpx;
  25. position: fixed;
  26. right: 17rpx;
  27. top: 331rpx;
  28. }
  29. .gameRuleDesc{
  30. position: fixed;
  31. left: 0;
  32. top: 0;
  33. width: 100%;
  34. height: calc(100vh - 120rpx);
  35. background-color: rgba( 000, 000, 000, 0.3);
  36. display: flex;
  37. align-items: center;
  38. justify-content: center;
  39. z-index: 99;
  40. }
  41. .ruleGroup{
  42. position: relative;
  43. width: 549rpx;
  44. height: 736rpx;
  45. }
  46. .gameRuleIcon{
  47. width: 100%;
  48. height: 100%;
  49. }
  50. .gameRuleClose{
  51. position: absolute;
  52. top: -10rpx;
  53. right: -10rpx;
  54. height: 40rpx;
  55. width: 40rpx;
  56. z-index: 9;
  57. }
  58. .gameStrat{
  59. position: relative;
  60. width:277rpx;
  61. height:50rpx;
  62. padding-top: 37rpx;
  63. }
  64. .gameMain{
  65. position: relative;
  66. width: 750rpx;
  67. }
  68. .gameStarBg{
  69. width: 750rpx;
  70. height: 1038rpx;
  71. }
  72. .gameTitle{
  73. position: absolute;
  74. left: 49%;
  75. top: 0;
  76. transform: translateX(-50%);
  77. width: 343rpx;
  78. height: 97rpx;
  79. z-index: 10;
  80. }
  81. .downTime{
  82. position: absolute;
  83. top: 20rpx;
  84. right: 80rpx;
  85. font-size:34rpx;
  86. line-height: 34rpx;
  87. font-family:NissanBrand;
  88. color:rgba(35,33,34,1);
  89. font-weight: 500;
  90. }
  91. .gameClaw{
  92. position: absolute;
  93. left: 268rpx;
  94. top: -440rpx;
  95. width: 224rpx;
  96. height: 800rpx;
  97. transition: top 0.8s linear;
  98. transform: scale(2);
  99. transform-origin:50% 0 0;
  100. }
  101. .gameClaw2{
  102. transition: all 0.8s linear;
  103. }
  104. .prizeIcon2{
  105. position: absolute;
  106. left: 74rpx;
  107. top: 558rpx;
  108. width: 561rpx;
  109. height: 187rpx;
  110. }
  111. .prizeIcon1{
  112. position: absolute;
  113. left: 77rpx;
  114. top: 571rpx;
  115. width: 673rpx;
  116. height: 288rpx;
  117. }
  118. .gameGetBtn{
  119. position: absolute;
  120. right: 70rpx;
  121. top: 920rpx;
  122. width: 304rpx;
  123. height: 80rpx;
  124. }
  125. .gameControlFrame{
  126. position: absolute;
  127. left: 110rpx;
  128. top: 895rpx;
  129. width: 224rpx;
  130. height: 127rpx;
  131. }
  132. .gameControlGroup{
  133. widows: 100%;
  134. height: 100%;
  135. position: relative;
  136. }
  137. .btnControlL{
  138. position: absolute;
  139. left: 0;
  140. top: 39rpx;
  141. width: 71rpx;
  142. height: 51rpx;
  143. }
  144. .btnControlR{
  145. position: absolute;
  146. right: 0;
  147. top: 39rpx;
  148. width: 71rpx;
  149. height: 51rpx;
  150. }
  151. .btnControlT{
  152. position: absolute;
  153. left: 75rpx;
  154. top: 4rpx;
  155. width: 71rpx;
  156. height: 51rpx;
  157. }
  158. .btnControlB{
  159. position: absolute;
  160. left: 75rpx;
  161. bottom: 0;
  162. width: 71rpx;
  163. height: 51rpx;
  164. }
  165. .successPop{
  166. position: fixed;
  167. top: 0;
  168. left: 0;
  169. width: 100%;
  170. height: calc(100vh - 120rpx);
  171. background-color: rgba( 000, 000, 000, 0.3);
  172. display: flex;
  173. align-items: center;
  174. justify-content: center;
  175. z-index: 99;
  176. }
  177. .successGroup{
  178. position: relative;
  179. width:488rpx;
  180. height:475rpx;
  181. display: flex;
  182. flex-direction: column;
  183. align-items: center;
  184. }
  185. .successIcon{
  186. position: absolute;
  187. top: -33rpx;
  188. left: 50%;
  189. transform: translateX(-50%);
  190. width: 114rpx;
  191. height: 114rpx;
  192. }
  193. .titleGroup{
  194. width: 100%;
  195. height: 63rpx;
  196. background-color: #355485;
  197. border-top-left-radius: 20rpx;
  198. border-top-right-radius: 20rpx;
  199. }
  200. .startRegister{
  201. width:296rpx;
  202. height:50rpx;
  203. position: relative;
  204. }
  205. .prizePic{
  206. width: 310rpx;
  207. height: 116rpx;
  208. margin-bottom: 10rpx;
  209. }
  210. .successTip{
  211. font-size:28rpx;
  212. font-family:PingFangSC;
  213. font-weight:bold;
  214. color:rgba(52,84,132,1);
  215. line-height: 28rpx;
  216. text-align: center;
  217. margin-top: 50rpx;
  218. margin-bottom: 13rpx;
  219. }
  220. .prizeName{
  221. font-size:21rpx;
  222. font-family:PingFangSC;
  223. font-weight:400;
  224. color:rgba(0,0,0,1);
  225. line-height:21rpx;
  226. text-align: center;
  227. margin-bottom: 30rpx;
  228. }
  229. .failText{
  230. font-size:28rpx;
  231. font-family:PingFangSC;
  232. font-weight:bold;
  233. color:rgba(52,84,132,1);
  234. line-height:28rpx;
  235. text-align: center;
  236. }
  237. .getPrizeTip{
  238. display: flex;
  239. align-items: center;
  240. justify-content: center;
  241. margin-top: 50rpx;
  242. margin-bottom: 16rpx;
  243. }
  244. .prizeTipLine{
  245. width:80rpx;
  246. height:5rpx;
  247. background-color: #1F4C76;
  248. }
  249. .prizeTipLine:first-child{
  250. margin-right: 20rpx;
  251. }
  252. .prizeTipLine:last-child{
  253. margin-left: 20rpx;
  254. }
  255. .prizeTipText{
  256. font-size:24rpx;
  257. font-family:PingFangSC;
  258. font-weight:600;
  259. color:rgba(21,83,136,1);
  260. line-height:24rpx;
  261. }
  262. .tipContentGroup{
  263. width:712rpx;
  264. height:72rpx;
  265. margin: 0 auto;
  266. box-sizing: border-box;
  267. border: 1rpx solid #4B6782;
  268. padding: 0 20rpx;
  269. border-radius: 20rpx;
  270. overflow: hidden;
  271. position: relative;
  272. }
  273. .tipContentGroup>view::-webkit-scrollbar {
  274. display:none;
  275. width:0;
  276. height:0;
  277. color:transparent;
  278. }
  279. .tipContent{
  280. position: absolute;
  281. top:0;
  282. left: 100%;
  283. font-size:21rpx;
  284. font-family:PingFangSC;
  285. font-weight:400;
  286. color:rgba(21,83,136,1);
  287. line-height:72rpx;
  288. white-space: nowrap;
  289. }
  290. .prizeLookGroup{
  291. padding-top:40rpx;
  292. padding-bottom: 45rpx;
  293. display: flex;
  294. align-items: center;
  295. justify-content: center;
  296. }
  297. .prizeLook{
  298. width:711rpx;
  299. height:71rpx;
  300. }
  301. .shareBtn{
  302. position: absolute;
  303. left: 0;
  304. top: 0;
  305. z-index: 2;
  306. opacity: 0;
  307. }
  308. .getUserMsgBtn{
  309. position: absolute;
  310. left: 0;
  311. top: 0;
  312. width: 100%;
  313. height: 100%;
  314. opacity: 0;
  315. margin: 0;
  316. padding:0;
  317. }
  318. .scrollSty{
  319. margin-top: 10rpx;
  320. width:672rpx;
  321. height:72rpx;
  322. white-space: nowrap;
  323. }
  324. .tipContent{
  325. display:inline-block;
  326. }
  327. .scrollMask{
  328. position: absolute;
  329. left: 0;
  330. top: 0;
  331. width: 100%;
  332. height: 100%;
  333. opacity: 0;
  334. }
  335. .scrollFirstView{
  336. width:712rpx;
  337. height:72rpx;
  338. }
  339. .luckyClaw{
  340. width: 304rpx;
  341. height: 80rpx;
  342. margin-left: -2rpx;
  343. }
  344. .luckyLeft{
  345. width: 71rpx;
  346. height: 51rpx;
  347. }
  348. .luckyRight{
  349. width: 71rpx;
  350. height: 51rpx;
  351. }
  352. .luckyTop{
  353. width: 71rpx;
  354. height: 51rpx;
  355. }
  356. .luckyBottom{
  357. width: 71rpx;
  358. height: 51rpx;
  359. }
  360. .downTimeGroup{
  361. position: fixed;
  362. left: 0;
  363. top: 0;
  364. width: 100%;
  365. height: calc(100vh - 120rpx);
  366. background-color: rgba( 000, 000, 000, 0.3);
  367. display: flex;
  368. align-items: center;
  369. justify-content: center;
  370. z-index: 99;
  371. }
  372. .luckyNum{
  373. width: 221rpx;
  374. height: 131rpx;
  375. }
  376. .luckyPizeType{
  377. width: 100%;
  378. height: 100%;
  379. position: absolute;
  380. top: 0;
  381. left: 0;
  382. }
  383. .textFrame{
  384. width:100%;
  385. height:100%;
  386. overflow: auto;
  387. position:relative;
  388. }
  389. .btnsGroup{
  390. height: 110rpx;
  391. position: absolute;
  392. top: 310rpx;
  393. display: flex;
  394. align-items: center;
  395. justify-content: space-between;
  396. flex-direction: column;
  397. z-index: 9;
  398. }
  399. .luckyBtns{
  400. width: 305rpx;
  401. height: 50rpx;
  402. }
  403. .luckyBtnsGap{
  404. height: 13rpx;
  405. }
  406. .prizeContent{
  407. position: absolute;
  408. top: 200rpx;
  409. z-index: 9;
  410. }
  411. .gameOpen{
  412. position: absolute;
  413. left: 370rpx;
  414. top: 939rpx;
  415. width: 139rpx;
  416. height: 61rpx;
  417. }
  418. .newImages24{
  419. position: absolute;
  420. left: 533rpx;
  421. top: 920rpx;
  422. width: 147rpx;
  423. height: 105rpx;
  424. }
  425. .chanceGroup{
  426. position: relative;
  427. width: 489rpx;
  428. height: 460rpx;
  429. }
  430. .newImages44{
  431. width: 100%;
  432. height: 100%;
  433. }
  434. .newImages45{
  435. position: absolute;
  436. bottom: 58rpx;
  437. left: 50%;
  438. transform: translateX(-50%);
  439. width: 278rpx;
  440. height: 51rpx;
  441. }
  442. .gameRuleGroup{
  443. position: absolute;
  444. top: 115rpx;
  445. left:0;
  446. width: 100%;
  447. height: 570rpx;
  448. display: flex;
  449. flex-direction: column;
  450. align-items: center;
  451. overflow: auto;
  452. }
  453. .newImages2-22{
  454. position: absolute;
  455. left: 50%;
  456. transform: translateX(-50%);
  457. top: 369rpx;
  458. width: 247rpx;
  459. height: 91rpx;
  460. }
  461. .operationExample{
  462. position: relative;
  463. width: 489rpx;
  464. height: 460rpx;
  465. }
  466. .newImages2-29{
  467. width: 100%;
  468. height: 100%;
  469. }
  470. .newImages2-28{
  471. position: absolute;
  472. left: 50%;
  473. transform: translateX(-50%);
  474. bottom:58rpx;
  475. width: 277rpx;
  476. height: 51rpx;
  477. }
  478. .newImages2-30{
  479. position: absolute;
  480. left: 72rpx;
  481. top: 183rpx;
  482. width: 164rpx;
  483. height: 93rpx;
  484. }
  485. .newImages24-2{
  486. top: 180rpx;
  487. right: 71rpx;
  488. left: auto;
  489. }
  490. .luckyLeft-2{
  491. position: absolute;
  492. top: 208rpx;
  493. left: 74rpx;
  494. width: 53rpx;
  495. height: 39rpx;
  496. opacity: 0;
  497. }
  498. .luckyRight-2{
  499. position: absolute;
  500. top: 208rpx;
  501. left: 182rpx;
  502. width: 53rpx;
  503. height: 39rpx;
  504. opacity: 0;
  505. }
  506. .luckyTop-2{
  507. position: absolute;
  508. top: 182rpx;
  509. left: 126rpx;
  510. width: 53rpx;
  511. height: 39rpx;
  512. opacity: 0;
  513. }
  514. .luckyBottom-2{
  515. position: absolute;
  516. top: 236rpx;
  517. left: 126rpx;
  518. width: 53rpx;
  519. height: 39rpx;
  520. opacity: 0;
  521. }
  522. .ani{
  523. animation:mymove 800ms linear;
  524. }
  525. .ani2{
  526. animation:mymove 2s linear;
  527. }
  528. @keyframes mymove{
  529. 25% {opacity:1;}
  530. 50% {opacity:0;}
  531. 75% {opacity:1;}
  532. 100% {opacity:0;}
  533. }