东风启辰小程序端
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

myCenter.wxss 14KB

5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850
  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: 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: 178rpx;
  28. height: 178rpx;
  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 #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: 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: 38rpx;
  90. height: 44rpx;
  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. line-height: 18rpx;
  276. font-size:18rpx;
  277. font-family:PingFangSC;
  278. font-weight:600;
  279. color:rgba(89,87,87,1);
  280. }
  281. .rewardTerm{
  282. margin-top: 10rpx;
  283. line-height: 14rpx;
  284. font-size:14rpx;
  285. font-family:NissanBrand;
  286. font-weight:400;
  287. color:rgba(89,87,87,1);
  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: 2rpx solid #FE820C;
  323. }
  324. .ranksType2{
  325. color: black;
  326. border: 2rpx solid #658DE9;
  327. }
  328. .ranksType3{
  329. color: black;
  330. border: 2rpx solid black;
  331. }
  332. .userMsg{
  333. padding-top: 97rpx;
  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-size:36rpx;
  345. font-family:NissanBrand;
  346. font-weight:bold;
  347. color:rgba(30,27,28,1);
  348. }
  349. .userNameEdit{
  350. width: 39rpx;
  351. height: 40rpx;
  352. margin-left: 12rpx;
  353. }
  354. .userMsgBg{
  355. position: absolute;
  356. left: 0;
  357. top: 0;
  358. width: 750rpx;
  359. height: 365rpx;
  360. z-index: -1;
  361. }
  362. .userLevel{
  363. width: 750rpx;
  364. padding-top: 36rpx;
  365. padding-bottom: 27rpx;
  366. display: flex;
  367. flex-direction: column;
  368. align-items: center;
  369. }
  370. .userLevelIcon{
  371. width: 76rpx;
  372. height: 60rpx;
  373. }
  374. .userLevelTip{
  375. margin-top: 32rpx;
  376. margin-bottom: 11rpx;
  377. width:103rpx;
  378. height:21rpx;
  379. }
  380. .userLevelText{
  381. width: 352rpx;
  382. height: 75rpx;
  383. }
  384. .lookRule{
  385. margin-top: 27rpx;
  386. width:367rpx;
  387. height:57rpx;
  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 #355485;
  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: 20rpx;
  415. box-sizing: border-box;
  416. line-height: 65rpx;
  417. padding: 0 25rpx;
  418. font-size: 24rpx;
  419. margin-top: 18rpx;
  420. display: flex;
  421. align-items: center;
  422. justify-content: space-between;
  423. border: 2rpx solid #B4B4B4;
  424. position: relative;
  425. overflow: hidden;
  426. }
  427. .inputCode{
  428. height: 100%;
  429. width: 100%;
  430. }
  431. .selectSiteGroup{
  432. border: 2rpx solid #B4B4B4;
  433. margin: 0 auto;
  434. width:652rpx;
  435. height:65rpx;
  436. background-color: white;
  437. border-radius: 20rpx;
  438. box-sizing: border-box;
  439. line-height: 65rpx;
  440. padding: 0 25rpx;
  441. font-size: 24rpx;
  442. margin-top: 18rpx;
  443. display: flex;
  444. align-items: center;
  445. justify-content: space-between;
  446. }
  447. .selectIcon{
  448. width: 25rpx;
  449. height: 15rpx;
  450. }
  451. .subscribeBtn{
  452. position: relative;
  453. margin: 0 auto;
  454. width:652rpx;
  455. height:70rpx;
  456. margin-top: 18rpx;
  457. }
  458. .taskGroup,.ranksGroup,.subscribeGroup{
  459. height: 589rpx;
  460. position: relative;
  461. }
  462. .subscribeGroup{
  463. display: flex;
  464. align-items: center;
  465. flex-direction: column;
  466. justify-content: center;
  467. height: 765rpx;
  468. }
  469. .orderDescGroup{
  470. display: flex;
  471. flex-direction: column;
  472. align-items: center;
  473. padding-top: 35rpx;
  474. padding-bottom: 64rpx;
  475. }
  476. .orderDesc{
  477. width: 627rpx;
  478. height: 842rpx;
  479. margin-bottom: 81rpx;
  480. }
  481. /* .ranksList{
  482. position: absolute;
  483. top: 0;
  484. left: 0;
  485. width: 750rpx;
  486. height: 100%;
  487. overflow: auto;
  488. } */
  489. .ranksList{
  490. position: absolute;
  491. top: 84rpx;
  492. left: 0;
  493. right:0;
  494. bottom:0;
  495. width: 750rpx;
  496. }
  497. .taskGroup{
  498. box-sizing: border-box;
  499. padding-top:23rpx;
  500. }
  501. .recordFrame{
  502. position: absolute;
  503. top: 104rpx;
  504. left: 0;
  505. width: 750rpx;
  506. height: 485rpx;
  507. overflow: auto;
  508. }
  509. .getUserMsgBtn{
  510. position: absolute;
  511. left: 0;
  512. top: 0;
  513. width: 100%;
  514. height: 100%;
  515. opacity: 0;
  516. margin: 0;
  517. padding:0;
  518. }
  519. .prizeDesc{
  520. position: fixed;
  521. top: 0;
  522. left: 0;
  523. width: 100%;
  524. height: 100%;
  525. background-color: rgba(000, 000, 000, 0.34);
  526. display: flex;
  527. align-items: center;
  528. justify-content: center;
  529. padding-bottom: 150rpx;
  530. box-sizing: border-box;
  531. }
  532. .prizeImgGroup{
  533. width: 652rpx;
  534. height: 894rpx;
  535. position: relative;
  536. }
  537. .prizeImg{
  538. width: 100%;
  539. height: 100%;
  540. }
  541. .closeDescIcon{
  542. position: absolute;
  543. top: -37rpx;
  544. right: -38rpx;
  545. width: 38rpx;
  546. height: 37rpx;
  547. }
  548. .prizeCustomGroup{
  549. width:453rpx;
  550. height:503rpx;
  551. position: relative;
  552. }
  553. .prizeCustom{
  554. border-radius: 10rpx;
  555. overflow: hidden;
  556. width:100%;
  557. height:100%;
  558. background-color: white;
  559. }
  560. .prizeTitle{
  561. height: 63rpx;
  562. background-color: #005EFD;
  563. color: white;
  564. line-height: 63rpx;
  565. text-align: center;
  566. font-size: 26rpx;
  567. margin-bottom: 67rpx;
  568. }
  569. .prizeDescText{
  570. font-size: 26rpx;
  571. line-height: 26rpx;
  572. margin-bottom: 26rpx;
  573. text-align: center;
  574. }
  575. .getPhoneFrame{
  576. position: absolute;
  577. left: 0;
  578. top: 0;
  579. width: 652rpx;
  580. height: 65rpx;
  581. z-index: 2;
  582. }
  583. .getPhoneBtn{
  584. opacity: 0;
  585. }
  586. .luckyClaw{
  587. width: 198rpx;
  588. height: 75rpx;
  589. }
  590. .agreementGroup{
  591. width: 652rpx;
  592. margin: 0 auto;
  593. display: flex;
  594. align-items: center;
  595. margin-top: 15rpx;
  596. }
  597. .agreeIcon{
  598. width: 29rpx;
  599. height: 28rpx;
  600. margin-right: 17rpx;
  601. }
  602. .agreementText{
  603. line-height: 24rpx;
  604. font-size:24rpx;
  605. font-family:PingFangSC;
  606. font-weight:300;
  607. color:rgba(156,157,157,1);
  608. display: flex;
  609. align-items: center;
  610. }
  611. .ruleContent {
  612. position: relative;
  613. width: 632rpx;
  614. height: 763rpx;
  615. border-radius: 20rpx;
  616. background-color: white;
  617. }
  618. .starRuleTitle{
  619. width: 632rpx;
  620. height: 78rpx;
  621. }
  622. .rule {
  623. position: relative;
  624. width: 563rpx;
  625. height: 586rpx;
  626. padding: 0 34rpx;
  627. padding-top: 42rpx;
  628. padding-bottom: 57rpx;
  629. overflow: auto;
  630. }
  631. .ruleImg{
  632. width: 563rpx;
  633. height: 1045rpx;
  634. }
  635. .closeBtn {
  636. position: absolute;
  637. height: 40rpx;
  638. width: 40rpx;
  639. right:-40rpx;
  640. top:-40rpx;
  641. }
  642. .indexOrderIcon{
  643. width: 710rpx;
  644. height: 71rpx;
  645. }
  646. .placingOrder{
  647. width: 610rpx;
  648. margin: 0 auto;
  649. margin-top: 37rpx;
  650. display: flex;
  651. align-items: center;
  652. justify-content: space-between;
  653. box-sizing: border-box;
  654. margin-bottom: 154rpx;
  655. border-bottom: 2rpx solid #DBD9DC;
  656. padding-bottom: 11rpx;
  657. }
  658. .orderHead{
  659. width: 90rpx;
  660. height: 90rpx;
  661. border-radius: 50%;
  662. }
  663. .orderCard{
  664. width: 240rpx;
  665. height: 155rpx;
  666. }
  667. .cardTitle{
  668. line-height: 18rpx;
  669. font-size:18rpx;
  670. font-family:PingFangSC;
  671. font-weight:600;
  672. color:rgba(89,87,87,1);
  673. }
  674. .cardCtime{
  675. margin-top: 9rpx;
  676. line-height: 14rpx;
  677. font-size:14rpx;
  678. font-family:NissanBrand;
  679. font-weight:400;
  680. color:rgba(89,87,87,1);
  681. }
  682. .mycenterTipWindow1{
  683. width: 100%;
  684. height: 100%;
  685. }
  686. .mycenterTipWindowGroup{
  687. position: relative;
  688. width: 611rpx;
  689. height: 530rpx;
  690. }
  691. .mycenterTipBtnGroup{
  692. position: absolute;
  693. left: 50%;
  694. transform: translateX(-50%);
  695. top: 320rpx;
  696. }
  697. .mycenterTipBtn{
  698. width: 346rpx;
  699. height: 62rpx;
  700. }
  701. .mycenterConfirmBtn{
  702. width: 275rpx;
  703. height: 50rpx;
  704. position: absolute;
  705. left: 50%;
  706. transform: translateX(-50%);
  707. bottom: 70rpx;
  708. }
  709. .copyBtn{
  710. width: 108rpx;
  711. height: 30rpx;
  712. margin-left: 20rpx;
  713. }
  714. .exchangeCode{
  715. position: absolute;
  716. left: 50%;
  717. transform: translateX(-50%);
  718. top: 624rpx;
  719. width: 570rpx;
  720. font-size:20rpx;
  721. font-family:NissanBrand;
  722. font-weight:bold;
  723. color:rgba(0,0,0,1);
  724. line-height:48rpx;
  725. display: flex;
  726. align-items: center;
  727. }
  728. .scoutTaskDesc{
  729. width: 263rpx;
  730. height: 41rpx;
  731. margin: 0 auto;
  732. margin-top: 10rpx;
  733. }
  734. .scoutTaskIcon{
  735. width: 182rpx;
  736. height: 106rpx;
  737. margin-left: 75rpx;
  738. margin-top: -25rpx;
  739. }
  740. .barFrame{
  741. position: relative;
  742. }
  743. .barGroup{
  744. position: relative;
  745. width:380rpx;
  746. height:13rpx;
  747. border: 2rpx solid #C0C0C0;
  748. overflow: hidden;
  749. border-radius: 20rpx;
  750. }
  751. .barContent{
  752. position: absolute;
  753. top: 0;
  754. height: 13rpx;
  755. border-radius: 20rpx;
  756. width: 0;
  757. background-color: #425683;
  758. }
  759. .barCarIcon{
  760. position: absolute;
  761. top: -35rpx;
  762. width:380rpx;
  763. display: flex;
  764. align-items: center;
  765. justify-content: space-between;
  766. }
  767. .scoutTaskCar{
  768. width: 51rpx;
  769. height: 21rpx;
  770. }
  771. .barSignIcon{
  772. position: absolute;
  773. top: 20rpx;
  774. width:380rpx;
  775. display: flex;
  776. align-items: center;
  777. justify-content: space-between;
  778. padding: 0 13rpx;
  779. box-sizing: border-box;
  780. }
  781. .taskSignIcon2{
  782. width: 12rpx;
  783. height: 12rpx;
  784. }
  785. .scoutTaskGo{
  786. width: 256rpx;
  787. height: 40rpx;
  788. margin: 0 auto;
  789. margin-top: 60rpx;
  790. }
  791. .newImages1{
  792. width: 108rpx;
  793. height: 170rpx;
  794. margin: 0 auto;
  795. margin-bottom: 17rpx;
  796. }
  797. .newImages2{
  798. width: 256rpx;
  799. height: 40rpx;
  800. margin: 0 auto;
  801. }
  802. .newImages3{
  803. width: 567rpx;
  804. height:222rpx;
  805. margin: 0 auto;
  806. margin-bottom: 46rpx;
  807. margin-top: 22rpx;
  808. }
  809. .newImages4{
  810. width: 256rpx;
  811. height:40rpx;
  812. margin: 0 auto;
  813. }
  814. .newImages5{
  815. width: 223rpx;
  816. height:144rpx;
  817. margin: 0 auto;
  818. margin-bottom: 26rpx;
  819. }
  820. .newImages6{
  821. width: 256rpx;
  822. height:39rpx;
  823. margin: 0 auto;
  824. }
  825. .newImages7{
  826. width: 567rpx;
  827. height:74rpx;
  828. margin: 0 auto;
  829. margin-top: 22rpx;
  830. }
  831. .newImages8{
  832. width: 146rpx;
  833. height:159rpx;
  834. margin: 0 auto;
  835. margin-bottom: 21rpx;
  836. }
  837. .noLock{
  838. width:83rpx;
  839. height:32rpx;
  840. border: 2rpx solid #5E6E89;
  841. box-sizing: border-box;
  842. line-height: 28rpx;
  843. font-size:18rpx;
  844. font-family:PingFangSC;
  845. font-weight:600;
  846. color:rgba(114,113,113,1);
  847. text-align: center;
  848. border-radius: 20rpx;
  849. margin-right: 14rpx;
  850. }