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

luckyStar.wxss 8.1KB

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