东风启辰小程序端
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

387 lines
6.7KB

  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 - 150rpx);
  10. overflow: auto;
  11. }
  12. .gameRuleBtn{
  13. width:200rpx;
  14. height:50rpx;
  15. background-color:rgba(000,000,000,0.63);
  16. position: fixed;
  17. right: 0;
  18. top: 164rpx;
  19. border-top-left-radius: 30rpx;
  20. border-bottom-left-radius: 30rpx;
  21. font-size:26rpx;
  22. font-family:PingFangSC;
  23. font-weight:400;
  24. color:rgba(255,255,255,1);
  25. text-align: center;
  26. line-height: 50rpx;
  27. }
  28. .gameRuleBtn2{
  29. background-color: #28568B;
  30. }
  31. .gameTip{
  32. width:200rpx;
  33. height:50rpx;
  34. background-color:rgba(000,000,000,0.63);
  35. position: fixed;
  36. right: 0;
  37. top: 240rpx;
  38. border-top-left-radius: 30rpx;
  39. border-bottom-left-radius: 30rpx;
  40. font-size:26rpx;
  41. font-family:PingFangSC;
  42. font-weight:400;
  43. color:rgba(255,255,255,1);
  44. text-align: center;
  45. line-height: 50rpx;
  46. }
  47. .gameRuleDesc{
  48. position: fixed;
  49. left: 0;
  50. top: 0;
  51. width: 100%;
  52. height: calc(100vh - 150rpx);
  53. background-color: rgba( 000, 000, 000, 0.3);
  54. display: flex;
  55. align-items: center;
  56. justify-content: center;
  57. }
  58. .ruleGroup{
  59. position: relative;
  60. width: 487rpx;
  61. height: 459rpx;
  62. }
  63. .gameRuleIcon{
  64. width: 100%;
  65. height: 100%;
  66. }
  67. .gameRuleClose{
  68. position: absolute;
  69. top: -10rpx;
  70. right: -10rpx;
  71. height: 40rpx;
  72. width: 40rpx;
  73. }
  74. .gameStrat{
  75. width:277rpx;
  76. height:50rpx;
  77. background-color: #355483;
  78. font-size:21rpx;
  79. font-family:PingFangSC;
  80. font-weight:400;
  81. color:rgba(255,255,255,1);
  82. line-height:50rpx;
  83. text-align: center;
  84. border-radius: 10rpx;
  85. position: absolute;
  86. bottom: 50rpx;
  87. left: 50%;
  88. transform: translateX(-50%);
  89. }
  90. .gameMain{
  91. position: relative;
  92. width: 750rpx;
  93. }
  94. .gameStarBg{
  95. width: 750rpx;
  96. height: 1038rpx;
  97. }
  98. .gameTitle{
  99. position: absolute;
  100. left: 50%;
  101. top: 0;
  102. transform: translateX(-50%);
  103. width: 342rpx;
  104. height: 70rpx;
  105. line-height: 70rpx;
  106. font-size:40rpx;
  107. font-family:PingFangSC;
  108. color:rgba(35,33,34,1);
  109. text-align: center;
  110. font-weight: bold;
  111. }
  112. .downTime{
  113. position: absolute;
  114. top: 20rpx;
  115. right: 80rpx;
  116. font-size:34rpx;
  117. line-height: 34rpx;
  118. font-family:NissanBrand;
  119. color:rgba(35,33,34,1);
  120. font-weight: 500;
  121. }
  122. .gameClaw{
  123. position: absolute;
  124. left: 293rpx;
  125. top: 95rpx;
  126. width: 164rpx;
  127. height: 259rpx;
  128. transition: top 0.8s linear;
  129. transform: scale(2);
  130. transform-origin:50% 0 0;
  131. }
  132. .prizeIcon2{
  133. position: absolute;
  134. left: 115rpx;
  135. top: 562rpx;
  136. width: 527rpx;
  137. height: 169rpx;
  138. }
  139. .prizeIcon1{
  140. position: absolute;
  141. left: 64rpx;
  142. top: 592rpx;
  143. width: 624rpx;
  144. height: 265rpx;
  145. }
  146. .gameGetBtn{
  147. position: absolute;
  148. right: 70rpx;
  149. top: 920rpx;
  150. width: 304rpx;
  151. height: 80rpx;
  152. }
  153. .gameControlFrame{
  154. position: absolute;
  155. left: 130rpx;
  156. top: 910rpx;
  157. width: 174rpx;
  158. height: 106rpx;
  159. }
  160. .gameControlGroup{
  161. widows: 100%;
  162. height: 100%;
  163. position: relative;
  164. }
  165. .btnControlL{
  166. position: absolute;
  167. left: 0;
  168. top: 38rpx;
  169. width: 60rpx;
  170. height: 30rpx;
  171. /* background-color: rgba( 000, 000, 000, 0.3); */
  172. }
  173. .btnControlR{
  174. position: absolute;
  175. right: 0;
  176. top: 38rpx;
  177. width: 64rpx;
  178. height: 30rpx;
  179. /* background-color: rgba(228, 15, 15, 0.849); */
  180. }
  181. .btnControlT{
  182. position: absolute;
  183. left: 65rpx;
  184. top: 0;
  185. width: 48rpx;
  186. height: 44rpx;
  187. /* background-color: rgba(209, 135, 45, 0.5); */
  188. }
  189. .btnControlB{
  190. position: absolute;
  191. left: 60rpx;
  192. bottom: 0;
  193. width: 50rpx;
  194. height: 47rpx;
  195. /* background-color: rgba(233, 222, 111, 0.5); */
  196. }
  197. .successPop{
  198. position: fixed;
  199. top: 0;
  200. left: 0;
  201. width: 100%;
  202. height: calc(100vh - 150rpx);
  203. background-color: rgba( 000, 000, 000, 0.3);
  204. display: flex;
  205. align-items: center;
  206. justify-content: center;
  207. }
  208. .successGroup{
  209. position: relative;
  210. width:455rpx;
  211. height:426rpx;
  212. background-color: white;
  213. display: flex;
  214. flex-direction: column;
  215. align-items: center;
  216. border-radius: 20rpx;
  217. }
  218. .successIcon{
  219. position: absolute;
  220. top: -33rpx;
  221. left: 50%;
  222. transform: translateX(-50%);
  223. width: 114rpx;
  224. height: 114rpx;
  225. }
  226. .titleGroup{
  227. width: 100%;
  228. height: 63rpx;
  229. background-color: #355485;
  230. border-top-left-radius: 20rpx;
  231. border-top-right-radius: 20rpx;
  232. }
  233. .startRegister{
  234. width:278rpx;
  235. height:50rpx;
  236. background-color: #345489;
  237. border-radius: 15rpx;
  238. text-align: center;
  239. font-size:21rpx;
  240. font-family:PingFangSC;
  241. font-weight:400;
  242. color:rgba(255,255,255,1);
  243. line-height:50rpx;
  244. position: relative;
  245. }
  246. .prizePic{
  247. width: 310rpx;
  248. height: 116rpx;
  249. margin-bottom: 10rpx;
  250. }
  251. .successTip{
  252. font-size:28rpx;
  253. font-family:PingFangSC;
  254. font-weight:bold;
  255. color:rgba(52,84,132,1);
  256. line-height: 28rpx;
  257. text-align: center;
  258. margin-top: 50rpx;
  259. margin-bottom: 13rpx;
  260. }
  261. .prizeName{
  262. font-size:21rpx;
  263. font-family:PingFangSC;
  264. font-weight:400;
  265. color:rgba(0,0,0,1);
  266. line-height:21rpx;
  267. text-align: center;
  268. margin-bottom: 30rpx;
  269. }
  270. .failText{
  271. font-size:28rpx;
  272. font-family:PingFangSC;
  273. font-weight:bold;
  274. color:rgba(52,84,132,1);
  275. line-height:28rpx;
  276. text-align: center;
  277. }
  278. .getPrizeTip{
  279. display: flex;
  280. align-items: center;
  281. justify-content: center;
  282. margin-top: 50rpx;
  283. margin-bottom: 16rpx;
  284. }
  285. .prizeTipLine{
  286. width:80rpx;
  287. height:5rpx;
  288. background-color: #1F4C76;
  289. }
  290. .prizeTipLine:first-child{
  291. margin-right: 20rpx;
  292. }
  293. .prizeTipLine:last-child{
  294. margin-left: 20rpx;
  295. }
  296. .prizeTipText{
  297. font-size:24rpx;
  298. font-family:PingFangSC;
  299. font-weight:600;
  300. color:rgba(21,83,136,1);
  301. line-height:24rpx;
  302. }
  303. .tipContentGroup{
  304. width:712rpx;
  305. height:72rpx;
  306. margin: 0 auto;
  307. box-sizing: border-box;
  308. border: 1rpx solid #4B6782;
  309. display: flex;
  310. align-items: center;
  311. justify-content: center;
  312. border-radius: 20rpx;
  313. overflow: hidden;
  314. position: relative;
  315. }
  316. /* .tipContentGroup::-webkit-scrollbar {
  317. display:none;
  318. width:0;
  319. height:0;
  320. color:transparent;
  321. } */
  322. .tipContent{
  323. font-size:21rpx;
  324. font-family:PingFangSC;
  325. font-weight:400;
  326. color:rgba(21,83,136,1);
  327. line-height:62rpx;
  328. padding-right: 10rpx;
  329. white-space: nowrap;
  330. }
  331. .prizeLookGroup{
  332. padding-top:40rpx;
  333. padding-bottom: 45rpx;
  334. display: flex;
  335. align-items: center;
  336. justify-content: center;
  337. }
  338. .prizeLook{
  339. width:710rpx;
  340. height:70rpx;
  341. background-color: #355483;
  342. line-height: 70rpx;
  343. text-align: center;
  344. font-size:30rpx;
  345. font-family:PingFangSC;
  346. font-weight:400;
  347. color:rgba(255,255,255,1);
  348. border-radius: 20rpx;
  349. }
  350. .shareBtn{
  351. position: absolute;
  352. left: 0;
  353. top: 0;
  354. z-index: 2;
  355. opacity: 0;
  356. }
  357. .getUserMsgBtn{
  358. position: absolute;
  359. left: 0;
  360. top: 0;
  361. width: 100%;
  362. height: 100%;
  363. opacity: 0;
  364. margin: 0;
  365. padding:0;
  366. }
  367. .scrollSty{
  368. margin-top: 10rpx;
  369. width:672rpx;
  370. height:72rpx;
  371. white-space: nowrap;
  372. }
  373. .tipContent{
  374. display:inline-block;
  375. }
  376. .scrollMask{
  377. position: absolute;
  378. left: 0;
  379. top: 0;
  380. width: 100%;
  381. height: 100%;
  382. opacity: 0;
  383. }
  384. .scrollFirstView{
  385. width:712rpx;
  386. height:72rpx;
  387. }