东风启辰小程序端
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

957 lines
15KB

  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 - 120rpx); */
  10. padding-bottom: 120rpx;
  11. overflow: auto;
  12. }
  13. .msgGroup{
  14. padding-top: 97rpx;
  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: 140rpx;
  28. height: 140rpx;
  29. margin: 0 auto;
  30. margin-bottom: 30rpx;
  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 55rpx;
  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:147rpx;
  65. height:147rpx;
  66. border: 2rpx solid #355485;
  67. border-radius: 10rpx;
  68. display: flex;
  69. align-items: center;
  70. justify-content: center;
  71. flex-direction: column;
  72. }
  73. .taskIcon{
  74. width: 50rpx;
  75. height: 45rpx;
  76. margin-bottom: 16rpx;
  77. }
  78. .recordIcon{
  79. width: 47rpx;
  80. height: 54rpx;
  81. margin-bottom: 16rpx;
  82. }
  83. .detachmentIcon{
  84. width: 52rpx;
  85. height: 46rpx;
  86. margin-bottom: 16rpx;
  87. }
  88. .appreciateIcon{
  89. width: 58rpx;
  90. height: 46rpx;
  91. margin-bottom: 16rpx;
  92. }
  93. .selectText{
  94. font-size:24rpx;
  95. font-family:PingFangSC;
  96. font-weight:400;
  97. }
  98. .imgFrame{
  99. width:65rpx;
  100. height: 45rpx;
  101. display: flex;
  102. align-items: center;
  103. justify-content: center;
  104. }
  105. .myCenterBotBg{
  106. width: 750rpx;
  107. height: 589rpx;
  108. }
  109. .taskSelect{
  110. padding:0 55rpx;
  111. box-sizing: border-box;
  112. display: flex;
  113. justify-content: space-between;
  114. align-items: center;
  115. }
  116. .taskText{
  117. width:256rpx;
  118. height:52rpx;
  119. text-align: center;
  120. line-height: 52rpx;
  121. font-size:24rpx;
  122. border-radius: 10rpx;
  123. border: 1rpx solid #345486;
  124. color: black;
  125. }
  126. .taskText2{
  127. background-color: #345486;
  128. color:white;
  129. }
  130. .taskDetailGroup{
  131. padding:0 72rpx;
  132. box-sizing: border-box;
  133. padding-bottom: 40rpx;
  134. display: flex;
  135. align-items: center;
  136. justify-content: space-between;
  137. }
  138. .taskName{
  139. width: 150rpx;
  140. font-size: 20rpx;
  141. line-height: 24rpx;
  142. text-align: center;
  143. }
  144. .taskSuccessBtn{
  145. width:98rpx;
  146. height:40rpx;
  147. text-align: center;
  148. color: white;
  149. font-size: 20rpx;
  150. line-height:40rpx;
  151. background-color: #345486;
  152. border-radius: 20rpx;
  153. }
  154. .taskWaitBtn{
  155. width:98rpx;
  156. height:40rpx;
  157. text-align: center;
  158. color: #605E5C;
  159. font-size: 20rpx;
  160. line-height:40rpx;
  161. background-color:white;
  162. border-radius: 20rpx;
  163. border: 1rpx solid #425EAB;
  164. box-sizing: border-box;
  165. }
  166. .taskLineFrame{
  167. position: relative;
  168. width:325rpx;
  169. height:15rpx;
  170. box-sizing: border-box;
  171. border: 2rpx solid #CBC8CB;
  172. border-radius: 20rpx;
  173. overflow: hidden;
  174. }
  175. .taskLine{
  176. height:13rpx;
  177. width:0;
  178. background-color: #345486;
  179. border-radius: 20rpx;
  180. }
  181. .taskSignIcon{
  182. width: 12rpx;
  183. height: 12rpx;
  184. margin-left: 55.4rpx;
  185. margin-top: 5rpx;
  186. }
  187. .taskSignGroup{
  188. display: flex;
  189. }
  190. .taskDetailFrame{
  191. position: absolute;
  192. left: 0;
  193. bottom: 0;
  194. top: 194rpx;
  195. width: 750rpx;
  196. height: 395rpx;
  197. overflow-y: auto;
  198. }
  199. .recordText{
  200. width: 202rpx;
  201. }
  202. .recordPic{
  203. display: flex;
  204. align-items: center;
  205. }
  206. .recordTip{
  207. width: 41rpx;
  208. height: 41rpx;
  209. margin-right: 15rpx;
  210. }
  211. .rewardIcon,.rewardCash{
  212. width: 163rpx;
  213. height: 69rpx;
  214. }
  215. .rewardCash{
  216. position: relative;
  217. border-radius: 10rpx;
  218. background-color: #F15443;
  219. overflow: hidden;
  220. }
  221. .rewardCashText{
  222. width: 100%;
  223. background-color: #D6BF95;
  224. color: white;
  225. font-size: 16rpx;
  226. height: 22rpx;
  227. line-height: 22rpx;
  228. position: absolute;
  229. left: 0;
  230. bottom: 0;
  231. text-align: center;
  232. }
  233. .cashGroup{
  234. height: 47rpx;
  235. display: flex;
  236. align-items: center;
  237. justify-content: center;
  238. }
  239. .cashNum{
  240. color: white;
  241. font-size: 30rpx;
  242. line-height: 30rpx;
  243. }
  244. .cashCompany{
  245. color: white;
  246. font-size: 16rpx;
  247. line-height: 16rpx;
  248. margin-top: 7rpx;
  249. margin-left: 3rpx;
  250. }
  251. .recordHeadGroup{
  252. width: 80rpx;
  253. height: 80rpx;
  254. overflow: hidden;
  255. border-radius: 50%;
  256. margin-right: 25rpx;
  257. }
  258. .recordUserImg{
  259. width: 100%;
  260. height: 100%;
  261. }
  262. .recordGroup{
  263. margin: 0 auto;
  264. padding: 15rpx 0;
  265. width: 606rpx;
  266. box-sizing: border-box;
  267. display: flex;
  268. align-items: center;
  269. justify-content: space-between;
  270. border-bottom: 1rpx solid #D4D4D6;
  271. }
  272. .recordGroup:last-of-type{
  273. border:none;
  274. }
  275. .recordGroupLeft{
  276. display: flex;
  277. align-items: center;
  278. }
  279. .rewardName{
  280. line-height: 18rpx;
  281. font-size:18rpx;
  282. font-family:PingFangSC;
  283. font-weight:600;
  284. color:rgba(89,87,87,1);
  285. }
  286. .rewardTerm{
  287. margin-top: 10rpx;
  288. line-height: 14rpx;
  289. font-size:14rpx;
  290. font-family:NissanBrand;
  291. font-weight:400;
  292. color:rgba(89,87,87,1);
  293. }
  294. .detachmentGroup{
  295. position: relative;
  296. padding: 30rpx 72rpx;
  297. box-sizing: border-box;
  298. display: flex;
  299. align-items: center;
  300. justify-content: space-between;
  301. }
  302. .detachmentGroupLeft{
  303. display: flex;
  304. align-items: center;
  305. }
  306. .detachmentTip{
  307. position: absolute;
  308. right:72rpx;
  309. bottom: 10rpx;
  310. font-size: 14rpx;
  311. color: #8B888B;
  312. }
  313. .ranksName{
  314. font-size: 20rpx;
  315. }
  316. .ranksState{
  317. width:175rpx;
  318. height:44rpx;
  319. box-sizing: border-box;
  320. border-radius: 10rpx;
  321. font-size: 25rpx;
  322. line-height: 44rpx;
  323. text-align: center;
  324. }
  325. .ranksType1{
  326. color: #FE820C;
  327. border: 2rpx solid #FE820C;
  328. }
  329. .ranksType2{
  330. color: black;
  331. border: 2rpx solid #658DE9;
  332. }
  333. .ranksType3{
  334. color: black;
  335. border: 2rpx solid black;
  336. }
  337. .userMsg{
  338. padding-top: 97rpx;
  339. position: relative;
  340. }
  341. .userNameGroup{
  342. display: flex;
  343. align-items: center;
  344. justify-content: center;
  345. margin-bottom: 44rpx;
  346. }
  347. .userName{
  348. font-size:26rpx;
  349. font-family:NissanBrand;
  350. font-weight:400;
  351. color:rgba(35,33,34,1);
  352. }
  353. .userNameEdit{
  354. width: 39rpx;
  355. height: 40rpx;
  356. margin-left: 12rpx;
  357. }
  358. .userMsgBg{
  359. position: absolute;
  360. left: 0;
  361. top: 0;
  362. width: 750rpx;
  363. height: 365rpx;
  364. z-index: -1;
  365. }
  366. .userLevel{
  367. width: 750rpx;
  368. height: 290rpx;
  369. display: flex;
  370. flex-direction: column;
  371. align-items: center;
  372. background-color: white;
  373. }
  374. .userLevelIcon{
  375. margin-top: 14rpx;
  376. width: 73rpx;
  377. height: 48rpx;
  378. }
  379. .userLevelTip{
  380. margin-top: 26rpx;
  381. margin-bottom: 20rpx;
  382. width:104rpx;
  383. height:20rpx;
  384. }
  385. .userLevelText{
  386. width: 284rpx;
  387. height: 59rpx;
  388. }
  389. .lookRule{
  390. margin-top: 20rpx;
  391. width:282rpx;
  392. height:57rpx;
  393. }
  394. .userWaitIcon{
  395. width:38rpx;
  396. height: 48rpx;
  397. margin-top: 47rpx;
  398. margin-bottom: 28rpx;
  399. }
  400. .userWaitText{
  401. line-height: 48rpx;
  402. font-size:48rpx;
  403. font-family:PingFangSC;
  404. font-weight:bold;
  405. color:rgba(35,33,34,1);
  406. margin-bottom: 8rpx;
  407. }
  408. .arrowIcon{
  409. border-left: 15rpx solid transparent;
  410. border-right: 15rpx solid transparent;
  411. border-top: 15rpx solid #355485;
  412. content: "";
  413. /* position: relative; */
  414. width: 0;
  415. position: absolute;
  416. top: 150rpx;
  417. }
  418. .inputGroup{
  419. width:652rpx;
  420. height:65rpx;
  421. margin: 0 auto;
  422. background-color: white;
  423. border-radius: 20rpx;
  424. box-sizing: border-box;
  425. line-height: 65rpx;
  426. padding: 0 25rpx;
  427. font-size: 24rpx;
  428. margin-top: 18rpx;
  429. display: flex;
  430. align-items: center;
  431. justify-content: space-between;
  432. border: 2rpx solid #B4B4B4;
  433. position: relative;
  434. overflow: hidden;
  435. }
  436. .inputCode{
  437. height: 100%;
  438. width: 100%;
  439. }
  440. .selectSiteGroup{
  441. border: 2rpx solid #B4B4B4;
  442. margin: 0 auto;
  443. width:652rpx;
  444. height:65rpx;
  445. background-color: white;
  446. border-radius: 20rpx;
  447. box-sizing: border-box;
  448. line-height: 65rpx;
  449. padding: 0 25rpx;
  450. font-size: 24rpx;
  451. margin-top: 18rpx;
  452. display: flex;
  453. align-items: center;
  454. justify-content: space-between;
  455. }
  456. .selectIcon{
  457. width: 25rpx;
  458. height: 15rpx;
  459. }
  460. .subscribeBtn{
  461. position: relative;
  462. margin: 0 auto;
  463. width:652rpx;
  464. height:70rpx;
  465. margin-top: 18rpx;
  466. }
  467. .taskGroup,.ranksGroup,.subscribeGroup{
  468. height: 589rpx;
  469. position: relative;
  470. }
  471. .subscribeGroup{
  472. display: flex;
  473. align-items: center;
  474. flex-direction: column;
  475. justify-content: center;
  476. height: 765rpx;
  477. }
  478. .orderDescGroup{
  479. display: flex;
  480. flex-direction: column;
  481. align-items: center;
  482. padding-top: 35rpx;
  483. padding-bottom: 64rpx;
  484. }
  485. .orderDesc{
  486. width: 661rpx;
  487. height: 1306rpx;
  488. margin-bottom: 81rpx;
  489. }
  490. /* .ranksList{
  491. position: absolute;
  492. top: 0;
  493. left: 0;
  494. width: 750rpx;
  495. height: 100%;
  496. overflow: auto;
  497. } */
  498. .ranksList{
  499. position: absolute;
  500. top: 84rpx;
  501. left: 0;
  502. right:0;
  503. bottom:0;
  504. width: 750rpx;
  505. }
  506. .taskGroup{
  507. box-sizing: border-box;
  508. padding-top:23rpx;
  509. }
  510. .recordFrame{
  511. position: absolute;
  512. top: 104rpx;
  513. left: 0;
  514. width: 750rpx;
  515. height: 485rpx;
  516. overflow: auto;
  517. }
  518. .getUserMsgBtn{
  519. position: absolute;
  520. left: 0;
  521. top: 0;
  522. width: 100%;
  523. height: 100%;
  524. opacity: 0;
  525. margin: 0;
  526. padding:0;
  527. }
  528. .prizeDesc{
  529. position: fixed;
  530. top: 0;
  531. left: 0;
  532. width: 100%;
  533. height: 100%;
  534. background-color: rgba(000, 000, 000, 0.34);
  535. display: flex;
  536. align-items: center;
  537. justify-content: center;
  538. padding-bottom: 120rpx;
  539. box-sizing: border-box;
  540. }
  541. .prizeImgGroup{
  542. width: 652rpx;
  543. height: 894rpx;
  544. position: relative;
  545. }
  546. .prizeImg{
  547. width: 100%;
  548. height: 100%;
  549. }
  550. .closeDescIcon{
  551. position: absolute;
  552. top: -37rpx;
  553. right: -38rpx;
  554. width: 38rpx;
  555. height: 37rpx;
  556. }
  557. .prizeCustomGroup{
  558. width:453rpx;
  559. height:503rpx;
  560. position: relative;
  561. }
  562. .prizeCustom{
  563. border-radius: 10rpx;
  564. overflow: hidden;
  565. width:100%;
  566. height:100%;
  567. background-color: white;
  568. }
  569. .prizeTitle{
  570. height: 63rpx;
  571. background-color: #005EFD;
  572. color: white;
  573. line-height: 63rpx;
  574. text-align: center;
  575. font-size: 26rpx;
  576. margin-bottom: 67rpx;
  577. }
  578. .prizeDescText{
  579. font-size: 26rpx;
  580. line-height: 26rpx;
  581. margin-bottom: 26rpx;
  582. text-align: center;
  583. }
  584. .getPhoneFrame{
  585. position: absolute;
  586. left: 0;
  587. top: 0;
  588. width: 652rpx;
  589. height: 65rpx;
  590. z-index: 2;
  591. }
  592. .getPhoneBtn{
  593. opacity: 0;
  594. }
  595. .luckyClaw{
  596. width: 198rpx;
  597. height: 75rpx;
  598. }
  599. .agreementGroup{
  600. width: 652rpx;
  601. margin: 0 auto;
  602. display: flex;
  603. align-items: center;
  604. margin-top: 15rpx;
  605. }
  606. .agreeIcon{
  607. width: 29rpx;
  608. height: 28rpx;
  609. margin-right: 17rpx;
  610. }
  611. .agreementText{
  612. line-height: 24rpx;
  613. font-size:24rpx;
  614. font-family:PingFangSC;
  615. font-weight:300;
  616. color:rgba(156,157,157,1);
  617. display: flex;
  618. align-items: center;
  619. }
  620. .ruleContent {
  621. position: relative;
  622. width: 632rpx;
  623. height: 763rpx;
  624. border-radius: 20rpx;
  625. background-color: white;
  626. }
  627. .starRuleTitle{
  628. width: 632rpx;
  629. height: 78rpx;
  630. }
  631. .rule {
  632. position: relative;
  633. width: 563rpx;
  634. height: 586rpx;
  635. padding: 0 34rpx;
  636. padding-top: 42rpx;
  637. padding-bottom: 57rpx;
  638. overflow: auto;
  639. }
  640. .ruleImg{
  641. width: 563rpx;
  642. height: 1045rpx;
  643. }
  644. .closeBtn {
  645. position: absolute;
  646. height: 40rpx;
  647. width: 40rpx;
  648. right:-40rpx;
  649. top:-40rpx;
  650. }
  651. .indexOrderIcon{
  652. width: 710rpx;
  653. height: 71rpx;
  654. }
  655. .placingOrder{
  656. width: 610rpx;
  657. margin: 0 auto;
  658. margin-top: 37rpx;
  659. display: flex;
  660. align-items: center;
  661. justify-content: space-between;
  662. box-sizing: border-box;
  663. margin-bottom: 154rpx;
  664. border-bottom: 2rpx solid #DBD9DC;
  665. padding-bottom: 11rpx;
  666. }
  667. .orderHead{
  668. width: 163rpx;
  669. height: 105rpx;
  670. }
  671. .orderCard{
  672. width: 98rpx;
  673. height: 39rpx;
  674. }
  675. .cardTitle{
  676. line-height: 18rpx;
  677. font-size:18rpx;
  678. font-family:PingFangSC;
  679. font-weight:600;
  680. color:rgba(89,87,87,1);
  681. }
  682. .cardCtime{
  683. margin-top: 9rpx;
  684. line-height: 14rpx;
  685. font-size:14rpx;
  686. font-family:NissanBrand;
  687. font-weight:400;
  688. color:rgba(89,87,87,1);
  689. }
  690. .mycenterTipWindow1{
  691. width: 100%;
  692. height: 100%;
  693. }
  694. .mycenterTipWindowGroup{
  695. position: relative;
  696. width: 450rpx;
  697. height: 411rpx;
  698. }
  699. .mycenterTipBtnGroup{
  700. position: absolute;
  701. left: 50%;
  702. transform: translateX(-50%);
  703. top: 210rpx;
  704. display: flex;
  705. flex-direction: column;
  706. align-items: center;
  707. }
  708. .mycenterTipBtn{
  709. width: 276rpx;
  710. height: 50rpx;
  711. }
  712. .newMycenterTipBtn{
  713. width: 275rpx;
  714. height: 49rpx;
  715. }
  716. .mycenterConfirmBtn{
  717. width: 275rpx;
  718. height: 50rpx;
  719. position: absolute;
  720. left: 50%;
  721. transform: translateX(-50%);
  722. top: 70rpx;
  723. }
  724. .copyBtn{
  725. width: 108rpx;
  726. height: 30rpx;
  727. margin-left: 20rpx;
  728. }
  729. .exchangeCode{
  730. position: absolute;
  731. left: 50%;
  732. transform: translateX(-50%);
  733. top: 624rpx;
  734. width: 570rpx;
  735. font-size:20rpx;
  736. font-family:NissanBrand;
  737. font-weight:bold;
  738. color:rgba(0,0,0,1);
  739. line-height:48rpx;
  740. display: flex;
  741. align-items: center;
  742. }
  743. .scoutTaskDesc{
  744. width: 337rpx;
  745. height: 45rpx;
  746. margin: 0 auto;
  747. margin-top: 10rpx;
  748. margin-left: 255rpx;
  749. }
  750. .scoutTaskIcon{
  751. width: 182rpx;
  752. height: 106rpx;
  753. margin-left: 75rpx;
  754. margin-top: -25rpx;
  755. }
  756. .barFrame{
  757. position: relative;
  758. }
  759. .barGroup{
  760. position: relative;
  761. width:380rpx;
  762. height:13rpx;
  763. border: 2rpx solid #C0C0C0;
  764. overflow: hidden;
  765. border-radius: 20rpx;
  766. }
  767. .barContent{
  768. position: absolute;
  769. top: 0;
  770. height: 13rpx;
  771. border-radius: 20rpx;
  772. width: 0;
  773. background-color: #425683;
  774. }
  775. .barCarIcon{
  776. position: absolute;
  777. top: -35rpx;
  778. width:380rpx;
  779. display: flex;
  780. align-items: center;
  781. justify-content: space-between;
  782. }
  783. .scoutTaskCar{
  784. width: 51rpx;
  785. height: 21rpx;
  786. }
  787. .barSignIcon{
  788. position: absolute;
  789. top: 20rpx;
  790. width:380rpx;
  791. display: flex;
  792. align-items: center;
  793. justify-content: space-between;
  794. padding: 0 13rpx;
  795. box-sizing: border-box;
  796. }
  797. .taskSignIcon2{
  798. width: 12rpx;
  799. height: 12rpx;
  800. }
  801. .scoutTaskGo{
  802. width: 256rpx;
  803. height: 51rpx;
  804. margin: 0 auto;
  805. margin-top: 112rpx;
  806. }
  807. .newImages1{
  808. width: 195rpx;
  809. height: 182rpx;
  810. margin: 0 auto;
  811. margin-top: 30rpx;
  812. margin-bottom: 17rpx;
  813. }
  814. .newImages2-64{
  815. width: 256rpx;
  816. height: 51rpx;
  817. margin: 0 auto;
  818. margin-top: 25rpx;
  819. }
  820. .newImages2{
  821. width: 256rpx;
  822. height: 40rpx;
  823. margin: 0 auto;
  824. }
  825. .newImages3{
  826. width: 567rpx;
  827. height:268rpx;
  828. margin: 0 auto;
  829. margin-bottom: 46rpx;
  830. margin-top: 22rpx;
  831. }
  832. .newImages4{
  833. width: 256rpx;
  834. height:51rpx;
  835. margin: 0 auto;
  836. }
  837. .newImages5{
  838. width: 223rpx;
  839. height:157rpx;
  840. margin: 0 auto;
  841. margin-top: 30rpx;
  842. margin-bottom: 26rpx;
  843. }
  844. .newImages6{
  845. width: 256rpx;
  846. height:52rpx;
  847. margin: 0 auto;
  848. }
  849. .newImages7{
  850. width: 567rpx;
  851. height:74rpx;
  852. margin: 0 auto;
  853. margin-top: 22rpx;
  854. }
  855. .newImages8{
  856. width: 226rpx;
  857. height:161rpx;
  858. margin: 0 auto;
  859. margin-top: 30rpx;
  860. margin-bottom: 21rpx;
  861. }
  862. .noLock{
  863. width:83rpx;
  864. height:32rpx;
  865. border: 2rpx solid #5E6E89;
  866. box-sizing: border-box;
  867. line-height: 28rpx;
  868. font-size:18rpx;
  869. font-family:PingFangSC;
  870. font-weight:600;
  871. color:rgba(114,113,113,1);
  872. text-align: center;
  873. border-radius: 20rpx;
  874. margin-right: 14rpx;
  875. }
  876. .vipDetail{
  877. position: relative;
  878. width: 663rpx;
  879. height: 935rpx;
  880. }
  881. .vipDetailY{
  882. position: absolute;
  883. left: 50%;
  884. transform: translateX(-50%);
  885. bottom: 80rpx;
  886. width: 275rpx;
  887. height: 50rpx;
  888. }
  889. .newImages2-59{
  890. width: 568rpx;
  891. height: 74rpx;
  892. margin: 0 auto;
  893. margin-top: 25rpx;
  894. margin-bottom: 20rpx;
  895. }
  896. .awardPicurl{
  897. width:133rpx;
  898. height:84rpx;
  899. margin-right: 40rpx;
  900. }
  901. .lookDetail{
  902. width: 98rpx;
  903. height: 39rpx;
  904. }
  905. .titleText{
  906. width: 682rpx;
  907. margin: 0 auto;
  908. margin-top: 78rpx;
  909. margin-bottom: 28rpx;
  910. line-height: 39rpx;
  911. font-size:39rpx;
  912. font-family:PingFangSC;
  913. font-weight:bold;
  914. color:rgba(0,77,149,1);
  915. }
  916. .lineSty{
  917. width: 682rpx;
  918. height:2rpx;
  919. background-color: #B6B6B6;
  920. margin: 0 auto;
  921. margin-bottom: 45rpx;
  922. }
  923. .closeXieyi{
  924. position: absolute;
  925. right: 48rpx;
  926. top: 38rpx;
  927. width: 42rpx;
  928. height: 42rpx;
  929. }
  930. .newImages3-45{
  931. position: absolute;
  932. left: 50%;
  933. transform: translateX(-50%);
  934. bottom: 70rpx;
  935. width:276rpx;
  936. height: 50rpx;
  937. }
  938. .cardCode{
  939. position: absolute;
  940. left: 200rpx;
  941. top: 450rpx;
  942. font-size: 30rpx;
  943. color: #f9ca80;
  944. display: flex;
  945. align-items: center;
  946. }
  947. .cardCodeCopy{
  948. padding: 0 15rpx;
  949. background-color: gainsboro;
  950. height: 30rpx;
  951. font-size: 24rpx;
  952. line-height: 30rpx;
  953. color: white;
  954. margin-left: 20rpx;
  955. border-radius: 15rpx;
  956. }