index.wxss 23 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253
  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. .box1 {
  10. width: 750rpx;
  11. display: flex;
  12. flex-direction: column;
  13. }
  14. .city{
  15. display: flex;
  16. flex-direction: row;
  17. }
  18. .mod1 {
  19. height: 40rpx;
  20. background-color: rgba(255,255,255,1);
  21. display: flex;
  22. flex-direction: column;
  23. width: 750rpx;
  24. padding: 7rpx 0 0 12rpx;
  25. }
  26. .outer1 {
  27. width: 727rpx;
  28. height: 29rpx;
  29. flex-direction: row;
  30. display: flex;
  31. }
  32. .label1 {
  33. width: 33rpx;
  34. height: 20rpx;
  35. margin-top: 2rpx;
  36. }
  37. .txt1 {
  38. width: 79rpx;
  39. height: 29rpx;
  40. display: block;
  41. overflow-wrap: break-word;
  42. color: rgba(3,3,3,1);
  43. font-size: 24rpx;
  44. font-family: SFProText-Regular;
  45. white-space: nowrap;
  46. line-height: 29rpx;
  47. margin-left: 7rpx;
  48. }
  49. .box2 {
  50. width: 29rpx;
  51. height: 20rpx;
  52. display: flex;
  53. flex-direction: column;
  54. margin: 2rpx 0 0 12rpx;
  55. }
  56. .word1 {
  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. .box3 {
  70. width: 12rpx;
  71. height: 20rpx;
  72. display: flex;
  73. flex-direction: column;
  74. margin: 2rpx 0 0 173rpx;
  75. }
  76. .info1 {
  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: 54rpx;
  91. height: 23rpx;
  92. margin: 2rpx 0 0 6rpx;
  93. }
  94. .mod2 {
  95. height: 88rpx;
  96. background-color: rgba(255,255,255,1);
  97. display: flex;
  98. flex-direction: column;
  99. padding-left: 24rpx;
  100. width: 750rpx;
  101. justify-content: center;
  102. }
  103. .group1 {
  104. width: 710rpx;
  105. height: 64rpx;
  106. flex-direction: row;
  107. display: flex;
  108. }
  109. .icon1 {
  110. width: 48rpx;
  111. height: 48rpx;
  112. margin-top: 8rpx;
  113. }
  114. .txt2 {
  115. width: 144rpx;
  116. height: 36rpx;
  117. display: block;
  118. overflow-wrap: break-word;
  119. color: rgba(51,51,51,1);
  120. font-size: 36rpx;
  121. font-family: PingFangSC-Medium;
  122. white-space: nowrap;
  123. line-height: 36rpx;
  124. text-align: left;
  125. margin: 14rpx 0 0 231rpx;
  126. }
  127. .pic2 {
  128. width: 174rpx;
  129. height: 64rpx;
  130. margin-left: 113rpx;
  131. }
  132. .mod3 {
  133. height: 90rpx;
  134. background-color: rgba(255,255,255,1);
  135. display: flex;
  136. flex-direction: column;
  137. width: 750rpx;
  138. justify-content: center;
  139. align-items: center;
  140. }
  141. .word2 {
  142. width: 330rpx;
  143. height: 30rpx;
  144. display: block;
  145. overflow-wrap: break-word;
  146. color: rgba(51,51,51,1);
  147. font-size: 30rpx;
  148. font-family: PingFangSC-Medium;
  149. white-space: nowrap;
  150. line-height: 30rpx;
  151. text-align: left;
  152. }
  153. .mod4 {
  154. height: 112rpx;
  155. background-color: rgba(255,255,255,1);
  156. display: flex;
  157. flex-direction: column;
  158. width: 750rpx;
  159. justify-content: center;
  160. align-items: center;
  161. }
  162. .outer2 {
  163. width: 690rpx;
  164. height: 72rpx;
  165. flex-direction: row;
  166. display: flex;
  167. }
  168. .info2 {
  169. width: 56rpx;
  170. height: 28rpx;
  171. display: block;
  172. overflow-wrap: break-word;
  173. color: rgba(51,51,51,1);
  174. font-size: 28rpx;
  175. font-family: PingFangSC-Regular;
  176. white-space: nowrap;
  177. line-height: 28rpx;
  178. text-align: left;
  179. margin-top: 22rpx;
  180. }
  181. .icon2 {
  182. width: 24rpx;
  183. height: 24rpx;
  184. margin: 24rpx 0 0 8rpx;
  185. }
  186. .section1 {
  187. z-index: 9;
  188. height: 72rpx;
  189. border-radius: 8rpx;
  190. background-color: rgba(246,246,246,1);
  191. margin-left: 30rpx;
  192. display: flex;
  193. flex-direction: column;
  194. padding-left: 20rpx;
  195. width: 454rpx;
  196. position: relative;
  197. justify-content: center;
  198. }
  199. .group2 {
  200. width: 420rpx;
  201. height: 36rpx;
  202. flex-direction: row;
  203. display: flex;
  204. justify-content: space-between;
  205. }
  206. .mod5 {
  207. width: 36rpx;
  208. height: 36rpx;
  209. background-color: rgba(0,0,0,0);
  210. display: flex;
  211. flex-direction: column;
  212. }
  213. .word3 {
  214. width: 364rpx;
  215. height: 28rpx;
  216. display: block;
  217. overflow-wrap: break-word;
  218. color: rgba(153,153,153,1);
  219. font-size: 28rpx;
  220. font-family: PingFangSC-Regular;
  221. white-space: nowrap;
  222. line-height: 28rpx;
  223. text-align: left;
  224. margin-top: 4rpx;
  225. }
  226. .group3 {
  227. z-index: 14;
  228. height: 36rpx;
  229. background: url(https://636c-cloud1-7g2wlwzh596f43b6-1306306616.tcb.qcloud.la/saomiao%E5%A4%87%E4%BB%BD%208%402x.png?sign=f7b35c86579780278099f1c857719cb2&t=1645189257) 0rpx 0rpx no-repeat;
  230. background-size: 36rpx 36rpx;
  231. display: flex;
  232. flex-direction: column;
  233. padding-left: 6rpx;
  234. width: 36rpx;
  235. position: absolute;
  236. left: 21rpx;
  237. top: 19rpx;
  238. justify-content: center;
  239. }
  240. .section2 {
  241. width: 23rpx;
  242. height: 4rpx;
  243. border-radius: NaNrpx;
  244. background-color: rgba(82,161,255,1);
  245. display: flex;
  246. flex-direction: column;
  247. }
  248. .section3 {
  249. height: 64rpx;
  250. border-radius: 8rpx;
  251. background-color: rgba(82,161,255,1);
  252. display: flex;
  253. flex-direction: column;
  254. width: 98rpx;
  255. justify-content: center;
  256. align-items: center;
  257. margin: 4rpx 0 0 20rpx;
  258. }
  259. .info3 {
  260. width: 48rpx;
  261. height: 24rpx;
  262. display: block;
  263. overflow-wrap: break-word;
  264. color: rgba(255,255,255,1);
  265. font-size: 24rpx;
  266. font-family: PingFangSC-Regular;
  267. white-space: nowrap;
  268. line-height: 24rpx;
  269. text-align: left;
  270. }
  271. .mod6 {
  272. height: 90rpx;
  273. background-color: rgba(255,255,255,1);
  274. margin-top: 20rpx;
  275. display: flex;
  276. flex-direction: column;
  277. padding-top: 30rpx;
  278. width: 750rpx;
  279. }
  280. .layer1 {
  281. width: 750rpx;
  282. height: 60rpx;
  283. display: flex;
  284. flex-direction: column;
  285. justify-content: space-between;
  286. }
  287. .group4 {
  288. width: 690rpx;
  289. height: 30rpx;
  290. margin-left: 30rpx;
  291. flex-direction: row;
  292. display: flex;
  293. justify-content: space-between;
  294. }
  295. .word4 {
  296. width: 120rpx;
  297. height: 30rpx;
  298. display: block;
  299. overflow-wrap: break-word;
  300. color: rgba(51,51,51,1);
  301. font-size: 30rpx;
  302. font-family: PingFangSC-Medium;
  303. white-space: nowrap;
  304. line-height: 30rpx;
  305. text-align: left;
  306. }
  307. .txt3 {
  308. width: 79rpx;
  309. height: 26rpx;
  310. display: block;
  311. overflow-wrap: break-word;
  312. color: rgba(153,153,153,1);
  313. font-size: 26rpx;
  314. font-family: PingFangSC-Regular;
  315. white-space: nowrap;
  316. line-height: 26rpx;
  317. text-align: right;
  318. margin-top: 2rpx;
  319. }
  320. .group5 {
  321. width: 750rpx;
  322. height: 1rpx;
  323. background-color: rgba(237,237,237,1);
  324. margin-top: 29rpx;
  325. display: flex;
  326. flex-direction: column;
  327. }
  328. .mod7 {
  329. height: 140rpx;
  330. background-color: rgba(255,255,255,1);
  331. width: 750rpx;
  332. display: flex;
  333. flex-direction: column;
  334. justify-content: flex-end;
  335. }
  336. .group6 {
  337. width: calc(100% - 20rpx);
  338. height: 80rpx;
  339. flex-direction: row;
  340. display: flex;
  341. margin: 30rpx 0 0 20rpx;
  342. /* justify-content: center; */
  343. }
  344. .bd1 {
  345. z-index: 66;
  346. position: relative;
  347. width: 80rpx;
  348. height: 80rpx;
  349. display: flex;
  350. flex-direction: column;
  351. }
  352. .mod8 {
  353. width: 80rpx;
  354. height: 80rpx;
  355. display: flex;
  356. flex-direction: column;
  357. }
  358. .bd2 {
  359. width: 263rpx;
  360. display: flex;
  361. flex-direction: column;
  362. justify-content: space-between;
  363. margin: 2rpx 0 0 20rpx;
  364. }
  365. .txt4 {
  366. width: 253rpx;
  367. height: 30rpx;
  368. display: block;
  369. overflow-wrap: break-word;
  370. color: rgba(51,51,51,1);
  371. font-size: 30rpx;
  372. font-family: PingFangSC-Medium;
  373. white-space: nowrap;
  374. line-height: 30rpx;
  375. text-align: left;
  376. margin-left: 10rpx;
  377. }
  378. .group7 {
  379. width: 219rpx;
  380. height: 26rpx;
  381. margin-top: 20rpx;
  382. flex-direction: row;
  383. display: flex;
  384. }
  385. .mod9 {
  386. width: 12rpx;
  387. height: 12rpx;
  388. background-color: rgba(85,190,23,1);
  389. border-radius: 50%;
  390. margin-top: 7rpx;
  391. display: flex;
  392. flex-direction: column;
  393. }
  394. .word5 {
  395. width: 52rpx;
  396. height: 26rpx;
  397. display: block;
  398. overflow-wrap: break-word;
  399. color: rgba(102,102,102,1);
  400. font-size: 26rpx;
  401. font-family: PingFangSC-Regular;
  402. white-space: nowrap;
  403. line-height: 26rpx;
  404. text-align: left;
  405. margin-left: 10rpx;
  406. }
  407. .info4 {
  408. width: 105rpx;
  409. height: 26rpx;
  410. display: block;
  411. overflow-wrap: break-word;
  412. color: rgba(102,102,102,1);
  413. font-size: 26rpx;
  414. font-family: PingFangSC-Regular;
  415. white-space: nowrap;
  416. line-height: 26rpx;
  417. text-align: left;
  418. margin-left: 40rpx;
  419. }
  420. .bd3 {
  421. height: 30rpx;
  422. border-radius: 2rpx;
  423. background-color: rgba(255,243,234,1);
  424. display: flex;
  425. flex-direction: column;
  426. justify-content: center;
  427. align-items: center;
  428. /* margin: 2rpx 0 0 10rpx; */
  429. }
  430. .word6 {
  431. width: 88rpx;
  432. height: 22rpx;
  433. display: block;
  434. overflow-wrap: break-word;
  435. color: rgba(255,115,0,1);
  436. font-size: 22rpx;
  437. font-family: PingFangSC-Regular;
  438. white-space: nowrap;
  439. line-height: 22rpx;
  440. text-align: left;
  441. }
  442. .word7 {
  443. width: 54rpx;
  444. height: 26rpx;
  445. display: block;
  446. overflow-wrap: break-word;
  447. color: rgba(102,102,102,1);
  448. font-size: 26rpx;
  449. font-family: PingFangSC-Regular;
  450. white-space: nowrap;
  451. line-height: 26rpx;
  452. text-align: right;
  453. margin: 52rpx 0 0 163rpx;
  454. }
  455. .group8 {
  456. width: 610rpx;
  457. height: 1rpx;
  458. display: flex;
  459. flex-direction: row;
  460. margin: 29rpx 0 0 140rpx;
  461. }
  462. .group9 {
  463. width: 610rpx;
  464. height: 1rpx;
  465. background-color: rgba(237,237,237,1);
  466. display: flex;
  467. flex-direction: column;
  468. }
  469. .mod10 {
  470. width: 750rpx;
  471. height: 700rpx;
  472. display: flex;
  473. flex-direction: column;
  474. justify-content: space-between;
  475. }
  476. .mod11-0 {
  477. height: 140rpx;
  478. background-color: rgba(255,255,255,1);
  479. width: 750rpx;
  480. display: flex;
  481. flex-direction: column;
  482. justify-content: flex-end;
  483. }
  484. .bd4-0 {
  485. width: 690rpx;
  486. height: 80rpx;
  487. flex-direction: row;
  488. display: flex;
  489. margin: 30rpx 0 0 30rpx;
  490. }
  491. .main1-0 {
  492. z-index: 82;
  493. position: relative;
  494. width: 80rpx;
  495. height: 80rpx;
  496. overflow: hidden;
  497. display: flex;
  498. flex-direction: column;
  499. }
  500. .bd5-0 {
  501. z-index: 83;
  502. position: absolute;
  503. left: 18rpx;
  504. top: 1rpx;
  505. width: 46rpx;
  506. height: 80rpx;
  507. display: flex;
  508. flex-direction: column;
  509. }
  510. .main2-0 {
  511. width: 270rpx;
  512. height: 76rpx;
  513. display: flex;
  514. flex-direction: column;
  515. justify-content: space-between;
  516. margin: 2rpx 0 0 30rpx;
  517. }
  518. .info5-0 {
  519. width: 270rpx;
  520. height: 30rpx;
  521. display: block;
  522. overflow-wrap: break-word;
  523. color: rgba(51,51,51,1);
  524. font-size: 30rpx;
  525. font-family: PingFangSC-Semibold;
  526. white-space: nowrap;
  527. line-height: 30rpx;
  528. text-align: left;
  529. }
  530. .outer3-0 {
  531. width: 219rpx;
  532. height: 26rpx;
  533. margin-top: 20rpx;
  534. flex-direction: row;
  535. display: flex;
  536. }
  537. .mod12-0 {
  538. width: 12rpx;
  539. height: 12rpx;
  540. border-radius: 50%;
  541. margin-top: 7rpx;
  542. display: flex;
  543. flex-direction: column;
  544. background: rgba(189,189,189,1);
  545. }
  546. .word8-0 {
  547. width: 52rpx;
  548. height: 26rpx;
  549. display: block;
  550. overflow-wrap: break-word;
  551. font-size: 26rpx;
  552. font-family: PingFangSC-Regular;
  553. white-space: nowrap;
  554. line-height: 26rpx;
  555. text-align: left;
  556. margin-left: 10rpx;
  557. color: rgba(189,189,189,1);
  558. }
  559. .txt5-0 {
  560. width: 105rpx;
  561. height: 26rpx;
  562. display: block;
  563. overflow-wrap: break-word;
  564. color: rgba(102,102,102,1);
  565. font-size: 26rpx;
  566. font-family: PingFangSC-Regular;
  567. white-space: nowrap;
  568. line-height: 26rpx;
  569. text-align: left;
  570. margin-left: 40rpx;
  571. }
  572. .word9-0 {
  573. width: 90rpx;
  574. height: 26rpx;
  575. display: block;
  576. overflow-wrap: break-word;
  577. color: rgba(102,102,102,1);
  578. font-size: 26rpx;
  579. font-family: PingFangSC-Regular;
  580. white-space: nowrap;
  581. line-height: 26rpx;
  582. text-align: right;
  583. margin: 52rpx 0 0 235rpx;
  584. }
  585. .bd6-0 {
  586. width: 610rpx;
  587. height: 1rpx;
  588. display: flex;
  589. flex-direction: row;
  590. margin: 29rpx 0 0 140rpx;
  591. }
  592. .group10-0 {
  593. width: 610rpx;
  594. height: 1rpx;
  595. background-color: rgba(237,237,237,1);
  596. display: flex;
  597. flex-direction: column;
  598. }
  599. .mod11-1 {
  600. height: 140rpx;
  601. background-color: rgba(255,255,255,1);
  602. width: 750rpx;
  603. display: flex;
  604. flex-direction: column;
  605. justify-content: flex-end;
  606. }
  607. .bd4-1 {
  608. width: 690rpx;
  609. height: 80rpx;
  610. flex-direction: row;
  611. display: flex;
  612. margin: 30rpx 0 0 30rpx;
  613. }
  614. .main1-1 {
  615. z-index: 82;
  616. position: relative;
  617. width: 80rpx;
  618. height: 80rpx;
  619. overflow: hidden;
  620. display: flex;
  621. flex-direction: column;
  622. }
  623. .bd5-1 {
  624. z-index: 83;
  625. position: absolute;
  626. left: 18rpx;
  627. top: 1rpx;
  628. width: 46rpx;
  629. height: 80rpx;
  630. background-size: 47rpx 80rpx;
  631. display: flex;
  632. flex-direction: column;
  633. }
  634. .main2-1 {
  635. width: 270rpx;
  636. height: 76rpx;
  637. display: flex;
  638. flex-direction: column;
  639. justify-content: space-between;
  640. margin: 2rpx 0 0 30rpx;
  641. }
  642. .info5-1 {
  643. width: 270rpx;
  644. height: 30rpx;
  645. display: block;
  646. overflow-wrap: break-word;
  647. color: rgba(51,51,51,1);
  648. font-size: 30rpx;
  649. font-family: PingFangSC-Semibold;
  650. white-space: nowrap;
  651. line-height: 30rpx;
  652. text-align: left;
  653. }
  654. .outer3-1 {
  655. width: 219rpx;
  656. height: 26rpx;
  657. margin-top: 20rpx;
  658. flex-direction: row;
  659. display: flex;
  660. }
  661. .mod12-1 {
  662. width: 12rpx;
  663. height: 12rpx;
  664. border-radius: 50%;
  665. margin-top: 7rpx;
  666. display: flex;
  667. flex-direction: column;
  668. background: rgba(85,190,23,1);
  669. }
  670. .word8-1 {
  671. width: 52rpx;
  672. height: 26rpx;
  673. display: block;
  674. overflow-wrap: break-word;
  675. font-size: 26rpx;
  676. font-family: PingFangSC-Regular;
  677. white-space: nowrap;
  678. line-height: 26rpx;
  679. text-align: left;
  680. margin-left: 10rpx;
  681. color: rgba(102,102,102,1);
  682. }
  683. .txt5-1 {
  684. width: 105rpx;
  685. height: 26rpx;
  686. display: block;
  687. overflow-wrap: break-word;
  688. color: rgba(102,102,102,1);
  689. font-size: 26rpx;
  690. font-family: PingFangSC-Regular;
  691. white-space: nowrap;
  692. line-height: 26rpx;
  693. text-align: left;
  694. margin-left: 40rpx;
  695. }
  696. .word9-1 {
  697. width: 90rpx;
  698. height: 26rpx;
  699. display: block;
  700. overflow-wrap: break-word;
  701. color: rgba(102,102,102,1);
  702. font-size: 26rpx;
  703. font-family: PingFangSC-Regular;
  704. white-space: nowrap;
  705. line-height: 26rpx;
  706. text-align: right;
  707. margin: 52rpx 0 0 235rpx;
  708. }
  709. .bd6-1 {
  710. width: 610rpx;
  711. height: 1rpx;
  712. display: flex;
  713. flex-direction: row;
  714. margin: 29rpx 0 0 140rpx;
  715. }
  716. .group10-1 {
  717. width: 610rpx;
  718. height: 1rpx;
  719. background-color: rgba(237,237,237,1);
  720. display: flex;
  721. flex-direction: column;
  722. }
  723. .mod11-2 {
  724. height: 140rpx;
  725. background-color: rgba(255,255,255,1);
  726. width: 750rpx;
  727. display: flex;
  728. flex-direction: column;
  729. justify-content: flex-end;
  730. }
  731. .bd4-2 {
  732. width: 690rpx;
  733. height: 80rpx;
  734. flex-direction: row;
  735. display: flex;
  736. margin: 30rpx 0 0 30rpx;
  737. }
  738. .main1-2 {
  739. z-index: 82;
  740. position: relative;
  741. width: 80rpx;
  742. height: 80rpx;
  743. overflow: hidden;
  744. display: flex;
  745. flex-direction: column;
  746. }
  747. .bd5-2 {
  748. z-index: 83;
  749. position: absolute;
  750. left: 18rpx;
  751. top: 1rpx;
  752. width: 46rpx;
  753. height: 80rpx;
  754. background-size: 47rpx 80rpx;
  755. display: flex;
  756. flex-direction: column;
  757. }
  758. .main2-2 {
  759. width: 270rpx;
  760. height: 76rpx;
  761. display: flex;
  762. flex-direction: column;
  763. justify-content: space-between;
  764. margin: 2rpx 0 0 30rpx;
  765. }
  766. .info5-2 {
  767. width: 270rpx;
  768. height: 30rpx;
  769. display: block;
  770. overflow-wrap: break-word;
  771. color: rgba(51,51,51,1);
  772. font-size: 30rpx;
  773. font-family: PingFangSC-Semibold;
  774. white-space: nowrap;
  775. line-height: 30rpx;
  776. text-align: left;
  777. }
  778. .outer3-2 {
  779. width: 219rpx;
  780. height: 26rpx;
  781. margin-top: 20rpx;
  782. flex-direction: row;
  783. display: flex;
  784. }
  785. .mod12-2 {
  786. width: 12rpx;
  787. height: 12rpx;
  788. border-radius: 50%;
  789. margin-top: 7rpx;
  790. display: flex;
  791. flex-direction: column;
  792. background: rgba(189,189,189,1);
  793. }
  794. .word8-2 {
  795. width: 52rpx;
  796. height: 26rpx;
  797. display: block;
  798. overflow-wrap: break-word;
  799. font-size: 26rpx;
  800. font-family: PingFangSC-Regular;
  801. white-space: nowrap;
  802. line-height: 26rpx;
  803. text-align: left;
  804. margin-left: 10rpx;
  805. color: rgba(189,189,189,1);
  806. }
  807. .txt5-2 {
  808. width: 105rpx;
  809. height: 26rpx;
  810. display: block;
  811. overflow-wrap: break-word;
  812. color: rgba(102,102,102,1);
  813. font-size: 26rpx;
  814. font-family: PingFangSC-Regular;
  815. white-space: nowrap;
  816. line-height: 26rpx;
  817. text-align: left;
  818. margin-left: 40rpx;
  819. }
  820. .word9-2 {
  821. width: 90rpx;
  822. height: 26rpx;
  823. display: block;
  824. overflow-wrap: break-word;
  825. color: rgba(102,102,102,1);
  826. font-size: 26rpx;
  827. font-family: PingFangSC-Regular;
  828. white-space: nowrap;
  829. line-height: 26rpx;
  830. text-align: right;
  831. margin: 52rpx 0 0 235rpx;
  832. }
  833. .bd6-2 {
  834. width: 610rpx;
  835. height: 1rpx;
  836. display: flex;
  837. flex-direction: row;
  838. margin: 29rpx 0 0 140rpx;
  839. }
  840. .group10-2 {
  841. width: 610rpx;
  842. height: 1rpx;
  843. background-color: rgba(237,237,237,1);
  844. display: flex;
  845. flex-direction: column;
  846. }
  847. .mod11-3 {
  848. height: 140rpx;
  849. background-color: rgba(255,255,255,1);
  850. width: 750rpx;
  851. display: flex;
  852. flex-direction: column;
  853. justify-content: flex-end;
  854. }
  855. .bd4-3 {
  856. width: 690rpx;
  857. height: 80rpx;
  858. flex-direction: row;
  859. display: flex;
  860. margin: 30rpx 0 0 30rpx;
  861. }
  862. .main1-3 {
  863. z-index: 82;
  864. position: relative;
  865. width: 80rpx;
  866. height: 80rpx;
  867. overflow: hidden;
  868. display: flex;
  869. flex-direction: column;
  870. }
  871. .bd5-3 {
  872. z-index: 83;
  873. position: absolute;
  874. left: 18rpx;
  875. top: 1rpx;
  876. width: 46rpx;
  877. height: 80rpx;
  878. background-size: 47rpx 80rpx;
  879. display: flex;
  880. flex-direction: column;
  881. }
  882. .main2-3 {
  883. width: 270rpx;
  884. height: 76rpx;
  885. display: flex;
  886. flex-direction: column;
  887. justify-content: space-between;
  888. margin: 2rpx 0 0 30rpx;
  889. }
  890. .info5-3 {
  891. width: 270rpx;
  892. height: 30rpx;
  893. display: block;
  894. overflow-wrap: break-word;
  895. color: rgba(51,51,51,1);
  896. font-size: 30rpx;
  897. font-family: PingFangSC-Semibold;
  898. white-space: nowrap;
  899. line-height: 30rpx;
  900. text-align: left;
  901. }
  902. .outer3-3 {
  903. width: 219rpx;
  904. height: 26rpx;
  905. margin-top: 20rpx;
  906. flex-direction: row;
  907. display: flex;
  908. }
  909. .mod12-3 {
  910. width: 12rpx;
  911. height: 12rpx;
  912. border-radius: 50%;
  913. margin-top: 7rpx;
  914. display: flex;
  915. flex-direction: column;
  916. background: rgba(85,190,23,1);
  917. }
  918. .word8-3 {
  919. width: 52rpx;
  920. height: 26rpx;
  921. display: block;
  922. overflow-wrap: break-word;
  923. font-size: 26rpx;
  924. font-family: PingFangSC-Regular;
  925. white-space: nowrap;
  926. line-height: 26rpx;
  927. text-align: left;
  928. margin-left: 10rpx;
  929. color: rgba(102,102,102,1);
  930. }
  931. .txt5-3 {
  932. width: 105rpx;
  933. height: 26rpx;
  934. display: block;
  935. overflow-wrap: break-word;
  936. color: rgba(102,102,102,1);
  937. font-size: 26rpx;
  938. font-family: PingFangSC-Regular;
  939. white-space: nowrap;
  940. line-height: 26rpx;
  941. text-align: left;
  942. margin-left: 40rpx;
  943. }
  944. .word9-3 {
  945. width: 90rpx;
  946. height: 26rpx;
  947. display: block;
  948. overflow-wrap: break-word;
  949. color: rgba(102,102,102,1);
  950. font-size: 26rpx;
  951. font-family: PingFangSC-Regular;
  952. white-space: nowrap;
  953. line-height: 26rpx;
  954. text-align: right;
  955. margin: 52rpx 0 0 235rpx;
  956. }
  957. .bd6-3 {
  958. width: 610rpx;
  959. height: 1rpx;
  960. display: flex;
  961. flex-direction: row;
  962. margin: 29rpx 0 0 140rpx;
  963. }
  964. .group10-3 {
  965. width: 610rpx;
  966. height: 1rpx;
  967. background-color: rgba(237,237,237,1);
  968. display: flex;
  969. flex-direction: column;
  970. }
  971. .mod11-4 {
  972. height: 140rpx;
  973. background-color: rgba(255,255,255,1);
  974. width: 750rpx;
  975. display: flex;
  976. flex-direction: column;
  977. justify-content: flex-end;
  978. }
  979. .bd4-4 {
  980. width: 690rpx;
  981. height: 80rpx;
  982. flex-direction: row;
  983. display: flex;
  984. margin: 30rpx 0 0 30rpx;
  985. }
  986. .main1-4 {
  987. z-index: 82;
  988. position: relative;
  989. width: 80rpx;
  990. height: 80rpx;
  991. overflow: hidden;
  992. display: flex;
  993. flex-direction: column;
  994. }
  995. .bd5-4 {
  996. z-index: 83;
  997. position: absolute;
  998. left: 18rpx;
  999. top: 1rpx;
  1000. width: 46rpx;
  1001. height: 80rpx;
  1002. display: flex;
  1003. flex-direction: column;
  1004. }
  1005. .main2-4 {
  1006. width: 270rpx;
  1007. height: 76rpx;
  1008. display: flex;
  1009. flex-direction: column;
  1010. justify-content: space-between;
  1011. margin: 2rpx 0 0 30rpx;
  1012. }
  1013. .info5-4 {
  1014. width: 270rpx;
  1015. height: 30rpx;
  1016. display: block;
  1017. overflow-wrap: break-word;
  1018. color: rgba(51,51,51,1);
  1019. font-size: 30rpx;
  1020. font-family: PingFangSC-Semibold;
  1021. white-space: nowrap;
  1022. line-height: 30rpx;
  1023. text-align: left;
  1024. }
  1025. .outer3-4 {
  1026. width: 219rpx;
  1027. height: 26rpx;
  1028. margin-top: 20rpx;
  1029. flex-direction: row;
  1030. display: flex;
  1031. }
  1032. .mod12-4 {
  1033. width: 12rpx;
  1034. height: 12rpx;
  1035. border-radius: 50%;
  1036. margin-top: 7rpx;
  1037. display: flex;
  1038. flex-direction: column;
  1039. background: rgba(85,190,24,1);
  1040. }
  1041. .word8-4 {
  1042. width: 52rpx;
  1043. height: 26rpx;
  1044. display: block;
  1045. overflow-wrap: break-word;
  1046. font-size: 26rpx;
  1047. font-family: PingFangSC-Regular;
  1048. white-space: nowrap;
  1049. line-height: 26rpx;
  1050. text-align: left;
  1051. margin-left: 10rpx;
  1052. color: rgba(102,102,102,1);
  1053. }
  1054. .txt5-4 {
  1055. width: 105rpx;
  1056. height: 26rpx;
  1057. display: block;
  1058. overflow-wrap: break-word;
  1059. color: rgba(102,102,102,1);
  1060. font-size: 26rpx;
  1061. font-family: PingFangSC-Regular;
  1062. white-space: nowrap;
  1063. line-height: 26rpx;
  1064. text-align: left;
  1065. margin-left: 40rpx;
  1066. }
  1067. .word9-4 {
  1068. width: 90rpx;
  1069. height: 26rpx;
  1070. display: block;
  1071. overflow-wrap: break-word;
  1072. color: rgba(102,102,102,1);
  1073. font-size: 26rpx;
  1074. font-family: PingFangSC-Regular;
  1075. white-space: nowrap;
  1076. line-height: 26rpx;
  1077. text-align: right;
  1078. margin: 52rpx 0 0 235rpx;
  1079. }
  1080. .bd6-4 {
  1081. width: 610rpx;
  1082. height: 1rpx;
  1083. display: flex;
  1084. flex-direction: row;
  1085. margin: 29rpx 0 0 140rpx;
  1086. }
  1087. .group10-4 {
  1088. width: 610rpx;
  1089. height: 1rpx;
  1090. background-color: rgba(237,237,237,1);
  1091. display: flex;
  1092. flex-direction: column;
  1093. }
  1094. .mod13 {
  1095. width: 750rpx;
  1096. height: 54rpx;
  1097. background-color: rgba(255,255,255,1);
  1098. display: flex;
  1099. flex-direction: column;
  1100. }
  1101. .txt6 {
  1102. z-index: 138;
  1103. position: absolute;
  1104. left: 140rpx;
  1105. top: 1312rpx;
  1106. width: 198rpx;
  1107. height: 30rpx;
  1108. display: block;
  1109. overflow-wrap: break-word;
  1110. color: rgba(51,51,51,1);
  1111. font-size: 30rpx;
  1112. font-family: PingFangSC-Semibold;
  1113. white-space: nowrap;
  1114. line-height: 30rpx;
  1115. text-align: left;
  1116. }
  1117. .box4 {
  1118. z-index: 136;
  1119. position: absolute;
  1120. left: 30rpx;
  1121. top: 1310rpx;
  1122. width: 80rpx;
  1123. height: 80rpx;
  1124. overflow: hidden;
  1125. display: flex;
  1126. flex-direction: column;
  1127. }
  1128. .layer2 {
  1129. z-index: 137;
  1130. position: absolute;
  1131. left: 18rpx;
  1132. top: 1rpx;
  1133. width: 46rpx;
  1134. height: 80rpx;
  1135. background-size: 47rpx 24rpx;
  1136. display: flex;
  1137. flex-direction: column;
  1138. }
  1139. .item_view>navigator{
  1140. display: flex;
  1141. justify-content: space-between;
  1142. align-items: center;
  1143. background: #fff;
  1144. padding: 0 0 0 30rpx;
  1145. }
  1146. .item_image{
  1147. width: 80rpx;
  1148. height: 80rpx;
  1149. display: inline-block;
  1150. margin-right: 20rpx;
  1151. }
  1152. .item_right{
  1153. display: flex;
  1154. justify-content: space-between;
  1155. padding: 30rpx 30rpx 30rpx 0;
  1156. flex: 1;
  1157. /* min-height: 80rpx; */
  1158. border-bottom: 1rpx solid #ededed;
  1159. }
  1160. .item_right>view:nth-child(1){
  1161. flex: 1;
  1162. height: 100%;
  1163. display: flex;
  1164. justify-content: space-between;
  1165. flex-direction: column;
  1166. }
  1167. .item_right>view:nth-child(1)>view{
  1168. display: flex;
  1169. align-items: center;
  1170. }
  1171. .item_right>view:nth-child(2){
  1172. width: 120rpx;
  1173. display: flex;
  1174. flex-direction: column;
  1175. justify-content: flex-end;
  1176. align-items: flex-end;
  1177. font-size: 26rpx;
  1178. color: #666;
  1179. }
  1180. .item_right_b>view:nth-child(1){
  1181. display: flex;
  1182. align-items: center;
  1183. }
  1184. .item_right_b>view:nth-child(1)>view:nth-child(1){
  1185. width: 12rpx;
  1186. height: 12rpx;
  1187. border-radius: 100rpx;
  1188. margin-right: 10rpx;
  1189. background: #BDBDBD;
  1190. }
  1191. .item_right_b>view:nth-child(1)>view:nth-child(2){
  1192. flex: 1;
  1193. font-size: 26rpx;
  1194. color: #BDBDBD;
  1195. margin-right: 36rpx;
  1196. }
  1197. .bggree_pot{
  1198. background: #55BE17 !important;
  1199. }
  1200. .colorgree{
  1201. color: #666 !important;
  1202. }
  1203. .item_right_b>view:nth-child(2){
  1204. max-width: 350rpx;
  1205. font-size: 26rpx;
  1206. color: #666;
  1207. display: -webkit-box;
  1208. -webkit-box-orient: vertical;
  1209. -webkit-line-clamp: 1;
  1210. overflow: hidden;
  1211. }
  1212. .item_right_t{
  1213. margin-bottom: 12rpx;
  1214. }
  1215. .item_right_t>view:nth-child(1){
  1216. font-size: 30rpx;
  1217. font-weight: bold;
  1218. color: #333;
  1219. max-width: 460rpx;
  1220. display: -webkit-box;
  1221. -webkit-box-orient: vertical;
  1222. -webkit-line-clamp: 1;
  1223. overflow: hidden;
  1224. }
  1225. .box1>.item_view:nth-child(1)>navigator>.item_right>view:nth-child(1)>.item_right_t>view:nth-child(1){
  1226. max-width: 360rpx !important;
  1227. }
  1228. .item_right_t>view:nth-child(2){
  1229. font-size: 22rpx;
  1230. color: #FF7300;
  1231. width: 100rpx;
  1232. height: 30rpx;
  1233. background: #FFF3EA;
  1234. border-radius: 2rpx;
  1235. display: flex;
  1236. flex-direction: column;
  1237. justify-content: center;
  1238. align-items: center;
  1239. }