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

myCenter.wxss 9.9KB

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