index.wxss 12 KB

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