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

everyday.wxss 8.7KB

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