cell.wxss 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068
  1. .page {
  2. position: relative;
  3. width: 750rpx;
  4. background-color: rgba(246,246,246,1);
  5. overflow: hidden;
  6. display: flex;
  7. flex-direction: column;
  8. }
  9. .wrap1 {
  10. width: 750rpx;
  11. margin-bottom: 100rpx;
  12. display: flex;
  13. flex-direction: column;
  14. }
  15. .layer1 {
  16. height: 40rpx;
  17. background-color: rgba(255,255,255,1);
  18. display: flex;
  19. flex-direction: column;
  20. width: 750rpx;
  21. padding: 7rpx 0 0 12rpx;
  22. }
  23. .section1 {
  24. width: 727rpx;
  25. height: 29rpx;
  26. flex-direction: row;
  27. display: flex;
  28. }
  29. .icon1 {
  30. width: 33rpx;
  31. height: 20rpx;
  32. margin-top: 2rpx;
  33. }
  34. .info1 {
  35. width: 79rpx;
  36. height: 29rpx;
  37. display: block;
  38. overflow-wrap: break-word;
  39. color: rgba(3,3,3,1);
  40. font-size: 24rpx;
  41. font-family: SFProText-Regular;
  42. white-space: nowrap;
  43. line-height: 29rpx;
  44. margin-left: 7rpx;
  45. }
  46. .outer1 {
  47. width: 29rpx;
  48. height: 20rpx;
  49. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng5f3ad165c123fbded6e0fa697748977e2746aed8e69b16f7f768997af4af2979) -1rpx 0rpx no-repeat;
  50. background-size: 30rpx 20rpx;
  51. display: flex;
  52. flex-direction: column;
  53. margin: 2rpx 0 0 12rpx;
  54. }
  55. .info2 {
  56. width: 98rpx;
  57. height: 29rpx;
  58. display: block;
  59. overflow-wrap: break-word;
  60. color: rgba(3,3,3,1);
  61. font-size: 24rpx;
  62. font-family: SFProText-Semibold;
  63. white-space: nowrap;
  64. line-height: 29rpx;
  65. text-align: center;
  66. margin-left: 154rpx;
  67. }
  68. .outer2 {
  69. width: 12rpx;
  70. height: 20rpx;
  71. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng0efed2d58f84e5f45072ee057c875a49c4309a72e36f032844aa111ca0a435af) -1rpx -3rpx no-repeat;
  72. background-size: 15rpx 26rpx;
  73. display: flex;
  74. flex-direction: column;
  75. margin: 2rpx 0 0 173rpx;
  76. }
  77. .info3 {
  78. width: 66rpx;
  79. height: 29rpx;
  80. display: block;
  81. overflow-wrap: break-word;
  82. color: rgba(3,3,3,1);
  83. font-size: 24rpx;
  84. font-family: SFProText-Regular;
  85. white-space: nowrap;
  86. line-height: 29rpx;
  87. text-align: right;
  88. margin-left: 5rpx;
  89. }
  90. .img1 {
  91. width: 53rpx;
  92. height: 23rpx;
  93. margin: 2rpx 0 0 6rpx;
  94. }
  95. .layer2 {
  96. height: 88rpx;
  97. background-color: rgba(255,255,255,1);
  98. display: flex;
  99. flex-direction: column;
  100. padding-left: 24rpx;
  101. width: 750rpx;
  102. justify-content: center;
  103. }
  104. .bd1 {
  105. width: 710rpx;
  106. height: 64rpx;
  107. flex-direction: row;
  108. display: flex;
  109. }
  110. .icon2 {
  111. width: 48rpx;
  112. height: 48rpx;
  113. margin-top: 8rpx;
  114. }
  115. .word1 {
  116. width: 144rpx;
  117. height: 36rpx;
  118. display: block;
  119. overflow-wrap: break-word;
  120. color: rgba(51,51,51,1);
  121. font-size: 36rpx;
  122. font-family: PingFangSC-Medium;
  123. white-space: nowrap;
  124. line-height: 36rpx;
  125. text-align: left;
  126. margin: 14rpx 0 0 231rpx;
  127. }
  128. .pic1 {
  129. width: 174rpx;
  130. height: 64rpx;
  131. margin-left: 113rpx;
  132. }
  133. .layer3 {
  134. height: 177rpx;
  135. background-color: rgba(255,255,255,1);
  136. display: flex;
  137. flex-direction: column;
  138. width: 750rpx;
  139. padding: 30rpx 0 0 30rpx;
  140. }
  141. .mod1 {
  142. width: 468rpx;
  143. height: 123rpx;
  144. display: flex;
  145. flex-direction: column;
  146. justify-content: space-between;
  147. }
  148. .mod2 {
  149. width: 366rpx;
  150. height: 40rpx;
  151. flex-direction: row;
  152. display: flex;
  153. justify-content: space-between;
  154. }
  155. .icon3 {
  156. width: 40rpx;
  157. height: 40rpx;
  158. }
  159. .word2 {
  160. width: 316rpx;
  161. height: 30rpx;
  162. display: block;
  163. overflow-wrap: break-word;
  164. color: rgba(51,51,51,1);
  165. font-size: 30rpx;
  166. font-family: PingFangSC-Medium;
  167. white-space: nowrap;
  168. line-height: 30rpx;
  169. text-align: left;
  170. margin-top: 5rpx;
  171. }
  172. .mod3 {
  173. width: 468rpx;
  174. height: 64rpx;
  175. margin-top: 19rpx;
  176. flex-direction: row;
  177. display: flex;
  178. justify-content: space-between;
  179. }
  180. .bd2 {
  181. height: 64rpx;
  182. border-radius: 8rpx;
  183. background-color: rgba(82,161,255,1);
  184. display: flex;
  185. flex-direction: column;
  186. width: 142rpx;
  187. justify-content: center;
  188. align-items: center;
  189. }
  190. .txt1 {
  191. width: 72rpx;
  192. height: 24rpx;
  193. display: block;
  194. overflow-wrap: break-word;
  195. color: rgba(255,255,255,1);
  196. font-size: 24rpx;
  197. font-family: PingFangSC-Regular;
  198. white-space: nowrap;
  199. line-height: 24rpx;
  200. text-align: left;
  201. }
  202. .bd3 {
  203. height: 64rpx;
  204. border-radius: 8rpx;
  205. background-color: rgba(82,161,255,1);
  206. display: flex;
  207. flex-direction: column;
  208. width: 142rpx;
  209. justify-content: center;
  210. align-items: center;
  211. }
  212. .word3 {
  213. width: 96rpx;
  214. height: 24rpx;
  215. display: block;
  216. overflow-wrap: break-word;
  217. color: rgba(255,255,255,1);
  218. font-size: 24rpx;
  219. font-family: PingFangSC-Regular;
  220. white-space: nowrap;
  221. line-height: 24rpx;
  222. text-align: left;
  223. }
  224. .bd4 {
  225. height: 64rpx;
  226. border-radius: 8rpx;
  227. background-color: rgba(82,161,255,1);
  228. display: flex;
  229. flex-direction: column;
  230. width: 142rpx;
  231. justify-content: center;
  232. align-items: center;
  233. }
  234. .info4 {
  235. width: 96rpx;
  236. height: 24rpx;
  237. display: block;
  238. overflow-wrap: break-word;
  239. color: rgba(255,255,255,1);
  240. font-size: 24rpx;
  241. font-family: PingFangSC-Regular;
  242. white-space: nowrap;
  243. line-height: 24rpx;
  244. text-align: left;
  245. }
  246. .layer4 {
  247. height: 90rpx;
  248. background-color: rgba(255,255,255,1);
  249. margin-top: 20rpx;
  250. display: flex;
  251. flex-direction: column;
  252. padding-top: 30rpx;
  253. width: 750rpx;
  254. }
  255. .outer3 {
  256. width: 750rpx;
  257. height: 60rpx;
  258. display: flex;
  259. flex-direction: column;
  260. justify-content: space-between;
  261. }
  262. .bd5 {
  263. width: 690rpx;
  264. height: 30rpx;
  265. margin-left: 30rpx;
  266. flex-direction: row;
  267. display: flex;
  268. justify-content: space-between;
  269. }
  270. .info5 {
  271. width: 120rpx;
  272. height: 30rpx;
  273. display: block;
  274. overflow-wrap: break-word;
  275. color: rgba(51,51,51,1);
  276. font-size: 30rpx;
  277. font-family: PingFangSC-Medium;
  278. white-space: nowrap;
  279. line-height: 30rpx;
  280. text-align: left;
  281. }
  282. .info6 {
  283. width: 79rpx;
  284. height: 26rpx;
  285. display: block;
  286. overflow-wrap: break-word;
  287. color: rgba(153,153,153,1);
  288. font-size: 26rpx;
  289. font-family: PingFangSC-Regular;
  290. white-space: nowrap;
  291. line-height: 26rpx;
  292. text-align: left;
  293. margin-top: 2rpx;
  294. }
  295. .bd6 {
  296. width: 750rpx;
  297. height: 1rpx;
  298. background-color: rgba(237,237,237,1);
  299. margin-top: 29rpx;
  300. display: flex;
  301. flex-direction: column;
  302. }
  303. .layer5 {
  304. height: 140rpx;
  305. background-color: rgba(255,255,255,1);
  306. width: 750rpx;
  307. display: flex;
  308. flex-direction: column;
  309. justify-content: flex-end;
  310. }
  311. .section2 {
  312. width: 690rpx;
  313. height: 80rpx;
  314. flex-direction: row;
  315. display: flex;
  316. justify-content: flex-end;
  317. margin: 30rpx 0 0 30rpx;
  318. }
  319. .mod4 {
  320. height: 82rpx;
  321. border: 1px solid rgba(204,204,204,1);
  322. border-radius: 50%;
  323. /* background: url(https; */
  324. /* background-size: 82rpx 82rpx; */
  325. display: flex;
  326. flex-direction: column;
  327. /* padding-left: 31rpx; */
  328. width: 82rpx;
  329. justify-content: center;
  330. line-height: 82rpx;
  331. }
  332. .txt2 {
  333. color: rgba(51,51,51,1);
  334. font-size: 50rpx;
  335. white-space: nowrap;
  336. /* line-height: 50rpx; */
  337. text-align: center;
  338. }
  339. .mod5 {
  340. width: 103rpx;
  341. height: 76rpx;
  342. display: flex;
  343. flex-direction: column;
  344. justify-content: space-between;
  345. margin: 2rpx 0 0 29rpx;
  346. }
  347. .info7 {
  348. width: 103rpx;
  349. height: 30rpx;
  350. display: block;
  351. overflow-wrap: break-word;
  352. color: rgba(51,51,51,1);
  353. font-size: 30rpx;
  354. font-family: PingFangSC-Medium;
  355. white-space: nowrap;
  356. line-height: 30rpx;
  357. text-align: left;
  358. }
  359. .outer4 {
  360. width: 74rpx;
  361. height: 26rpx;
  362. margin-top: 20rpx;
  363. flex-direction: row;
  364. display: flex;
  365. justify-content: space-between;
  366. }
  367. .wrap2 {
  368. width: 12rpx;
  369. height: 12rpx;
  370. background-color: rgba(85,190,23,1);
  371. border-radius: 50%;
  372. margin-top: 7rpx;
  373. display: flex;
  374. flex-direction: column;
  375. }
  376. .txt3 {
  377. width: 52rpx;
  378. height: 26rpx;
  379. display: block;
  380. overflow-wrap: break-word;
  381. color: rgba(102,102,102,1);
  382. font-size: 26rpx;
  383. font-family: PingFangSC-Regular;
  384. white-space: nowrap;
  385. line-height: 26rpx;
  386. text-align: left;
  387. }
  388. .mod6 {
  389. height: 30rpx;
  390. border-radius: 2rpx;
  391. background-color: rgba(255,243,234,1);
  392. display: flex;
  393. flex-direction: column;
  394. width: 100rpx;
  395. justify-content: center;
  396. align-items: center;
  397. margin: 2rpx 0 0 10rpx;
  398. }
  399. .txt4 {
  400. width: 88rpx;
  401. height: 22rpx;
  402. display: block;
  403. overflow-wrap: break-word;
  404. color: rgba(255,115,0,1);
  405. font-size: 22rpx;
  406. font-family: PingFangSC-Regular;
  407. white-space: nowrap;
  408. line-height: 22rpx;
  409. text-align: left;
  410. }
  411. .mod7 {
  412. height: 60rpx;
  413. border-radius: 8rpx;
  414. background-color: rgba(82,161,255,1);
  415. display: flex;
  416. flex-direction: column;
  417. width: 128rpx;
  418. justify-content: center;
  419. align-items: center;
  420. margin: 10rpx 0 0 239rpx;
  421. }
  422. .txt5 {
  423. width: 48rpx;
  424. height: 28rpx;
  425. display: block;
  426. overflow-wrap: break-word;
  427. color: rgba(255,255,255,1);
  428. font-size: 24rpx;
  429. font-family: PingFangSC-Regular;
  430. white-space: nowrap;
  431. line-height: 28rpx;
  432. text-align: left;
  433. }
  434. .section3 {
  435. width: 610rpx;
  436. height: 1rpx;
  437. display: flex;
  438. flex-direction: row;
  439. margin: 29rpx 0 0 140rpx;
  440. }
  441. .bd7 {
  442. width: 610rpx;
  443. height: 1rpx;
  444. background-color: rgba(237,237,237,1);
  445. display: flex;
  446. flex-direction: column;
  447. }
  448. .layer6 {
  449. height: 140rpx;
  450. background-color: rgba(255,255,255,1);
  451. width: 750rpx;
  452. display: flex;
  453. flex-direction: column;
  454. justify-content: flex-end;
  455. }
  456. .mod8 {
  457. width: 690rpx;
  458. height: 80rpx;
  459. flex-direction: row;
  460. display: flex;
  461. justify-content: flex-end;
  462. margin: 30rpx 0 0 30rpx;
  463. }
  464. .bd8 {
  465. height: 82rpx;
  466. border: 1px solid rgba(204,204,204,1);
  467. border-radius: 50%;
  468. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPngf915fb89b9c54db0ccfc8b13c62050629efd77d39cc2214e150ad2d2b78f6f4a) -1rpx -1rpx no-repeat;
  469. background-size: 82rpx 82rpx;
  470. display: flex;
  471. flex-direction: column;
  472. width: 82rpx;
  473. justify-content: center;
  474. align-items: center;
  475. }
  476. .txt6 {
  477. width: 30rpx;
  478. height: 50rpx;
  479. display: block;
  480. overflow-wrap: break-word;
  481. color: rgba(51,51,51,1);
  482. font-size: 50rpx;
  483. font-family: PingFangSC-Semibold;
  484. white-space: nowrap;
  485. line-height: 50rpx;
  486. text-align: center;
  487. }
  488. .bd9 {
  489. width: 178rpx;
  490. height: 76rpx;
  491. display: flex;
  492. flex-direction: column;
  493. justify-content: space-between;
  494. margin: 2rpx 0 0 29rpx;
  495. }
  496. .word4 {
  497. width: 108rpx;
  498. height: 30rpx;
  499. display: block;
  500. overflow-wrap: break-word;
  501. color: rgba(51,51,51,1);
  502. font-size: 30rpx;
  503. font-family: PingFangSC-Medium;
  504. white-space: nowrap;
  505. line-height: 30rpx;
  506. text-align: left;
  507. }
  508. .block1 {
  509. width: 178rpx;
  510. height: 26rpx;
  511. margin-top: 20rpx;
  512. flex-direction: row;
  513. display: flex;
  514. justify-content: space-between;
  515. }
  516. .bd10 {
  517. width: 12rpx;
  518. height: 12rpx;
  519. background-color: rgba(82,161,255,1);
  520. border-radius: 50%;
  521. margin-top: 7rpx;
  522. display: flex;
  523. flex-direction: column;
  524. }
  525. .info8 {
  526. width: 156rpx;
  527. height: 26rpx;
  528. display: block;
  529. overflow-wrap: break-word;
  530. color: rgba(102,102,102,1);
  531. font-size: 26rpx;
  532. font-family: PingFangSC-Regular;
  533. white-space: nowrap;
  534. line-height: 26rpx;
  535. text-align: left;
  536. }
  537. .bd11 {
  538. height: 60rpx;
  539. border-radius: 8rpx;
  540. background-color: rgba(82,161,255,1);
  541. display: flex;
  542. flex-direction: column;
  543. width: 128rpx;
  544. justify-content: center;
  545. align-items: center;
  546. margin: 10rpx 0 0 274rpx;
  547. }
  548. .word5 {
  549. width: 48rpx;
  550. height: 28rpx;
  551. display: block;
  552. overflow-wrap: break-word;
  553. color: rgba(255,255,255,1);
  554. font-size: 24rpx;
  555. font-family: PingFangSC-Regular;
  556. white-space: nowrap;
  557. line-height: 28rpx;
  558. text-align: left;
  559. }
  560. .mod9 {
  561. width: 610rpx;
  562. height: 1rpx;
  563. display: flex;
  564. flex-direction: row;
  565. margin: 29rpx 0 0 140rpx;
  566. }
  567. .group1 {
  568. width: 610rpx;
  569. height: 1rpx;
  570. background-color: rgba(237,237,237,1);
  571. display: flex;
  572. flex-direction: column;
  573. }
  574. .layer7 {
  575. height: 140rpx;
  576. background-color: rgba(255,255,255,1);
  577. width: 750rpx;
  578. display: flex;
  579. flex-direction: column;
  580. justify-content: flex-end;
  581. }
  582. .bd12 {
  583. width: 690rpx;
  584. height: 80rpx;
  585. flex-direction: row;
  586. display: flex;
  587. justify-content: flex-end;
  588. margin: 30rpx 0 0 30rpx;
  589. }
  590. .outer5 {
  591. height: 82rpx;
  592. border: 1px solid rgba(204,204,204,1);
  593. border-radius: 50%;
  594. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPngf915fb89b9c54db0ccfc8b13c62050629efd77d39cc2214e150ad2d2b78f6f4a) -1rpx -1rpx no-repeat;
  595. background-size: 82rpx 82rpx;
  596. display: flex;
  597. flex-direction: column;
  598. width: 82rpx;
  599. justify-content: center;
  600. align-items: center;
  601. }
  602. .word6 {
  603. width: 30rpx;
  604. height: 50rpx;
  605. display: block;
  606. overflow-wrap: break-word;
  607. color: rgba(51,51,51,1);
  608. font-size: 50rpx;
  609. font-family: PingFangSC-Semibold;
  610. white-space: nowrap;
  611. line-height: 50rpx;
  612. text-align: center;
  613. }
  614. .outer6 {
  615. width: 178rpx;
  616. height: 76rpx;
  617. display: flex;
  618. flex-direction: column;
  619. justify-content: space-between;
  620. margin: 2rpx 0 0 29rpx;
  621. }
  622. .word7 {
  623. width: 108rpx;
  624. height: 30rpx;
  625. display: block;
  626. overflow-wrap: break-word;
  627. color: rgba(51,51,51,1);
  628. font-size: 30rpx;
  629. font-family: PingFangSC-Medium;
  630. white-space: nowrap;
  631. line-height: 30rpx;
  632. text-align: left;
  633. }
  634. .group2 {
  635. width: 178rpx;
  636. height: 26rpx;
  637. margin-top: 20rpx;
  638. flex-direction: row;
  639. display: flex;
  640. justify-content: space-between;
  641. }
  642. .group3 {
  643. width: 12rpx;
  644. height: 12rpx;
  645. background-color: rgba(255,115,0,1);
  646. border-radius: 50%;
  647. margin-top: 7rpx;
  648. display: flex;
  649. flex-direction: column;
  650. }
  651. .word8 {
  652. width: 156rpx;
  653. height: 26rpx;
  654. display: block;
  655. overflow-wrap: break-word;
  656. color: rgba(102,102,102,1);
  657. font-size: 26rpx;
  658. font-family: PingFangSC-Regular;
  659. white-space: nowrap;
  660. line-height: 26rpx;
  661. text-align: left;
  662. }
  663. .outer7 {
  664. height: 60rpx;
  665. border-radius: 8rpx;
  666. background-color: rgba(82,161,255,1);
  667. display: flex;
  668. flex-direction: column;
  669. width: 128rpx;
  670. justify-content: center;
  671. align-items: center;
  672. margin: 10rpx 0 0 274rpx;
  673. }
  674. .info9 {
  675. width: 48rpx;
  676. height: 28rpx;
  677. display: block;
  678. overflow-wrap: break-word;
  679. color: rgba(255,255,255,1);
  680. font-size: 24rpx;
  681. font-family: PingFangSC-Regular;
  682. white-space: nowrap;
  683. line-height: 28rpx;
  684. text-align: left;
  685. }
  686. .bd13 {
  687. width: 610rpx;
  688. height: 1rpx;
  689. display: flex;
  690. flex-direction: row;
  691. margin: 29rpx 0 0 140rpx;
  692. }
  693. .outer8 {
  694. width: 610rpx;
  695. height: 1rpx;
  696. background-color: rgba(237,237,237,1);
  697. display: flex;
  698. flex-direction: column;
  699. }
  700. .layer8 {
  701. height: 140rpx;
  702. background-color: rgba(255,255,255,1);
  703. width: 750rpx;
  704. display: flex;
  705. flex-direction: column;
  706. justify-content: flex-end;
  707. }
  708. .section4 {
  709. width: 690rpx;
  710. height: 80rpx;
  711. flex-direction: row;
  712. display: flex;
  713. justify-content: flex-end;
  714. margin: 30rpx 0 0 30rpx;
  715. }
  716. .outer9 {
  717. height: 82rpx;
  718. border: 1px solid rgba(204,204,204,1);
  719. border-radius: 50%;
  720. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPngf915fb89b9c54db0ccfc8b13c62050629efd77d39cc2214e150ad2d2b78f6f4a) -1rpx -1rpx no-repeat;
  721. background-size: 82rpx 82rpx;
  722. display: flex;
  723. flex-direction: column;
  724. width: 82rpx;
  725. justify-content: center;
  726. align-items: center;
  727. }
  728. .info10 {
  729. width: 30rpx;
  730. height: 50rpx;
  731. display: block;
  732. overflow-wrap: break-word;
  733. color: rgba(51,51,51,1);
  734. font-size: 50rpx;
  735. font-family: PingFangSC-Semibold;
  736. white-space: nowrap;
  737. line-height: 50rpx;
  738. text-align: center;
  739. }
  740. .outer10 {
  741. width: 108rpx;
  742. height: 76rpx;
  743. display: flex;
  744. flex-direction: column;
  745. justify-content: space-between;
  746. margin: 2rpx 0 0 29rpx;
  747. }
  748. .txt7 {
  749. width: 108rpx;
  750. height: 30rpx;
  751. display: block;
  752. overflow-wrap: break-word;
  753. color: rgba(51,51,51,1);
  754. font-size: 30rpx;
  755. font-family: PingFangSC-Medium;
  756. white-space: nowrap;
  757. line-height: 30rpx;
  758. text-align: left;
  759. }
  760. .block2 {
  761. width: 74rpx;
  762. height: 26rpx;
  763. margin-top: 20rpx;
  764. flex-direction: row;
  765. display: flex;
  766. justify-content: space-between;
  767. }
  768. .main1 {
  769. width: 12rpx;
  770. height: 12rpx;
  771. background-color: rgba(85,190,23,1);
  772. border-radius: 50%;
  773. margin-top: 7rpx;
  774. display: flex;
  775. flex-direction: column;
  776. }
  777. .word9 {
  778. width: 52rpx;
  779. height: 26rpx;
  780. display: block;
  781. overflow-wrap: break-word;
  782. color: rgba(102,102,102,1);
  783. font-size: 26rpx;
  784. font-family: PingFangSC-Regular;
  785. white-space: nowrap;
  786. line-height: 26rpx;
  787. text-align: left;
  788. }
  789. .outer11 {
  790. height: 60rpx;
  791. border-radius: 8rpx;
  792. background-color: rgba(82,161,255,1);
  793. display: flex;
  794. flex-direction: column;
  795. width: 128rpx;
  796. justify-content: center;
  797. align-items: center;
  798. margin: 10rpx 0 0 344rpx;
  799. }
  800. .word10 {
  801. width: 48rpx;
  802. height: 28rpx;
  803. display: block;
  804. overflow-wrap: break-word;
  805. color: rgba(255,255,255,1);
  806. font-size: 24rpx;
  807. font-family: PingFangSC-Regular;
  808. white-space: nowrap;
  809. line-height: 28rpx;
  810. text-align: left;
  811. }
  812. .section5 {
  813. width: 610rpx;
  814. height: 1rpx;
  815. display: flex;
  816. flex-direction: row;
  817. margin: 29rpx 0 0 140rpx;
  818. }
  819. .main2 {
  820. width: 610rpx;
  821. height: 1rpx;
  822. background-color: rgba(237,237,237,1);
  823. display: flex;
  824. flex-direction: column;
  825. }
  826. .layer9 {
  827. height: 140rpx;
  828. background-color: rgba(255,255,255,1);
  829. display: flex;
  830. flex-direction: column;
  831. width: 750rpx;
  832. justify-content: center;
  833. align-items: center;
  834. }
  835. .layer10 {
  836. width: 690rpx;
  837. height: 80rpx;
  838. flex-direction: row;
  839. display: flex;
  840. justify-content: flex-end;
  841. }
  842. .section6 {
  843. height: 82rpx;
  844. border: 1px solid rgba(204,204,204,1);
  845. border-radius: 50%;
  846. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPngf915fb89b9c54db0ccfc8b13c62050629efd77d39cc2214e150ad2d2b78f6f4a) -1rpx -1rpx no-repeat;
  847. background-size: 82rpx 82rpx;
  848. display: flex;
  849. flex-direction: column;
  850. width: 82rpx;
  851. justify-content: center;
  852. align-items: center;
  853. }
  854. .info11 {
  855. width: 30rpx;
  856. height: 50rpx;
  857. display: block;
  858. overflow-wrap: break-word;
  859. color: rgba(51,51,51,1);
  860. font-size: 50rpx;
  861. font-family: PingFangSC-Semibold;
  862. white-space: nowrap;
  863. line-height: 50rpx;
  864. text-align: center;
  865. }
  866. .section7 {
  867. width: 108rpx;
  868. height: 76rpx;
  869. display: flex;
  870. flex-direction: column;
  871. justify-content: space-between;
  872. margin: 2rpx 0 0 29rpx;
  873. }
  874. .info12 {
  875. width: 108rpx;
  876. height: 30rpx;
  877. display: block;
  878. overflow-wrap: break-word;
  879. color: rgba(51,51,51,1);
  880. font-size: 30rpx;
  881. font-family: PingFangSC-Medium;
  882. white-space: nowrap;
  883. line-height: 30rpx;
  884. text-align: left;
  885. }
  886. .bd14 {
  887. width: 74rpx;
  888. height: 26rpx;
  889. margin-top: 20rpx;
  890. flex-direction: row;
  891. display: flex;
  892. justify-content: space-between;
  893. }
  894. .box1 {
  895. width: 12rpx;
  896. height: 12rpx;
  897. background-color: rgba(85,190,23,1);
  898. border-radius: 50%;
  899. margin-top: 7rpx;
  900. display: flex;
  901. flex-direction: column;
  902. }
  903. .info13 {
  904. width: 52rpx;
  905. height: 26rpx;
  906. display: block;
  907. overflow-wrap: break-word;
  908. color: rgba(102,102,102,1);
  909. font-size: 26rpx;
  910. font-family: PingFangSC-Regular;
  911. white-space: nowrap;
  912. line-height: 26rpx;
  913. text-align: left;
  914. }
  915. .section8 {
  916. height: 60rpx;
  917. border-radius: 8rpx;
  918. background-color: rgba(82,161,255,1);
  919. display: flex;
  920. flex-direction: column;
  921. width: 128rpx;
  922. justify-content: center;
  923. align-items: center;
  924. margin: 10rpx 0 0 344rpx;
  925. }
  926. .word11 {
  927. width: 48rpx;
  928. height: 28rpx;
  929. display: block;
  930. overflow-wrap: break-word;
  931. color: rgba(255,255,255,1);
  932. font-size: 24rpx;
  933. font-family: PingFangSC-Regular;
  934. white-space: nowrap;
  935. line-height: 28rpx;
  936. text-align: left;
  937. }
  938. .layer11 {
  939. height: 98rpx;
  940. background-color: rgba(255,255,255,1);
  941. margin-top: 20rpx;
  942. display: flex;
  943. flex-direction: column;
  944. width: 750rpx;
  945. justify-content: center;
  946. align-items: center;
  947. position: fixed;
  948. bottom: 0;
  949. }
  950. .word12 {
  951. width: 240rpx;
  952. height: 30rpx;
  953. display: block;
  954. overflow-wrap: break-word;
  955. color: rgba(51,51,51,1);
  956. font-size: 30rpx;
  957. font-family: PingFangSC-Regular;
  958. white-space: nowrap;
  959. line-height: 30rpx;
  960. text-align: center;
  961. }
  962. .wrap3 {
  963. z-index: 131;
  964. height: 1334rpx;
  965. background-color: rgba(0,0,0,0.4);
  966. display: flex;
  967. flex-direction: column;
  968. padding-top: 830rpx;
  969. width: 750rpx;
  970. position: absolute;
  971. left: 0rpx;
  972. top: 0rpx;
  973. }
  974. .mod10 {
  975. height: 504rpx;
  976. border-radius: NaNrpx;
  977. background-color: rgba(255,255,255,1);
  978. box-shadow: 0px -10px 20px 0px rgba(0,0,0,0.06);
  979. display: flex;
  980. flex-direction: column;
  981. padding-top: 88rpx;
  982. width: 750rpx;
  983. align-items: center;
  984. }
  985. .mod11 {
  986. width: 452rpx;
  987. height: 356rpx;
  988. display: flex;
  989. flex-direction: column;
  990. }
  991. .word13 {
  992. width: 144rpx;
  993. height: 36rpx;
  994. display: block;
  995. overflow-wrap: break-word;
  996. color: rgba(51,51,51,1);
  997. font-size: 36rpx;
  998. font-family: PingFangSC-Regular;
  999. white-space: nowrap;
  1000. line-height: 36rpx;
  1001. text-align: center;
  1002. margin-left: 154rpx;
  1003. }
  1004. .word14 {
  1005. width: 240rpx;
  1006. height: 30rpx;
  1007. display: block;
  1008. overflow-wrap: break-word;
  1009. color: rgba(102,102,102,1);
  1010. font-size: 30rpx;
  1011. font-family: PingFangSC-Regular;
  1012. white-space: nowrap;
  1013. line-height: 30rpx;
  1014. text-align: center;
  1015. margin: 24rpx 0 0 106rpx;
  1016. }
  1017. .layer12 {
  1018. width: 452rpx;
  1019. height: 68rpx;
  1020. margin-top: 198rpx;
  1021. flex-direction: row;
  1022. display: flex;
  1023. justify-content: space-between;
  1024. }
  1025. .outer12 {
  1026. height: 68rpx;
  1027. border-radius: 4rpx;
  1028. border: 1px solid rgba(204,204,204,1);
  1029. display: flex;
  1030. flex-direction: column;
  1031. width: 176rpx;
  1032. justify-content: center;
  1033. align-items: center;
  1034. }
  1035. .info14 {
  1036. width: 56rpx;
  1037. height: 28rpx;
  1038. display: block;
  1039. overflow-wrap: break-word;
  1040. color: rgba(51,51,51,1);
  1041. font-size: 28rpx;
  1042. font-family: PingFangSC-Regular;
  1043. white-space: nowrap;
  1044. line-height: 28rpx;
  1045. text-align: left;
  1046. }
  1047. .outer13 {
  1048. height: 68rpx;
  1049. border-radius: 4rpx;
  1050. background-color: rgba(82,161,255,1);
  1051. display: flex;
  1052. flex-direction: column;
  1053. width: 176rpx;
  1054. justify-content: center;
  1055. align-items: center;
  1056. }
  1057. .info15 {
  1058. width: 84rpx;
  1059. height: 28rpx;
  1060. display: block;
  1061. overflow-wrap: break-word;
  1062. color: rgba(255,255,255,1);
  1063. font-size: 28rpx;
  1064. font-family: PingFangSC-Regular;
  1065. white-space: nowrap;
  1066. line-height: 28rpx;
  1067. text-align: left;
  1068. }