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

441 satır
7.9KB

  1. /* pages/everyday/everyday.wxss */
  2. .showImg {
  3. position: relative;
  4. width: 750rpx;
  5. height: 616rpx;
  6. }
  7. .ruleBtn {
  8. right: 0;
  9. top: 180rpx;
  10. position: fixed;
  11. width: 153rpx;
  12. height: 46rpx;
  13. line-height: 46rpx;
  14. font-size: 24rpx;
  15. color: #fff;
  16. background-color: rgba(35, 24, 21, 0.63);
  17. border-top-left-radius: 20rpx;
  18. border-bottom-left-radius: 20rpx;
  19. padding-left: 20rpx;
  20. box-sizing: border-box;
  21. }
  22. .title {
  23. height: 110rpx;
  24. line-height: 110rpx;
  25. width: 100%;
  26. text-align: center;
  27. font-size: 36rpx;
  28. font-weight: bold;
  29. }
  30. .menuBox {
  31. position: relative;
  32. width: 535rpx;
  33. height: 58rpx;
  34. margin: 0 auto;
  35. }
  36. .menu {
  37. width: 100%;
  38. height: 100%;
  39. }
  40. .menuBox>view {
  41. position: absolute;
  42. bottom: 0;
  43. font-size: 16rpx;
  44. text-align: center;
  45. }
  46. .menuBox>.leftTitle {
  47. left: 38rpx;
  48. width: 54rpx;
  49. height: 38rpx;
  50. line-height: 38rpx;
  51. }
  52. .menuBox>.centerTitle {
  53. left: 95rpx;
  54. width: 345rpx;
  55. height: 56rpx;
  56. line-height: 56rpx;
  57. color: #fff;
  58. font-size: 29rpx;
  59. }
  60. .menuBox>.rightTitle {
  61. right: 38rpx;
  62. width: 54rpx;
  63. height: 38rpx;
  64. line-height: 38rpx;
  65. }
  66. .swiperBox{
  67. position: relative;
  68. width: 615rpx;
  69. height: 424rpx;
  70. margin: 24rpx auto 0 auto;
  71. }
  72. .swiperBox>swiper{
  73. width: 100%;
  74. height: 100%;
  75. }
  76. .swiperBox>.arrowBtn{
  77. position: absolute;
  78. width: 13rpx;
  79. height: 29rpx;
  80. top: 50%;
  81. transform: translateY(-50%);
  82. }
  83. .fragmentBox{
  84. position: relative;
  85. width: 100%;
  86. height: 100%;
  87. border-radius: 26rpx;
  88. }
  89. .fragmentComplete1,.fragmentComplete2,.fragmentComplete3,.fragmentComplete4{
  90. position: absolute;
  91. }
  92. .fragmentComplete1{
  93. left: 0;
  94. top: 0;
  95. width: 396rpx;
  96. height: 237rpx;
  97. }
  98. .fragmentComplete2{
  99. right: 0;
  100. top: 0;
  101. width: 298rpx;
  102. height: 308rpx;
  103. }
  104. .fragmentComplete3{
  105. left: 0;
  106. bottom: 0;
  107. width: 322rpx;
  108. height: 264rpx;
  109. }
  110. .fragmentComplete4{
  111. right: 0;
  112. bottom: 0;
  113. width: 298rpx;
  114. height: 193rpx;
  115. }
  116. .fragmentComplete{
  117. width: 100%;
  118. height: 100%;
  119. }
  120. .btnBox{
  121. position: relative;
  122. width: 615rpx;
  123. height: 49rpx;
  124. text-align: center;
  125. padding-top: 22rpx;
  126. padding-bottom: 38rpx;
  127. margin:0 auto;
  128. }
  129. .btnBox>.btn{
  130. display: inline-block;
  131. width: 279rpx;
  132. height: 100%;
  133. line-height: 49rpx;
  134. text-align: center;
  135. border: 1rpx solid #345489;
  136. box-sizing: border-box;
  137. font-size: 21rpx;
  138. color: #333333;
  139. border-radius: 15rpx;
  140. }
  141. .btnBox>.btn.select{
  142. background-color: #345489;
  143. color: #ffffff;
  144. }
  145. .mask{
  146. position: fixed;
  147. left: 0;
  148. top: 0;
  149. width: 100%;
  150. height: calc(100vh - 150rpx);
  151. display: flex;
  152. align-items: center;
  153. justify-content: center;
  154. background-color: rgba(0, 0, 0, 0.5);
  155. }
  156. .taskBox{
  157. position: relative;
  158. width: 567rpx;
  159. height: 649rpx;
  160. border-radius: 20rpx;
  161. }
  162. .taskBox>.title{
  163. height: 77rpx;
  164. line-height: 77rpx;
  165. color: #ffffff;
  166. border-top-left-radius: 20rpx;
  167. border-top-right-radius: 20rpx;
  168. background-color: #345486;
  169. }
  170. .taskBox>.contentBox{
  171. position: relative;
  172. width: 100%;
  173. height: calc(100% - 77rpx);
  174. background-color: #ffffff;
  175. border-bottom-left-radius: 20rpx;
  176. border-bottom-right-radius: 20rpx;
  177. }
  178. .taskBox>.contentBox>.name{
  179. width: 100%;
  180. height: 107rpx;
  181. line-height: 107rpx;
  182. font-size: 33rpx;
  183. text-align: center;
  184. padding-top: 38rpx;
  185. font-weight: bold;
  186. }
  187. .taskBox>.contentBox>.taskImg{
  188. width: 488rpx;
  189. height: 268rpx;
  190. margin: 0 auto;
  191. border-radius: 19rpx;
  192. }
  193. .taskBox>.contentBox>.btn{
  194. width: 347rpx;
  195. height: 62rpx;
  196. line-height: 62rpx;
  197. text-align: center;
  198. color: #ffffff;
  199. font-size: 28rpx;
  200. border-radius: 10rpx;
  201. margin: 42rpx auto 0 auto;
  202. background-color: #345486;
  203. position: relative;
  204. }
  205. .closeBtn {
  206. background: none;
  207. border: 2rpx solid #fff;
  208. color: #fff;
  209. border-radius: 50%;
  210. text-align: center;
  211. height: 40rpx;
  212. line-height: 40rpx;
  213. width: 40rpx;
  214. font-size: 30rpx;
  215. padding: 2rpx;
  216. position: absolute;
  217. }
  218. /* use cross as close button */
  219. .closeBtn::before {
  220. content: "\2716";
  221. }
  222. .receive{
  223. width:677rpx;
  224. height:61rpx;
  225. background-color: #28558D;
  226. line-height: 61rpx;
  227. text-align: center;
  228. font-size:30rpx;
  229. font-family:PingFang;
  230. font-weight:400;
  231. color:rgba(255,255,255,1);
  232. border-radius: 15rpx;
  233. }
  234. .shareBtn{
  235. position: absolute;
  236. left: 0;
  237. top: 0;
  238. z-index: 2;
  239. opacity: 0;
  240. }
  241. .lockSty{
  242. position: absolute;
  243. width:114rpx;
  244. height:31rpx;
  245. background-color: #E8A400;
  246. line-height: 31rpx;
  247. font-size:16rpx;
  248. font-family:PingFang;
  249. font-weight:300;
  250. color:rgba(0,0,0,1);
  251. display: flex;
  252. align-items: center;
  253. justify-content: center;
  254. }
  255. .lockIcon{
  256. width: 15rpx;
  257. height: 21rpx;
  258. margin-right: 10rpx;
  259. }
  260. .nolockIcon{
  261. width: 16rpx;
  262. height: 21rpx;
  263. margin-right: 10rpx;
  264. }
  265. .lock1{
  266. top: 3rpx;
  267. left: 110rpx;
  268. border-bottom-left-radius: 10rpx;
  269. border-bottom-right-radius: 10rpx;
  270. }
  271. .lock2{
  272. top: 3rpx;
  273. right: 90rpx;
  274. border-bottom-left-radius: 10rpx;
  275. border-bottom-right-radius: 10rpx;
  276. }
  277. .lock3{
  278. bottom: 3rpx;
  279. left: 110rpx;
  280. border-top-left-radius: 10rpx;
  281. border-top-right-radius: 10rpx;
  282. }
  283. .lock4{
  284. bottom: 3rpx;
  285. right: 90rpx;
  286. border-top-left-radius: 10rpx;
  287. border-top-right-radius: 10rpx;
  288. }
  289. .signBtnGroup{
  290. position: absolute;
  291. left: 50%;
  292. top: 50%;
  293. transform: translate(-50%,-50%);
  294. }
  295. .signBtnGroup>.btn{
  296. width: 347rpx;
  297. height: 62rpx;
  298. line-height: 62rpx;
  299. text-align: center;
  300. color: #ffffff;
  301. font-size: 28rpx;
  302. border-radius: 10rpx;
  303. margin: 42rpx auto 0 auto;
  304. background-color: #345486;
  305. position: relative;
  306. }
  307. .gamaRuleFrame{
  308. position: fixed;
  309. left: 0;
  310. top: 0;
  311. width: 750rpx;
  312. height: calc(100vh - 150rpx);
  313. background-color: rgba(000, 000, 000, 0.2);
  314. display: flex;
  315. align-items: center;
  316. justify-content: center;
  317. }
  318. .gameRuleClose{
  319. position: absolute;
  320. top: -10rpx;
  321. right: -10rpx;
  322. height: 40rpx;
  323. width: 40rpx;
  324. }
  325. .openTask{
  326. position: absolute;
  327. left: 50%;
  328. bottom: 100rpx;
  329. transform: translateX(-50%);
  330. width: 348rpx;
  331. height: 64rpx;
  332. background-color: #16538A;
  333. border-radius: 20rpx;
  334. text-align: center;
  335. line-height:64rpx;
  336. font-size:30rpx;
  337. font-family:PingFangSC;
  338. font-weight:400;
  339. color:rgba(255,255,255,1);
  340. }
  341. .gameRuleGroup{
  342. width: 609rpx;
  343. height: 692rpx;
  344. position: relative;
  345. }
  346. .gameRuleIcon{
  347. width: 100%;
  348. height: 100%;
  349. }
  350. .successPop{
  351. position: fixed;
  352. top: 0;
  353. left: 0;
  354. width: 100%;
  355. height: calc(100vh - 150rpx);
  356. background-color: rgba( 000, 000, 000, 0.3);
  357. display: flex;
  358. align-items: center;
  359. justify-content: center;
  360. }
  361. .successGroup{
  362. position: relative;
  363. width:455rpx;
  364. height:426rpx;
  365. background-color: white;
  366. display: flex;
  367. flex-direction: column;
  368. align-items: center;
  369. border-radius: 20rpx;
  370. }
  371. .successIcon{
  372. position: absolute;
  373. top: -33rpx;
  374. left: 50%;
  375. transform: translateX(-50%);
  376. width: 114rpx;
  377. height: 114rpx;
  378. }
  379. .titleGroup{
  380. width: 100%;
  381. height: 63rpx;
  382. background-color: #355485;
  383. border-top-left-radius: 20rpx;
  384. border-top-right-radius: 20rpx;
  385. }
  386. .prizePic{
  387. width: 310rpx;
  388. height: 116rpx;
  389. margin-bottom: 10rpx;
  390. }
  391. .successTip{
  392. font-size:28rpx;
  393. font-family:PingFangSC;
  394. font-weight:bold;
  395. color:rgba(52,84,132,1);
  396. line-height: 28rpx;
  397. text-align: center;
  398. margin-top: 50rpx;
  399. margin-bottom: 13rpx;
  400. }
  401. .prizeName{
  402. font-size:21rpx;
  403. font-family:PingFangSC;
  404. font-weight:400;
  405. color:rgba(0,0,0,1);
  406. line-height:21rpx;
  407. text-align: center;
  408. margin-bottom: 30rpx;
  409. }
  410. .gameRuleClose2{
  411. position: absolute;
  412. top: 0rpx;
  413. right: -10rpx;
  414. width: 31rpx;
  415. height: 29rpx;
  416. }
  417. .startRegister{
  418. width:278rpx;
  419. height:50rpx;
  420. background-color: #345489;
  421. border-radius: 15rpx;
  422. text-align: center;
  423. font-size:21rpx;
  424. font-family:PingFangSC;
  425. font-weight:400;
  426. color:rgba(255,255,255,1);
  427. line-height:50rpx;
  428. position: relative;
  429. }