index.wxss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625
  1. .page {
  2. position: relative;
  3. width: 750rpx;
  4. height: 1334rpx;
  5. background-color: rgba(246,246,246,1);
  6. overflow: hidden;
  7. display: flex;
  8. flex-direction: column;
  9. }
  10. .block1 {
  11. width: 750rpx;
  12. height: 998rpx;
  13. display: flex;
  14. flex-direction: column;
  15. }
  16. .box1 {
  17. height: 40rpx;
  18. background-color: rgba(255,255,255,1);
  19. display: flex;
  20. flex-direction: column;
  21. width: 750rpx;
  22. padding: 7rpx 0 0 12rpx;
  23. }
  24. .box2 {
  25. width: 727rpx;
  26. height: 29rpx;
  27. flex-direction: row;
  28. display: flex;
  29. }
  30. .label1 {
  31. width: 33rpx;
  32. height: 20rpx;
  33. margin-top: 2rpx;
  34. }
  35. .info1 {
  36. width: 79rpx;
  37. height: 29rpx;
  38. display: block;
  39. overflow-wrap: break-word;
  40. color: rgba(3,3,3,1);
  41. font-size: 24rpx;
  42. font-family: SFProText-Regular;
  43. white-space: nowrap;
  44. line-height: 29rpx;
  45. margin-left: 7rpx;
  46. }
  47. .group1 {
  48. width: 29rpx;
  49. height: 20rpx;
  50. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng5f3ad165c123fbded6e0fa697748977e2746aed8e69b16f7f768997af4af2979) -1rpx 0rpx no-repeat;
  51. background-size: 30rpx 20rpx;
  52. display: flex;
  53. flex-direction: column;
  54. margin: 2rpx 0 0 12rpx;
  55. }
  56. .info2 {
  57. width: 98rpx;
  58. height: 29rpx;
  59. display: block;
  60. overflow-wrap: break-word;
  61. color: rgba(3,3,3,1);
  62. font-size: 24rpx;
  63. font-family: SFProText-Semibold;
  64. white-space: nowrap;
  65. line-height: 29rpx;
  66. text-align: center;
  67. margin-left: 154rpx;
  68. }
  69. .group2 {
  70. width: 12rpx;
  71. height: 20rpx;
  72. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng0efed2d58f84e5f45072ee057c875a49c4309a72e36f032844aa111ca0a435af) -1rpx -3rpx no-repeat;
  73. background-size: 15rpx 26rpx;
  74. display: flex;
  75. flex-direction: column;
  76. margin: 2rpx 0 0 173rpx;
  77. }
  78. .word1 {
  79. width: 66rpx;
  80. height: 29rpx;
  81. display: block;
  82. overflow-wrap: break-word;
  83. color: rgba(3,3,3,1);
  84. font-size: 24rpx;
  85. font-family: SFProText-Regular;
  86. white-space: nowrap;
  87. line-height: 29rpx;
  88. text-align: right;
  89. margin-left: 5rpx;
  90. }
  91. .pic1 {
  92. width: 53rpx;
  93. height: 23rpx;
  94. margin: 2rpx 0 0 6rpx;
  95. }
  96. .box3 {
  97. height: 128rpx;
  98. background-color: rgba(255,255,255,1);
  99. display: flex;
  100. flex-direction: column;
  101. width: 750rpx;
  102. justify-content: center;
  103. align-items: center;
  104. }
  105. .wrap1 {
  106. width: 690rpx;
  107. height: 80rpx;
  108. flex-direction: row;
  109. display: flex;
  110. justify-content: space-between;
  111. }
  112. .box4 {
  113. height: 80rpx;
  114. border-radius: 8rpx;
  115. background-color: rgba(246,246,246,1);
  116. display: flex;
  117. flex-direction: column;
  118. padding-left: 30rpx;
  119. width: 524rpx;
  120. justify-content: center;
  121. }
  122. .outer1 {
  123. width: 106rpx;
  124. height: 24rpx;
  125. flex-direction: row;
  126. display: flex;
  127. justify-content: space-between;
  128. }
  129. .info3 {
  130. width: 72rpx;
  131. height: 24rpx;
  132. display: block;
  133. overflow-wrap: break-word;
  134. color: rgba(102,102,102,1);
  135. font-size: 24rpx;
  136. font-family: PingFangSC-Regular;
  137. white-space: nowrap;
  138. line-height: 24rpx;
  139. text-align: left;
  140. }
  141. .label2 {
  142. width: 22rpx;
  143. height: 11rpx;
  144. margin-top: 9rpx;
  145. }
  146. .box5 {
  147. height: 68rpx;
  148. border-radius: 8rpx;
  149. background-color: rgba(82,161,255,1);
  150. margin-top: 6rpx;
  151. display: flex;
  152. flex-direction: column;
  153. width: 136rpx;
  154. justify-content: center;
  155. align-items: center;
  156. }
  157. .txt1 {
  158. width: 56rpx;
  159. height: 28rpx;
  160. display: block;
  161. overflow-wrap: break-word;
  162. color: rgba(255,255,255,1);
  163. font-size: 28rpx;
  164. font-family: PingFangSC-Regular;
  165. white-space: nowrap;
  166. line-height: 28rpx;
  167. text-align: left;
  168. }
  169. .box6 {
  170. width: 750rpx;
  171. height: 88rpx;
  172. flex-direction: row;
  173. display: flex;
  174. justify-content: space-between;
  175. }
  176. .bd1 {
  177. height: 88rpx;
  178. background-color: rgba(255,255,255,1);
  179. display: flex;
  180. flex-direction: column;
  181. padding-left: 64rpx;
  182. width: 250rpx;
  183. justify-content: center;
  184. }
  185. .mod1 {
  186. width: 118rpx;
  187. height: 28rpx;
  188. flex-direction: row;
  189. display: flex;
  190. justify-content: space-between;
  191. }
  192. .word2 {
  193. width: 92rpx;
  194. height: 28rpx;
  195. display: block;
  196. overflow-wrap: break-word;
  197. color: rgba(51,51,51,1);
  198. font-size: 28rpx;
  199. font-family: PingFangSC-Regular;
  200. white-space: nowrap;
  201. line-height: 28rpx;
  202. text-align: left;
  203. }
  204. .label3 {
  205. width: 24rpx;
  206. height: 24rpx;
  207. margin: 2rpx 0 0 6rpx;
  208. }
  209. .bd2 {
  210. height: 88rpx;
  211. background-color: rgba(255,255,255,1);
  212. display: flex;
  213. flex-direction: column;
  214. width: 250rpx;
  215. justify-content: center;
  216. }
  217. .main1 {
  218. width: 168rpx;
  219. height: 28rpx;
  220. flex-direction: row;
  221. display: flex;
  222. }
  223. .block2 {
  224. width: 2rpx;
  225. height: 28rpx;
  226. background-color: rgba(237,237,237,1);
  227. display: flex;
  228. flex-direction: column;
  229. }
  230. .word3 {
  231. width: 56rpx;
  232. height: 28rpx;
  233. display: block;
  234. overflow-wrap: break-word;
  235. color: rgba(51,51,51,1);
  236. font-size: 28rpx;
  237. font-family: PingFangSC-Regular;
  238. white-space: nowrap;
  239. line-height: 28rpx;
  240. text-align: left;
  241. margin-left: 80rpx;
  242. }
  243. .icon1 {
  244. width: 24rpx;
  245. height: 24rpx;
  246. margin: 2rpx 0 0 6rpx;
  247. }
  248. .bd3 {
  249. height: 88rpx;
  250. background-color: rgba(255,255,255,1);
  251. display: flex;
  252. flex-direction: column;
  253. width: 250rpx;
  254. justify-content: center;
  255. }
  256. .section1 {
  257. width: 168rpx;
  258. height: 28rpx;
  259. flex-direction: row;
  260. display: flex;
  261. }
  262. .main2 {
  263. width: 2rpx;
  264. height: 28rpx;
  265. background-color: rgba(237,237,237,1);
  266. display: flex;
  267. flex-direction: column;
  268. }
  269. .info4 {
  270. width: 56rpx;
  271. height: 28rpx;
  272. display: block;
  273. overflow-wrap: break-word;
  274. color: rgba(51,51,51,1);
  275. font-size: 28rpx;
  276. font-family: PingFangSC-Regular;
  277. white-space: nowrap;
  278. line-height: 28rpx;
  279. text-align: left;
  280. margin-left: 80rpx;
  281. }
  282. .icon2 {
  283. width: 24rpx;
  284. height: 24rpx;
  285. margin: 2rpx 0 0 6rpx;
  286. }
  287. .box7 {
  288. height: 638rpx;
  289. border-radius: 8rpx;
  290. background-color: rgba(255,255,255,1);
  291. display: flex;
  292. flex-direction: column;
  293. padding-top: 30rpx;
  294. width: 710rpx;
  295. margin: 20rpx 0 0 20rpx;
  296. }
  297. .outer2 {
  298. width: 710rpx;
  299. height: 584rpx;
  300. display: flex;
  301. flex-direction: column;
  302. }
  303. .group3 {
  304. width: 650rpx;
  305. height: 26rpx;
  306. margin-left: 30rpx;
  307. flex-direction: row;
  308. display: flex;
  309. justify-content: space-between;
  310. }
  311. .word4 {
  312. width: 337rpx;
  313. height: 26rpx;
  314. display: block;
  315. overflow-wrap: break-word;
  316. color: rgba(153,153,153,1);
  317. font-size: 26rpx;
  318. font-family: PingFangSC-Regular;
  319. white-space: nowrap;
  320. line-height: 26rpx;
  321. text-align: left;
  322. }
  323. .txt2 {
  324. width: 72rpx;
  325. height: 24rpx;
  326. display: block;
  327. overflow-wrap: break-word;
  328. color: rgba(153,153,153,1);
  329. font-size: 24rpx;
  330. font-family: PingFangSC-Regular;
  331. white-space: nowrap;
  332. line-height: 24rpx;
  333. text-align: left;
  334. margin-top: 1rpx;
  335. }
  336. .group4 {
  337. width: 710rpx;
  338. height: 1rpx;
  339. background-color: rgba(237,237,237,1);
  340. margin-top: 30rpx;
  341. display: flex;
  342. flex-direction: column;
  343. }
  344. .word5 {
  345. width: 354rpx;
  346. height: 26rpx;
  347. display: block;
  348. overflow-wrap: break-word;
  349. color: rgba(102,102,102,1);
  350. font-size: 26rpx;
  351. font-family: PingFangSC-Regular;
  352. white-space: nowrap;
  353. line-height: 26rpx;
  354. text-align: left;
  355. margin: 30rpx 0 0 30rpx;
  356. }
  357. .txt3 {
  358. width: 238rpx;
  359. height: 26rpx;
  360. display: block;
  361. overflow-wrap: break-word;
  362. color: rgba(102,102,102,1);
  363. font-size: 26rpx;
  364. font-family: PingFangSC-Regular;
  365. white-space: nowrap;
  366. line-height: 26rpx;
  367. text-align: left;
  368. margin: 24rpx 0 0 30rpx;
  369. }
  370. .group5 {
  371. height: 190rpx;
  372. background-color: rgba(246,246,246,1);
  373. display: flex;
  374. flex-direction: column;
  375. padding-left: 20rpx;
  376. width: 650rpx;
  377. justify-content: center;
  378. margin: 24rpx 0 0 30rpx;
  379. }
  380. .layer1 {
  381. width: 331rpx;
  382. height: 150rpx;
  383. display: flex;
  384. flex-direction: column;
  385. justify-content: space-between;
  386. }
  387. .layer2 {
  388. width: 328rpx;
  389. height: 94rpx;
  390. flex-direction: row;
  391. display: flex;
  392. }
  393. .section2-0 {
  394. z-index: 85;
  395. position: relative;
  396. width: 94rpx;
  397. height: 94rpx;
  398. border-radius: 4rpx;
  399. overflow: hidden;
  400. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPngad4774f10c61b2937fac2f44e701266c4a9a8436260fe7cabb88f283a0276e68) 100% no-repeat;
  401. margin-right: 20rpx;
  402. display: flex;
  403. flex-direction: column;
  404. }
  405. .img1-0 {
  406. z-index: 86;
  407. position: absolute;
  408. left: 0rpx;
  409. top: 0rpx;
  410. width: 94rpx;
  411. height: 94rpx;
  412. }
  413. .section2-1 {
  414. z-index: 85;
  415. position: relative;
  416. width: 94rpx;
  417. height: 94rpx;
  418. border-radius: 4rpx;
  419. overflow: hidden;
  420. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPngad4774f10c61b2937fac2f44e701266c4a9a8436260fe7cabb88f283a0276e68) 100% no-repeat;
  421. margin-right: 20rpx;
  422. display: flex;
  423. flex-direction: column;
  424. }
  425. .img1-1 {
  426. z-index: 86;
  427. position: absolute;
  428. left: 0rpx;
  429. top: 0rpx;
  430. width: 94rpx;
  431. height: 94rpx;
  432. }
  433. .section2-2 {
  434. z-index: 85;
  435. position: relative;
  436. width: 94rpx;
  437. height: 94rpx;
  438. border-radius: 4rpx;
  439. overflow: hidden;
  440. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPngad4774f10c61b2937fac2f44e701266c4a9a8436260fe7cabb88f283a0276e68) 100% no-repeat;
  441. margin-right: 20rpx;
  442. display: flex;
  443. flex-direction: column;
  444. }
  445. .img1-2 {
  446. z-index: 86;
  447. position: absolute;
  448. left: 0rpx;
  449. top: 0rpx;
  450. width: 94rpx;
  451. height: 94rpx;
  452. }
  453. .layer3 {
  454. width: 324rpx;
  455. height: 40rpx;
  456. flex-direction: row;
  457. display: flex;
  458. justify-content: space-between;
  459. margin: 16rpx 0 0 7rpx;
  460. }
  461. .word6 {
  462. width: 80rpx;
  463. height: 20rpx;
  464. display: block;
  465. overflow-wrap: break-word;
  466. color: rgba(51,51,51,1);
  467. font-size: 20rpx;
  468. font-family: PingFangSC-Regular;
  469. white-space: nowrap;
  470. line-height: 20rpx;
  471. text-align: left;
  472. }
  473. .txt4 {
  474. width: 100rpx;
  475. height: 20rpx;
  476. display: block;
  477. overflow-wrap: break-word;
  478. color: rgba(51,51,51,1);
  479. font-size: 20rpx;
  480. font-family: PingFangSC-Regular;
  481. white-space: nowrap;
  482. line-height: 20rpx;
  483. text-align: center;
  484. }
  485. .infoBox1 {
  486. width: 100rpx;
  487. height: 40rpx;
  488. display: block;
  489. overflow-wrap: break-word;
  490. color: rgba(51,51,51,1);
  491. font-size: 20rpx;
  492. font-family: PingFangSC-Regular;
  493. line-height: 20rpx;
  494. text-align: center;
  495. overflow: hidden;
  496. text-overflow: ellipsis;
  497. }
  498. .word7 {
  499. width: 208rpx;
  500. height: 26rpx;
  501. display: block;
  502. overflow-wrap: break-word;
  503. color: rgba(102,102,102,1);
  504. font-size: 26rpx;
  505. font-family: PingFangSC-Regular;
  506. white-space: nowrap;
  507. line-height: 26rpx;
  508. text-align: left;
  509. margin: 24rpx 0 0 30rpx;
  510. }
  511. .info5 {
  512. width: 357rpx;
  513. height: 26rpx;
  514. display: block;
  515. overflow-wrap: break-word;
  516. color: rgba(102,102,102,1);
  517. font-size: 26rpx;
  518. font-family: PingFangSC-Regular;
  519. white-space: nowrap;
  520. line-height: 26rpx;
  521. text-align: left;
  522. margin: 24rpx 0 0 30rpx;
  523. }
  524. .group6 {
  525. width: 710rpx;
  526. height: 1rpx;
  527. background-color: rgba(237,237,237,1);
  528. margin-top: 24rpx;
  529. display: flex;
  530. flex-direction: column;
  531. }
  532. .group7 {
  533. width: 312rpx;
  534. height: 58rpx;
  535. flex-direction: row;
  536. display: flex;
  537. justify-content: space-between;
  538. margin: 24rpx 0 0 368rpx;
  539. }
  540. .layer4 {
  541. height: 58rpx;
  542. border-radius: 6rpx;
  543. border: 1px solid rgba(82,161,255,1);
  544. display: flex;
  545. flex-direction: column;
  546. width: 144rpx;
  547. justify-content: center;
  548. align-items: center;
  549. }
  550. .info6 {
  551. width: 104rpx;
  552. height: 26rpx;
  553. display: block;
  554. overflow-wrap: break-word;
  555. color: rgba(82,161,255,1);
  556. font-size: 26rpx;
  557. font-family: PingFangSC-Regular;
  558. white-space: nowrap;
  559. line-height: 26rpx;
  560. text-align: center;
  561. }
  562. .layer5 {
  563. height: 58rpx;
  564. border-radius: 6rpx;
  565. border: 1px solid rgba(82,161,255,1);
  566. display: flex;
  567. flex-direction: column;
  568. width: 144rpx;
  569. justify-content: center;
  570. align-items: center;
  571. }
  572. .word8 {
  573. width: 104rpx;
  574. height: 26rpx;
  575. display: block;
  576. overflow-wrap: break-word;
  577. color: rgba(82,161,255,1);
  578. font-size: 26rpx;
  579. font-family: PingFangSC-Regular;
  580. white-space: nowrap;
  581. line-height: 26rpx;
  582. text-align: center;
  583. }
  584. .block3 {
  585. z-index: 30;
  586. height: 88rpx;
  587. background-color: rgba(255,255,255,1);
  588. display: flex;
  589. flex-direction: column;
  590. padding-left: 24rpx;
  591. width: 750rpx;
  592. position: absolute;
  593. left: 0rpx;
  594. top: 40rpx;
  595. justify-content: center;
  596. }
  597. .bd4 {
  598. width: 710rpx;
  599. height: 64rpx;
  600. flex-direction: row;
  601. display: flex;
  602. }
  603. .icon3 {
  604. width: 48rpx;
  605. height: 48rpx;
  606. margin-top: 8rpx;
  607. }
  608. .info7 {
  609. width: 144rpx;
  610. height: 36rpx;
  611. display: block;
  612. overflow-wrap: break-word;
  613. color: rgba(51,51,51,1);
  614. font-size: 36rpx;
  615. font-family: PingFangSC-Medium;
  616. white-space: nowrap;
  617. line-height: 36rpx;
  618. text-align: center;
  619. margin: 14rpx 0 0 231rpx;
  620. }
  621. .pic2 {
  622. width: 174rpx;
  623. height: 64rpx;
  624. margin-left: 113rpx;
  625. }