index.wxss 19 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016
  1. /* pages/experience/index/index.wxss */
  2. @import "../../home/index/memberArea/memberArea.wxss";
  3. @import "../../common.wxss";
  4. page {
  5. background-color: white !important;
  6. }
  7. .boxs {
  8. width: 100%;
  9. height: 110rpx;
  10. background-color: #f5f5f5;
  11. display: flex;
  12. justify-content: space-around;
  13. }
  14. .di-box {
  15. display: flex;
  16. }
  17. .sticky-box {
  18. /* border-bottom: 1px solid #e6e6e6; */
  19. /* height: 103rpx; */
  20. height: 48px;
  21. padding: 0 32rpx;
  22. background-color: white;
  23. width: 750rpx;
  24. box-sizing: border-box;
  25. }
  26. .item-box {
  27. width: 100%;
  28. white-space: nowrap;
  29. overflow-x: auto;
  30. z-index: 1000000;
  31. position: relative;
  32. }
  33. .namewrap {
  34. position: relative;
  35. /* padding-top: 20rpx; */
  36. }
  37. .namewrap .nameitem {
  38. display: inline-block;
  39. font-size: 32rpx;
  40. font-weight: 400;
  41. font-family: PingFang SC, PingFang SC-Regular;
  42. text-align: left;
  43. color: #1a1a1a;
  44. margin-right: 43rpx;
  45. position: relative;
  46. /* height: 103rpx; */
  47. height: 48px;
  48. /* line-height: 103rpx; */
  49. /* line-height: 57px; */
  50. padding-top: 15rpx;
  51. box-sizing: border-box;
  52. }
  53. .picker-text {
  54. font-size: 28rpx;
  55. font-family: PingFang SC, PingFang SC-Regular !important;
  56. font-weight: 400 !important;
  57. }
  58. .namewrap .nameactive {
  59. font-size: 34rpx;
  60. font-weight: 700;
  61. text-align: left;
  62. color: #2b58a5;
  63. font-family: PingFang SC, PingFang SC-Bold;
  64. }
  65. .item-line {
  66. position: absolute;
  67. bottom: 0;
  68. width: 80%;
  69. height: 4rpx;
  70. background: #2b58a5;
  71. border-radius: 2rpx;
  72. left: 50%;
  73. transform: translateX(-50%);
  74. }
  75. .namewrap .filter {
  76. position: absolute;
  77. top: 20rpx;
  78. right: 0;
  79. z-index: 10;
  80. height: 49rpx;
  81. width: 103rpx;
  82. text-align: center;
  83. line-height: 49rpx;
  84. background: #ffffff;
  85. border-radius: 10rpx;
  86. color: #666666;
  87. }
  88. .namewrap .filter .triangle {
  89. background: white;
  90. border-top: 10rpx solid white;
  91. border-right: 5px solid #666666;
  92. height: 0;
  93. float: right;
  94. margin-right: 10rpx;
  95. margin-top: 30rpx;
  96. display: flex;
  97. justify-content: center;
  98. align-items: flex-end;
  99. width: 5rpx;
  100. border-radius: 0 5rpx 0rpx 0rpx;
  101. }
  102. .top-act {
  103. position: fixed;
  104. width: 750rpx;
  105. z-index: 99999;
  106. background-color: white;
  107. top: 0;
  108. display: flex;
  109. align-items: flex-end;
  110. box-sizing: border-box;
  111. padding-left: 30rpx;
  112. justify-content: space-between;
  113. padding-bottom: 10px;
  114. }
  115. .act-title {
  116. font-size: 36rpx;
  117. font-family: PingFang SC, PingFang SC-Bold;
  118. font-weight: 700;
  119. }
  120. .nomore {
  121. text-align: center;
  122. margin: 40rpx auto;
  123. font-size: 28rpx;
  124. background: linear-gradient(to right, #858383, rgb(170, 170, 172));
  125. -webkit-background-clip: text;
  126. color: transparent;
  127. }
  128. .box-image-l image {
  129. /* position: relative; */
  130. width: 100%;
  131. height: 85rpx;
  132. /* margin-left: 30rpx;
  133. margin-top: 12rpx;
  134. flex: 1; */
  135. }
  136. .img-txt {
  137. /* position: absolute;
  138. top: 37rpx;
  139. left: 101rpx; */
  140. font-family: "PingFang-SC-Regular";
  141. font-weight: Regular;
  142. font-size: 13px;
  143. color: #fff;
  144. }
  145. .img-txt2 {
  146. position: absolute;
  147. top: 34rpx;
  148. left: 314rpx;
  149. font-family: "PingFang-SC-Regular";
  150. font-weight: Regular;
  151. font-size: 13px;
  152. color: #fff;
  153. }
  154. .img-txt3 {
  155. position: absolute;
  156. top: 36rpx;
  157. left: 571rpx;
  158. font-family: "PingFang-SC-Regular";
  159. font-weight: Regular;
  160. font-size: 13px;
  161. color: #fff;
  162. }
  163. /* 2.picuter */
  164. .maxBox {
  165. width: 100%;
  166. height: 100%;
  167. }
  168. /* 城市体验 */
  169. .boxm {
  170. position: relative;
  171. text-align: center;
  172. width: 100%;
  173. opacity: 1;
  174. background: #ffffff;
  175. border-radius: 20rpx;
  176. margin-bottom: 20rpx;
  177. display: flex;
  178. padding: 30rpx 22rpx;
  179. box-sizing: border-box;
  180. }
  181. .boxmfix {
  182. margin-bottom: 15rpx;
  183. }
  184. .icon-time {
  185. margin-right: 9rpx;
  186. font-size: 30rpx;
  187. color: #999999;
  188. }
  189. .icon-pel {
  190. font-size: 30rpx;
  191. color: #999999;
  192. margin-right: 9rpx;
  193. /* position: absolute;
  194. top: 4rpx; */
  195. }
  196. .img-view > image {
  197. position: relative;
  198. border-radius: 20rpx;
  199. width: 240rpx;
  200. height: 240rpx;
  201. flex-shrink: 0;
  202. /* display: flex; */
  203. }
  204. .c-BBBBBB {
  205. color: #bbbbbb;
  206. }
  207. .txt-c-t {
  208. color: #171717;
  209. font-size: 32rpx;
  210. font-weight: bold;
  211. width: 80%;
  212. }
  213. .txt-c-time > label {
  214. font-size: 30rpx;
  215. margin-bottom: 5rpx;
  216. color: #33bcb2;
  217. font-weight: bold;
  218. }
  219. .img-view {
  220. /* width: 100%; */
  221. width: 240rpx;
  222. height: 240rpx;
  223. opacity: 1;
  224. background: rgba(0, 0, 0, 0);
  225. border-radius: 20rpx 20rpx 0px 0;
  226. }
  227. .shadow {
  228. position: absolute;
  229. top: 0;
  230. left: 0;
  231. height: 100%;
  232. width: 100%;
  233. background: rgba(0, 0, 0, 0.5);
  234. border-radius: 24rpx;
  235. }
  236. .txt-t {
  237. position: absolute;
  238. top: 100rpx;
  239. left: 110rpx;
  240. font-family: "PingFang-SC-Bold";
  241. font-weight: Bold;
  242. color: #fff;
  243. font-size: 32rpx;
  244. }
  245. .txt-b {
  246. position: absolute;
  247. top: 160rpx;
  248. left: 165rpx;
  249. font-family: "PingFang-SC-Regular";
  250. font-weight: Regular;
  251. color: #fff;
  252. font-size: 10px;
  253. }
  254. .txt-con {
  255. flex: 1;
  256. width: 0;
  257. /* padding: 0 30rpx 0 30rpx; */
  258. margin-left: 30rpx;
  259. text-align: left;
  260. display: flex;
  261. flex-direction: column;
  262. justify-content: space-between;
  263. box-sizing: border-box;
  264. }
  265. .txt-con-fix .title {
  266. font-size: 28rpx;
  267. line-height: 40rpx;
  268. color: #292929;
  269. margin-bottom: 10rpx;
  270. font-family: PingFang SC, PingFang SC-Bold;
  271. font-weight: 700;
  272. text-overflow: ellipsis;
  273. display: -webkit-box;
  274. -webkit-line-clamp: 1;
  275. -webkit-box-orient: vertical;
  276. overflow: hidden;
  277. }
  278. .titem {
  279. width: 100%;
  280. }
  281. .address-type {
  282. display: flex;
  283. justify-content: space-between;
  284. align-items: center;
  285. padding-top: 9rpx;
  286. }
  287. .active-type {
  288. font-size: 24rpx;
  289. font-family: PingFang SC, PingFang SC-Regular;
  290. font-weight: 400;
  291. color: #333333;
  292. flex-shrink: 0;
  293. /* width: 118rpx; */
  294. }
  295. .active-item-address {
  296. display: flex;
  297. position: relative;
  298. width: 100%;
  299. }
  300. .icon-list-dizhi {
  301. /* position: absolute; */
  302. color: #999999 !important;
  303. font-size: 30rpx !important;
  304. margin-right: 9rpx !important;
  305. /* top: 2rpx;
  306. left: -2rpx; */
  307. }
  308. .active-item-address .address-word {
  309. font-size: 24rpx;
  310. font-family: PingFang SC, PingFang SC-Regular;
  311. font-weight: 400;
  312. color: #999999;
  313. /* margin-left: 36rpx; */
  314. white-space: nowrap;
  315. text-overflow: ellipsis;
  316. overflow: hidden;
  317. word-break: break-all;
  318. /* width: 400rpx; */
  319. }
  320. .status {
  321. position: absolute;
  322. left: 0;
  323. top: 0;
  324. font-size: 24rpx;
  325. padding: 0 20rpx;
  326. height: 39rpx;
  327. line-height: 39rpx;
  328. text-align: center;
  329. background: rgba(0, 0, 0, 0.6);
  330. z-index: 10;
  331. color: white;
  332. border-radius: 20rpx 0 0 0;
  333. }
  334. .activestatus {
  335. background: #ffdc2f;
  336. }
  337. .baostatus {
  338. background: #3be5b2;
  339. }
  340. .endstatus {
  341. background: #707070;
  342. }
  343. .nostatus {
  344. background: rgba(251, 177, 120, 0.9);
  345. }
  346. .mstatus {
  347. background: #ff3a3a;
  348. }
  349. /* 3.picuter min */
  350. .boxl {
  351. width: 100%;
  352. height: 60rpx;
  353. display: flex;
  354. margin-top: 12rpx;
  355. }
  356. .boxl image {
  357. flex: 1;
  358. width: 160rpx;
  359. height: 100%;
  360. margin-left: 22rpx;
  361. }
  362. /* 4.picutermax + text */
  363. .two {
  364. width: 100%;
  365. height: 100%;
  366. background-color: #fff;
  367. }
  368. .two-max {
  369. position: relative;
  370. width: 100%;
  371. height: 381rpx;
  372. background-color: #fff;
  373. border: 1px solid #eaeaea;
  374. }
  375. .two-max image {
  376. position: relative;
  377. width: 705rpx;
  378. height: 292rpx;
  379. margin-left: 22rpx;
  380. margin-top: 15rpx;
  381. border-radius: 5rpx;
  382. }
  383. .two-min {
  384. position: relative;
  385. width: 430rpx;
  386. height: 116rpx;
  387. background-color: #fff;
  388. border-radius: 10px;
  389. bottom: 75rpx;
  390. left: 23rpx;
  391. }
  392. .two-min-n {
  393. position: absolute;
  394. width: 410rpx;
  395. height: 94rpx;
  396. background-color: #fefddf;
  397. margin-top: 10rpx;
  398. margin-left: 20rpx;
  399. border-radius: 10rpx;
  400. }
  401. .txt-one text {
  402. font-size: 16px;
  403. color: #ffbe31;
  404. font-family: "PingFang-SC-Bold";
  405. font-weight: Bold;
  406. margin-left: 25rpx;
  407. margin-top: 13rpx;
  408. }
  409. .txt-two text {
  410. position: relative;
  411. font-size: 12px;
  412. color: #ffbe31;
  413. font-family: "PingFang-SC-Regular";
  414. font-weight: Regular;
  415. margin-left: 25rpx;
  416. bottom: 8rpx;
  417. text-align: center;
  418. }
  419. .txt-center {
  420. z-index: 99999;
  421. display: flex;
  422. align-items: center;
  423. justify-content: center;
  424. }
  425. .news-container-txt {
  426. position: absolute;
  427. bottom: 155rpx;
  428. letter-spacing: 5rpx;
  429. text-align: center;
  430. z-index: 9999;
  431. color: #fff;
  432. font-size: 40rpx;
  433. font-weight: 700;
  434. font-family: PingFang-SC-Bold;
  435. }
  436. .news-container-txtwo {
  437. position: absolute;
  438. bottom: 108rpx;
  439. letter-spacing: 5rpx;
  440. z-index: 9999;
  441. color: #fff;
  442. font-size: 27rpx;
  443. font-family: PingFang-SC-Regular;
  444. }
  445. .txt-color {
  446. color: yellow;
  447. }
  448. .box {
  449. display: flex;
  450. justify-content: space-around;
  451. }
  452. .txt-box {
  453. z-index: 99999;
  454. display: flex;
  455. align-items: center;
  456. justify-content: center;
  457. }
  458. .scroll {
  459. height: 347rpx;
  460. position: relative;
  461. z-index: -1;
  462. }
  463. .news-container-txtone {
  464. position: absolute;
  465. top: 41rpx;
  466. letter-spacing: 5rpx;
  467. text-align: center;
  468. z-index: 9999;
  469. font-family: "PingFang-SC-Regular";
  470. font-weight: 700;
  471. font-size: 13px;
  472. color: #fff;
  473. }
  474. .imgwidth {
  475. width: 48%;
  476. }
  477. .imgheight {
  478. height: 100%;
  479. border-radius: 18rpx;
  480. }
  481. .volunteer-box image {
  482. width: 40rpx;
  483. height: 40rpx;
  484. vertical-align: bottom;
  485. position: relative;
  486. }
  487. .volunteer-location {
  488. position: absolute;
  489. bottom: 26rpx;
  490. left: 20rpx;
  491. }
  492. .volunteer-location text {
  493. color: #fff;
  494. }
  495. .volunteer-people {
  496. position: absolute;
  497. bottom: 26rpx;
  498. right: 50rpx;
  499. }
  500. .volunteer-people text {
  501. color: #fff;
  502. }
  503. /* .news-container-txtfir {
  504. position: absolute;
  505. top: 117rpx;
  506. letter-spacing: 5rpx;
  507. text-align: center;
  508. z-index: 9999;
  509. color: #fff;
  510. font-size: 36rpx;
  511. font-weight: 700;
  512. font-family: PingFang-SC-Bold;
  513. }
  514. .news-container-txtsec {
  515. position: absolute;
  516. bottom: 105rpx;
  517. letter-spacing: 5rpx;
  518. z-index: 9999;
  519. color: #fff;
  520. font-size: 27rpx;
  521. font-family: PingFang-SC-Regular;
  522. } */
  523. .boxs {
  524. width: 100%;
  525. height: 347rpx;
  526. background-color: 80rpx;
  527. display: flex;
  528. flex-direction: column;
  529. }
  530. .box-image-l image {
  531. position: relative;
  532. width: 215rpx;
  533. height: 85rpx;
  534. margin-left: 30rpx;
  535. margin-top: 12rpx;
  536. flex: 1;
  537. }
  538. .img-txt {
  539. position: absolute;
  540. top: 37rpx;
  541. left: 101rpx;
  542. font-family: "PingFang-SC-Regular";
  543. font-weight: Regular;
  544. font-size: 13px;
  545. color: #fff;
  546. }
  547. .img-txt2 {
  548. position: absolute;
  549. top: 34rpx;
  550. left: 314rpx;
  551. font-family: "PingFang-SC-Regular";
  552. font-weight: Regular;
  553. font-size: 13px;
  554. color: #fff;
  555. }
  556. .txt-center {
  557. z-index: 99999;
  558. display: flex;
  559. align-items: center;
  560. justify-content: center;
  561. }
  562. .img-txt3 {
  563. position: absolute;
  564. top: 36rpx;
  565. left: 571rpx;
  566. font-family: "PingFang-SC-Regular";
  567. font-weight: Regular;
  568. font-size: 13px;
  569. color: #fff;
  570. }
  571. .news-container-txt {
  572. position: absolute;
  573. top: 30rpx;
  574. letter-spacing: 5rpx;
  575. text-align: center;
  576. z-index: 9999;
  577. color: #fff;
  578. font-size: 35rpx;
  579. font-weight: 700;
  580. font-family: PingFang-SC-Bold;
  581. }
  582. .news-container-txtwo {
  583. position: absolute;
  584. bottom: 100rpx;
  585. letter-spacing: 5rpx;
  586. z-index: 9999;
  587. color: #fff;
  588. font-size: 27rpx;
  589. font-family: PingFang-SC-Regular;
  590. }
  591. /* 下拉菜单 */
  592. .downMenu {
  593. display: flex;
  594. background-color: white;
  595. justify-content: flex-start;
  596. padding: 20rpx 0;
  597. }
  598. .picker text {
  599. font-family: PingFang-SC-Regular;
  600. font-weight: Regular;
  601. color: #1a1a1a;
  602. }
  603. .downMenu .section {
  604. color: #585858;
  605. font-family: PingFang-SC-Regular;
  606. text-align: center;
  607. margin-left: 0;
  608. }
  609. .pageContentfix .downMenu {
  610. margin-top: 0rpx !important;
  611. margin-bottom: 0rpx !important;
  612. display: flex;
  613. flex-direction: row;
  614. /* justify-content: space-around; */
  615. }
  616. .pageContentfix .section {
  617. /* height: 90rpx; */
  618. height: 50px;
  619. width: fit-content;
  620. display: flex;
  621. flex-direction: row;
  622. align-items: center;
  623. }
  624. .pageContentfix .section picker {
  625. justify-content: center;
  626. }
  627. .pageContentfix .section .picker {
  628. display: flex;
  629. /* height: 90rpx; */
  630. height: 60rpx;
  631. align-items: center;
  632. width: 100%;
  633. justify-content: center;
  634. background: #ffffff;
  635. border-radius: 30rpx;
  636. padding: 0 27rpx;
  637. box-sizing: border-box;
  638. }
  639. .box {
  640. display: flex;
  641. justify-content: space-around;
  642. }
  643. .txt-nav {
  644. z-index: 99999;
  645. display: flex;
  646. align-items: center;
  647. justify-content: center;
  648. }
  649. .news-container-txtone {
  650. position: absolute;
  651. top: 41rpx;
  652. letter-spacing: 5rpx;
  653. text-align: center;
  654. z-index: 9999;
  655. font-family: "PingFang-SC-Regular";
  656. font-weight: 700;
  657. font-size: 13px;
  658. color: #fff;
  659. }
  660. .imgwidth {
  661. width: 100%;
  662. height: 347rpx;
  663. }
  664. .imgheight {
  665. height: 100%;
  666. }
  667. .volunteer-box image {
  668. width: 40rpx;
  669. height: 40rpx;
  670. vertical-align: bottom;
  671. position: relative;
  672. }
  673. .volunteer-location {
  674. position: absolute;
  675. bottom: 40rpx;
  676. left: 33rpx;
  677. }
  678. .volunteer-location text {
  679. color: #fff;
  680. }
  681. .txtall {
  682. position: relative;
  683. font-size: 26rpx;
  684. font-family: "PingFang-SC-Regular";
  685. color: #7b7b7b;
  686. vertical-align: top;
  687. padding-left: 5rpx;
  688. }
  689. .volunteer-people {
  690. position: absolute;
  691. bottom: 40rpx;
  692. right: 50rpx;
  693. }
  694. .volunteer-people text {
  695. color: #fff;
  696. }
  697. .gf {
  698. height: 40rpx;
  699. width: 87rpx;
  700. margin-right: 10rpx;
  701. }
  702. .price {
  703. width: 100%;
  704. text-align: center;
  705. color: #ec2e26;
  706. font-size: 36rpx;
  707. font-weight: bold;
  708. }
  709. .activeprice {
  710. text-align: left;
  711. }
  712. @font-face {
  713. font-family: "iconfont";
  714. src: url("iconfont.eot?t=1559296891592"); /* IE9 */
  715. src: url("iconfont.eot?t=1559296891592#iefix") format("embedded-opentype"),
  716. /* IE6-IE8 */
  717. url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAO4AAsAAAAAB3wAAANpAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDBgqCWIJNATYCJAMMCwgABCAFhG0HQRueBsiuMTaGVk+UopMxO6KUS5zdhpf05qI/AJ+JoBore3b3EN1TkBWCRFBE5SMUoYoTMYaF4fKRN7mm6YAwJRwxff77pfyl6ZiMnSRQ5BDlJsxuQg424JZps403CNieuvnDmviXaB51qa9Fsjb4xB8lFGBTN3+cP8g3zgPpwqx0YQjxtIljcxf4WJ7PNlpyZZcXTY6F8HxwzHRRgnlAc8tMHOB4QAONyg+wB/zGF/Qfxq5aioPaTqBpno7ocHltK/BQ4H6BuM9zQ8Ajo1Aa0kNdqFZMLWP4Glg9PUE3eRV8fPzTqJNUMjz0xM0yBhT+JNfZ/TGBAMzpdFBnkbEBUIhrlYYLnKPABs6atsClOb6qCGkq9+wEDIdXJf/wSIKowqltsAYFEz8xRiIcsq66KIOqx0h6BPgIsGQ8dHheLfi34/Hl1+oXe/ubaIFDwtPP0WCRY7fhb7dUgErWnzXQMxuzNrrmZlk5umBvX0Az08wIxH7++tKWrg7hU5/0zNe7x7HJcHbAJ7hwzZcla8UVWwqn0uTBkw1W0dYHSR3IskwNU1PDaAQaVVujZjJleet/1Iek7pzyHoW6yF9C/vuXHFArZgr/25GdSmxQqbz9G6tl1Jn+29gU/7Vq/AanaDIz+n+Hd9C6m5FRF9ud5L+dlfrv5C0g/lDIGl5WlOjpV9x2tpRpO37rON6WcB+sqgwLq6gcCka7Ha8aBIMAZgdFzidA6Cun4cn/+RtX9hHfAf/cXwr4gU5BdvckdQmV+TcqSh4AlJbGxv5c0CAqXV2y03fmS2gSCzNkGfoZLpncsTPUbS+TpGbu7k11KxJkwW6AipYdUFW3D5rWq5jdMkI4i9LAOisAQt8+JF2fIOt7QhbsN1RM/UFVPzI0nYvgJVtWxR2vEoKGKGLg8ATkR7CNpWrqFaY3I85hGSJpdkBsR8TOu2GSITEfrkA2RKYYYR/lkillIUuwFZaD3ZDFgqFAsAmNUIORUiE7IYGteiXDCLYCL4cQyBAKYUDDJkC8EZgNK5pTXoX3b4ZwHCyGkIa6Nm07hLDj24eSGCR2QFYIbJ3qbuUWu1GcZBTFglgEZgWVAx1iIQEMEqo7mSAjKAPjAJ8gWwJqxHYVGJYXWd9vCzThs3OkyFF0rjswQbYJbOOMDr37dd7GjSEeAAAAAA==")
  718. format("woff2"),
  719. url("iconfont.woff?t=1559296891592") format("woff"),
  720. url("iconfont.ttf?t=1559296891592") format("truetype"),
  721. /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  722. url("iconfont.svg?t=1559296891592#iconfont") format("svg"); /* iOS 4.1- */
  723. }
  724. .iconfont {
  725. font-family: "iconfont" !important;
  726. font-style: normal;
  727. -webkit-font-smoothing: antialiased;
  728. -moz-osx-font-smoothing: grayscale;
  729. }
  730. .icon-duorenyonghu-:before {
  731. content: "\e68e";
  732. }
  733. .icon-dingwei:before {
  734. content: "\e617";
  735. }
  736. .pageContent {
  737. width: 100%;
  738. /* padding:0 30rpx; */
  739. min-height: 600rpx;
  740. box-sizing: border-box;
  741. background: transparent;
  742. border-radius: 20rpx 20rpx 0 0;
  743. display: flex;
  744. flex-direction: column;
  745. }
  746. .pageContentfix {
  747. width: 100%;
  748. padding: 0;
  749. box-sizing: border-box;
  750. }
  751. .list {
  752. background: white;
  753. border-radius: 20rpx;
  754. margin-bottom: 25rpx;
  755. }
  756. .iTab {
  757. border-radius: 20rpx 20rpx 0 0;
  758. background: #fbfbfb;
  759. height: 90rpx;
  760. width: 100%;
  761. }
  762. page {
  763. /* background: #f7f7f7!important; */
  764. }
  765. .img-content {
  766. padding-top: 20rpx;
  767. box-sizing: border-box;
  768. }
  769. .list-item {
  770. display: flex;
  771. flex-direction: row;
  772. align-items: center;
  773. }
  774. .list-item-mg12 {
  775. margin-top: 10rpx;
  776. }
  777. .list-item-mg {
  778. margin-top: 19rpx;
  779. }
  780. .list-item:nth-child(2n) {
  781. margin-top: 5rpx;
  782. }
  783. .list-brief-item {
  784. font-size: 24rpx;
  785. line-height: 45rpx;
  786. }
  787. .adico {
  788. width: 22rpx;
  789. height: 28rpx;
  790. margin-right: 13rpx;
  791. }
  792. .list-item-mga {
  793. margin-top: 45rpx;
  794. }
  795. .tagwrap {
  796. display: flex;
  797. flex-direction: row;
  798. align-items: center;
  799. margin: 10rpx 0;
  800. }
  801. .tagitem {
  802. font-size: 20rpx;
  803. font-family: PingFang SC, PingFang SC-Regular;
  804. font-weight: 400;
  805. text-align: center;
  806. line-height: 32rpx;
  807. width: 105rpx;
  808. height: 32rpx;
  809. opacity: 1;
  810. color: #9ddb52;
  811. margin-right: 10rpx;
  812. background: #eefaf5;
  813. border-radius: 16rpx 16rpx 16rpx 0px;
  814. }
  815. .txt-con .title {
  816. display: -webkit-box;
  817. overflow: hidden;
  818. -webkit-box-orient: vertical;
  819. -webkit-line-clamp: 1;
  820. }
  821. .txt-con .item {
  822. font-size: 28rpx;
  823. line-height: 36rpx;
  824. font-weight: 400;
  825. color: #333333;
  826. display: -webkit-box;
  827. overflow: hidden;
  828. -webkit-box-orient: vertical;
  829. -webkit-line-clamp: 1;
  830. margin-bottom: 5rpx;
  831. font-family: PingFang SC, PingFang SC-Regular;
  832. }
  833. .txt-con .item .time-box,
  834. .txt-con .address-type,
  835. .txt-con .num-price .num {
  836. display: flex;
  837. align-items: center;
  838. }
  839. .txt-con .item .time-box,
  840. .txt-con .num-price .num {
  841. font-size: 24rpx;
  842. color: #999999;
  843. }
  844. .txt-con .item .icon-box,
  845. .txt-con .address-type .icon-box,
  846. .txt-con .num-price .icon-box {
  847. width: 35rpx;
  848. text-align: left;
  849. margin-right: 9rpx;
  850. flex-shrink: 0;
  851. }
  852. .num-price {
  853. display: flex;
  854. justify-content: space-between;
  855. font-size: 28rpx;
  856. line-height: 36rpx;
  857. font-weight: 400;
  858. color: #333333;
  859. margin-bottom: 5rpx;
  860. font-family: PingFang SC, PingFang SC-Regular;
  861. margin-top: 8rpx;
  862. position: relative;
  863. }
  864. .price-h {
  865. display: flex;
  866. justify-content: space-between;
  867. }
  868. .price-h .p1 {
  869. font-size: 20rpx;
  870. font-weight: 500;
  871. text-align: left;
  872. color: #ec2e26;
  873. }
  874. .price-h .p2 {
  875. font-size: 30rpx;
  876. font-weight: bold;
  877. text-align: left;
  878. color: #ec2e26;
  879. }
  880. .price-h-l {
  881. display: flex;
  882. align-items: center;
  883. justify-content: center;
  884. min-width: 166rpx;
  885. height: 46rpx;
  886. background: #fffaf3;
  887. border: 1rpx solid #f8d6a9;
  888. border-radius: 10rpx;
  889. }
  890. .isvip {
  891. font-size: 24rpx;
  892. color: #e88600;
  893. }
  894. .txt-con .item .red {
  895. color: #ff0000;
  896. font-weight: 500;
  897. text-align: left;
  898. }
  899. .txt-con .item image {
  900. width: 24rpx;
  901. margin-right: 10rpx;
  902. vertical-align: middle;
  903. max-height: 50rpx;
  904. }
  905. .txt-con .item text {
  906. vertical-align: middle;
  907. }
  908. .iconfont {
  909. color: #9ddb52;
  910. font-size: 29rpx;
  911. margin-right: 0;
  912. }
  913. .iconfont.gray {
  914. color: #666666;
  915. font-size: 25rpx;
  916. }
  917. .addresstext {
  918. overflow: hidden;
  919. text-overflow: ellipsis;
  920. white-space: nowrap;
  921. width: 80%;
  922. }
  923. .pagebody {
  924. width: 690rpx;
  925. border-radius: 20rpx 20rpx 0 0;
  926. margin: 0 auto;
  927. background: #f8f8f8;
  928. padding: 0 30rpx;
  929. box-sizing: border-box;
  930. display: flex;
  931. flex-direction: column;
  932. box-shadow: 0px 0px 12px rgba(128, 128, 128, 0.16);
  933. }
  934. .listss-item {
  935. background: #ffffff;
  936. /* box-shadow:0px 1px 6px rgba(128, 128, 128, 0.16); */
  937. }
  938. .pagebodys {
  939. width: 750rpx;
  940. /* width:690rpx; */
  941. margin: 0 auto;
  942. padding: 0 30rpx;
  943. box-sizing: border-box;
  944. background: #f7f8fa;
  945. border-radius: 40rpx 40rpx 30rpx 0px;
  946. }
  947. .pagebodys .downMenu {
  948. /* position: sticky;
  949. top: 0; */
  950. z-index: 1000;
  951. background: #f7f8fa;
  952. }
  953. .pagebodys .marginTop {
  954. /* padding-top:10rpx; */
  955. box-sizing: border-box;
  956. display: flex;
  957. flex-direction: column;
  958. }
  959. .nodata-img {
  960. margin: 130rpx auto;
  961. }
  962. .picker {
  963. white-space: nowrap;
  964. }