index.wxss 12 KB

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