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

544 lines
8.8KB

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