东风启辰小程序端
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

620 rindas
9.9KB

  1. /* pages/myCenter/myCenter.wxss */
  2. image{
  3. display: block;
  4. }
  5. view{
  6. -webkit-overflow-scrolling: touch;
  7. }
  8. .main{
  9. /* height: calc(100vh - 150rpx); */
  10. padding-bottom: 150rpx;
  11. overflow: auto;
  12. }
  13. .msgGroup{
  14. padding-top: 108rpx;
  15. margin-bottom: 111rpx;
  16. }
  17. .pageTitle{
  18. text-align: center;
  19. font-size:35rpx;
  20. margin-bottom: 28rpx;
  21. font-weight: bold;
  22. }
  23. .headGroup{
  24. display: flex;
  25. align-items: center;
  26. justify-content: center;
  27. width: 161rpx;
  28. height: 161rpx;
  29. margin: 0 auto;
  30. margin-bottom: 27rpx;
  31. overflow: hidden;
  32. }
  33. .defaultHead{
  34. width: 100%;
  35. height: 100%;
  36. border-radius: 50%;
  37. }
  38. .loginBtn{
  39. position: relative;
  40. margin: 0 auto;
  41. width:307rpx;
  42. height:48rpx;
  43. }
  44. .funList{
  45. position: relative;
  46. width: 750rpx;
  47. height: 233rpx;
  48. padding: 0 72rpx;
  49. display: flex;
  50. align-items: center;
  51. justify-content: space-between;
  52. box-sizing: border-box;
  53. }
  54. .funBg{
  55. position: absolute;
  56. left: 0;
  57. top: 0;
  58. width: 750rpx;
  59. height: 233rpx;
  60. z-index: -1;
  61. }
  62. .selectGroup{
  63. position: relative;
  64. width:137rpx;
  65. height:137rpx;
  66. border: 1rpx solid #7A797E;
  67. border-radius: 10rpx;
  68. display: flex;
  69. align-items: center;
  70. justify-content: center;
  71. flex-direction: column;
  72. }
  73. .taskIcon{
  74. width: 42rpx;
  75. height: 38rpx;
  76. margin-bottom: 8rpx;
  77. }
  78. .recordIcon{
  79. width: 38rpx;
  80. height: 43rpx;
  81. margin-bottom: 8rpx;
  82. }
  83. .detachmentIcon{
  84. width: 44rpx;
  85. height: 40rpx;
  86. margin-bottom: 8rpx;
  87. }
  88. .appreciateIcon{
  89. width: 62rpx;
  90. height: 26rpx;
  91. margin-bottom: 8rpx;
  92. }
  93. .selectText{
  94. font-size: 20rpx;
  95. }
  96. .imgFrame{
  97. width:65rpx;
  98. height: 45rpx;
  99. display: flex;
  100. align-items: center;
  101. justify-content: center;
  102. }
  103. .myCenterBotBg{
  104. width: 750rpx;
  105. height: 589rpx;
  106. }
  107. .taskSelect{
  108. padding:0 72rpx;
  109. box-sizing: border-box;
  110. display: flex;
  111. justify-content: space-between;
  112. align-items: center;
  113. }
  114. .taskText{
  115. width:256rpx;
  116. height:41rpx;
  117. text-align: center;
  118. line-height: 41rpx;
  119. font-size:21rpx;
  120. border-radius: 10rpx;
  121. border: 1rpx solid #345486;
  122. color: black;
  123. }
  124. .taskText2{
  125. background-color: #345486;
  126. color:white;
  127. }
  128. .taskDetailGroup{
  129. padding:0 72rpx;
  130. box-sizing: border-box;
  131. padding-bottom: 40rpx;
  132. display: flex;
  133. align-items: center;
  134. justify-content: space-between;
  135. }
  136. .taskName{
  137. width: 150rpx;
  138. font-size: 20rpx;
  139. line-height: 24rpx;
  140. text-align: center;
  141. }
  142. .taskSuccessBtn{
  143. width:98rpx;
  144. height:40rpx;
  145. text-align: center;
  146. color: white;
  147. font-size: 20rpx;
  148. line-height:40rpx;
  149. background-color: #345486;
  150. border-radius: 20rpx;
  151. }
  152. .taskWaitBtn{
  153. width:98rpx;
  154. height:40rpx;
  155. text-align: center;
  156. color: #605E5C;
  157. font-size: 20rpx;
  158. line-height:40rpx;
  159. background-color:white;
  160. border-radius: 20rpx;
  161. border: 1rpx solid #425EAB;
  162. box-sizing: border-box;
  163. }
  164. .taskLineFrame{
  165. position: relative;
  166. width:325rpx;
  167. height:15rpx;
  168. box-sizing: border-box;
  169. border: 2rpx solid #CBC8CB;
  170. border-radius: 20rpx;
  171. overflow: hidden;
  172. }
  173. .taskLine{
  174. height:13rpx;
  175. width:0;
  176. background-color: #345486;
  177. border-radius: 20rpx;
  178. }
  179. .taskSignIcon{
  180. width: 12rpx;
  181. height: 12rpx;
  182. margin-left: 55.4rpx;
  183. margin-top: 5rpx;
  184. }
  185. .taskSignGroup{
  186. display: flex;
  187. }
  188. .taskDetailFrame{
  189. position: absolute;
  190. left: 0;
  191. bottom: 0;
  192. top: 104rpx;
  193. width: 750rpx;
  194. height: 485rpx;
  195. overflow-y: auto;
  196. }
  197. .recordText{
  198. width: 187rpx;
  199. }
  200. .recordPic{
  201. display: flex;
  202. align-items: center;
  203. }
  204. .recordTip{
  205. width: 41rpx;
  206. height: 41rpx;
  207. margin-right: 15rpx;
  208. }
  209. .rewardIcon,.rewardCash{
  210. width: 163rpx;
  211. height: 69rpx;
  212. }
  213. .rewardCash{
  214. position: relative;
  215. border-radius: 10rpx;
  216. background-color: #F15443;
  217. overflow: hidden;
  218. }
  219. .rewardCashText{
  220. width: 100%;
  221. background-color: #D6BF95;
  222. color: white;
  223. font-size: 16rpx;
  224. height: 22rpx;
  225. line-height: 22rpx;
  226. position: absolute;
  227. left: 0;
  228. bottom: 0;
  229. text-align: center;
  230. }
  231. .cashGroup{
  232. height: 47rpx;
  233. display: flex;
  234. align-items: center;
  235. justify-content: center;
  236. }
  237. .cashNum{
  238. color: white;
  239. font-size: 30rpx;
  240. line-height: 30rpx;
  241. }
  242. .cashCompany{
  243. color: white;
  244. font-size: 16rpx;
  245. line-height: 16rpx;
  246. margin-top: 7rpx;
  247. margin-left: 3rpx;
  248. }
  249. .recordHeadGroup{
  250. width: 90rpx;
  251. height: 90rpx;
  252. overflow: hidden;
  253. border-radius: 50%;
  254. margin-right: 25rpx;
  255. }
  256. .recordUserImg{
  257. width: 100%;
  258. height: 100%;
  259. }
  260. .recordGroup{
  261. margin: 0 auto;
  262. padding: 30rpx 0;
  263. width: 606rpx;
  264. box-sizing: border-box;
  265. display: flex;
  266. align-items: center;
  267. justify-content: space-between;
  268. border-bottom: 1rpx solid #D4D4D6;
  269. }
  270. .recordGroupLeft{
  271. display: flex;
  272. align-items: center;
  273. }
  274. .rewardName{
  275. font-size: 30rpx;
  276. font-weight: bold;
  277. }
  278. .rewardTerm{
  279. font-size: 22rpx;
  280. font-weight: bold;
  281. }
  282. .detachmentGroup{
  283. position: relative;
  284. padding: 30rpx 72rpx;
  285. box-sizing: border-box;
  286. display: flex;
  287. align-items: center;
  288. justify-content: space-between;
  289. }
  290. .detachmentGroupLeft{
  291. display: flex;
  292. align-items: center;
  293. }
  294. .detachmentTip{
  295. position: absolute;
  296. right:72rpx;
  297. bottom: 10rpx;
  298. font-size: 14rpx;
  299. color: #8B888B;
  300. }
  301. .ranksName{
  302. font-size: 20rpx;
  303. }
  304. .ranksState{
  305. width:175rpx;
  306. height:44rpx;
  307. box-sizing: border-box;
  308. border-radius: 10rpx;
  309. font-size: 25rpx;
  310. line-height: 44rpx;
  311. text-align: center;
  312. }
  313. .ranksType1{
  314. color: #FE820C;
  315. border: 2rpx solid #FE820C;
  316. }
  317. .ranksType2{
  318. color: black;
  319. border: 2rpx solid #658DE9;
  320. }
  321. .ranksType3{
  322. color: black;
  323. border: 2rpx solid black;
  324. }
  325. .userMsg{
  326. padding-top: 108rpx;
  327. position: relative;
  328. }
  329. .userNameGroup{
  330. display: flex;
  331. align-items: center;
  332. justify-content: center;
  333. height: 30rpx;
  334. margin-bottom: 44rpx;
  335. }
  336. .userName{
  337. font-weight: bold;
  338. font-size: 30rpx;
  339. color: black;
  340. }
  341. .userNameEdit{
  342. width: 27rpx;
  343. height: 27rpx;
  344. margin-left: 10rpx;
  345. }
  346. .userMsgBg{
  347. position: absolute;
  348. left: 0;
  349. top: 0;
  350. width: 750rpx;
  351. height: 421rpx;
  352. z-index: -1;
  353. }
  354. .userLevel{
  355. width: 750rpx;
  356. padding-top: 36rpx;
  357. padding-bottom: 27rpx;
  358. display: flex;
  359. flex-direction: column;
  360. align-items: center;
  361. }
  362. .userLevelIcon{
  363. width: 76rpx;
  364. height: 60rpx;
  365. }
  366. .userLevelTip{
  367. margin-top: 32rpx;
  368. margin-bottom: 11rpx;
  369. width:103rpx;
  370. height:21rpx;
  371. }
  372. .userLevelText{
  373. width: 352rpx;
  374. height: 75rpx;
  375. }
  376. .lookRule{
  377. margin-top: 27rpx;
  378. width:367rpx;
  379. height:57rpx;
  380. }
  381. .userWaitIcon{
  382. width:48rpx;
  383. height: 59rpx;
  384. }
  385. .userWaitText{
  386. margin-top: 36rpx;
  387. font-size: 55rpx;
  388. font-weight: bold;
  389. margin-bottom: 50rpx;
  390. }
  391. .arrowIcon{
  392. border-left: 10rpx solid transparent;
  393. border-right: 10rpx solid transparent;
  394. border-top: 10rpx solid #0066F9;
  395. content: "";
  396. /* position: relative; */
  397. width: 0;
  398. position: absolute;
  399. top: 143rpx;
  400. }
  401. .inputGroup{
  402. width:652rpx;
  403. height:70rpx;
  404. margin: 0 auto;
  405. background-color: white;
  406. border-radius: 10rpx;
  407. box-sizing: border-box;
  408. line-height: 70rpx;
  409. padding: 0 25rpx;
  410. font-size: 24rpx;
  411. margin-top: 18rpx;
  412. display: flex;
  413. align-items: center;
  414. justify-content: space-between;
  415. border: 2rpx solid #B4B4B4;
  416. position: relative;
  417. overflow: hidden;
  418. }
  419. .inputCode{
  420. height: 100%;
  421. width: 100%;
  422. }
  423. .selectSiteGroup{
  424. border: 2rpx solid #B4B4B4;
  425. margin: 0 auto;
  426. width:652rpx;
  427. height:70rpx;
  428. background-color: white;
  429. border-radius: 10rpx;
  430. box-sizing: border-box;
  431. line-height: 70rpx;
  432. padding: 0 25rpx;
  433. font-size: 24rpx;
  434. margin-top: 18rpx;
  435. display: flex;
  436. align-items: center;
  437. justify-content: space-between;
  438. }
  439. .selectIcon{
  440. width: 25rpx;
  441. height: 15rpx;
  442. }
  443. .subscribeBtn{
  444. position: relative;
  445. margin: 0 auto;
  446. width:652rpx;
  447. height:70rpx;
  448. margin-top: 18rpx;
  449. }
  450. .subscribeGroup{
  451. display: flex;
  452. align-items: center;
  453. flex-direction: column;
  454. justify-content: center;
  455. padding-bottom: 10rpx;
  456. height: 670rpx;
  457. }
  458. .taskGroup,.ranksGroup,.subscribeGroup{
  459. height: 589rpx;
  460. position: relative;
  461. }
  462. /* .ranksList{
  463. position: absolute;
  464. top: 0;
  465. left: 0;
  466. width: 750rpx;
  467. height: 100%;
  468. overflow: auto;
  469. } */
  470. .ranksList{
  471. position: absolute;
  472. top: 0;
  473. left: 0;
  474. right:0;
  475. bottom:0;
  476. width: 750rpx;
  477. }
  478. .taskGroup{
  479. box-sizing: border-box;
  480. padding-top:23rpx;
  481. }
  482. .recordFrame{
  483. position: absolute;
  484. top: 104rpx;
  485. left: 0;
  486. width: 750rpx;
  487. height: 485rpx;
  488. overflow: auto;
  489. }
  490. .getUserMsgBtn{
  491. position: absolute;
  492. left: 0;
  493. top: 0;
  494. width: 100%;
  495. height: 100%;
  496. opacity: 0;
  497. margin: 0;
  498. padding:0;
  499. }
  500. .prizeDesc{
  501. position: fixed;
  502. top: 0;
  503. left: 0;
  504. width: 100%;
  505. height: 100%;
  506. background-color: rgba(000, 000, 000, 0.34);
  507. display: flex;
  508. align-items: center;
  509. justify-content: center;
  510. padding-bottom: 150rpx;
  511. box-sizing: border-box;
  512. }
  513. .prizeImgGroup{
  514. width: 453rpx;
  515. position: relative;
  516. }
  517. .prizeImg{
  518. width: 100%;
  519. }
  520. .closeDescIcon{
  521. position: absolute;
  522. top: -37rpx;
  523. right: -38rpx;
  524. width: 38rpx;
  525. height: 37rpx;
  526. }
  527. .prizeCustomGroup{
  528. width:453rpx;
  529. height:503rpx;
  530. position: relative;
  531. }
  532. .prizeCustom{
  533. border-radius: 10rpx;
  534. overflow: hidden;
  535. width:100%;
  536. height:100%;
  537. background-color: white;
  538. }
  539. .prizeTitle{
  540. height: 63rpx;
  541. background-color: #005EFD;
  542. color: white;
  543. line-height: 63rpx;
  544. text-align: center;
  545. font-size: 26rpx;
  546. margin-bottom: 67rpx;
  547. }
  548. .prizeDescText{
  549. font-size: 26rpx;
  550. line-height: 26rpx;
  551. margin-bottom: 26rpx;
  552. text-align: center;
  553. }
  554. .getPhoneFrame{
  555. position: absolute;
  556. left: 0;
  557. top: 0;
  558. width: 652rpx;
  559. height: 70rpx;
  560. z-index: 2;
  561. }
  562. .getPhoneBtn{
  563. opacity: 0;
  564. }
  565. .luckyClaw{
  566. width: 198rpx;
  567. height: 75rpx;
  568. }
  569. .agreementGroup{
  570. width: 652rpx;
  571. margin: 0 auto;
  572. display: flex;
  573. align-items: center;
  574. margin-top: 15rpx;
  575. }
  576. .agreeIcon{
  577. width: 29rpx;
  578. height: 28rpx;
  579. margin-right: 17rpx;
  580. }
  581. .agreementText{
  582. line-height: 24rpx;
  583. font-size:24rpx;
  584. font-family:PingFangSC;
  585. font-weight:300;
  586. color:rgba(156,157,157,1);
  587. display: flex;
  588. align-items: center;
  589. }
  590. .ruleContent {
  591. position: relative;
  592. width: 632rpx;
  593. height: 763rpx;
  594. border-radius: 20rpx;
  595. background-color: white;
  596. }
  597. .starRuleTitle{
  598. width: 632rpx;
  599. height: 78rpx;
  600. }
  601. .rule {
  602. position: relative;
  603. width: 563rpx;
  604. height: 586rpx;
  605. padding: 0 34rpx;
  606. padding-top: 42rpx;
  607. padding-bottom: 57rpx;
  608. overflow: auto;
  609. }
  610. .ruleImg{
  611. width: 563rpx;
  612. height: 1009rpx;
  613. }
  614. .closeBtn {
  615. position: absolute;
  616. height: 40rpx;
  617. width: 40rpx;
  618. right:-40rpx;
  619. top:-40rpx;
  620. }