index.wxss 18 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006
  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: #666666;
  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: #1a1a1a;
  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: #ffdd36;
  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. /* height: 240rpx; */
  174. opacity: 1;
  175. background: #ffffff;
  176. border-radius: 20rpx 20rpx 0 0;
  177. /* display: flex;
  178. flex-direction: row;
  179. align-items: center; */
  180. margin-bottom: 20rpx;
  181. border-bottom: 1px solid #e6e6e6;
  182. display: flex;
  183. padding-bottom: 28rpx;
  184. }
  185. .boxmfix{
  186. margin-bottom: 15rpx;
  187. }
  188. .icon-time {
  189. margin-right: 9rpx;
  190. font-size: 30rpx;
  191. color: #FFDC2F;
  192. }
  193. .icon-pel {
  194. font-size: 30rpx;
  195. color: #FFDC2F;
  196. margin-right: 9rpx;
  197. /* position: absolute;
  198. top: 4rpx; */
  199. }
  200. .img-view>image {
  201. position: relative;
  202. border-radius: 20rpx;
  203. width: 240rpx;
  204. height: 240rpx;
  205. flex-shrink: 0;
  206. /* display: flex; */
  207. }
  208. .c-BBBBBB{
  209. color: #BBBBBB;
  210. }
  211. .txt-c-t{
  212. color: #171717;
  213. font-size: 32rpx;
  214. font-weight: bold;
  215. width: 80%;
  216. }
  217. .txt-c-time >label{
  218. font-size: 30rpx;
  219. margin-bottom: 5rpx;
  220. color: #33BCb2;
  221. font-weight: bold;
  222. }
  223. .img-view{
  224. /* width: 100%; */
  225. width: 240rpx;
  226. height: 240rpx;
  227. opacity: 1;
  228. background: rgba(0,0,0,0.00);
  229. border-radius: 20rpx 20rpx 0px 0;
  230. }
  231. .shadow{
  232. position: absolute;
  233. top: 0;
  234. left: 0;
  235. height: 100%;
  236. width: 100%;
  237. background: rgba(0,0,0,.5);
  238. border-radius: 24rpx;
  239. }
  240. .txt-t {
  241. position: absolute;
  242. top: 100rpx;
  243. left: 110rpx;
  244. font-family: "PingFang-SC-Bold";
  245. font-weight: Bold;
  246. color: #fff;
  247. font-size: 32rpx;
  248. }
  249. .txt-b {
  250. position: absolute;
  251. top: 160rpx;
  252. left: 165rpx;
  253. font-family: "PingFang-SC-Regular";
  254. font-weight: Regular;
  255. color: #fff;
  256. font-size: 10px;
  257. }
  258. .txt-con{
  259. flex: 1;
  260. width: 0;
  261. /* padding: 0 30rpx 0 30rpx; */
  262. margin-left: 30rpx;
  263. text-align: left;
  264. display: flex;
  265. flex-direction: column;
  266. justify-content: space-between;
  267. box-sizing: border-box;
  268. }
  269. .txt-con-fix .title{
  270. font-size: 28rpx;
  271. line-height: 40rpx;
  272. color: #292929;
  273. margin-bottom: 10rpx;
  274. font-family: PingFang SC, PingFang SC-Bold;
  275. font-weight: 700;
  276. text-overflow: ellipsis;
  277. display: -webkit-box;
  278. -webkit-line-clamp: 1;
  279. -webkit-box-orient: vertical;
  280. overflow: hidden;
  281. }
  282. .titem{
  283. width:100%;
  284. }
  285. .address-type {
  286. display: flex;
  287. justify-content: space-between;
  288. align-items: center;
  289. padding-top: 9rpx;
  290. }
  291. .active-type {
  292. font-size: 24rpx;
  293. font-family: PingFang SC, PingFang SC-Regular;
  294. font-weight: 400;
  295. color: #333333;
  296. flex-shrink: 0;
  297. /* width: 118rpx; */
  298. }
  299. .active-item-address {
  300. display: flex;
  301. position: relative;
  302. width: 100%;
  303. }
  304. .icon-list-dizhi {
  305. /* position: absolute; */
  306. color: #FFDC2F !important;
  307. font-size: 30rpx !important;
  308. margin-right: 9rpx !important;
  309. /* top: 2rpx;
  310. left: -2rpx; */
  311. }
  312. .active-item-address .address-word {
  313. font-size: 24rpx;
  314. font-family: PingFang SC, PingFang SC-Regular;
  315. font-weight: 400;
  316. color: #999999;
  317. /* margin-left: 36rpx; */
  318. white-space: nowrap;
  319. text-overflow: ellipsis;
  320. overflow: hidden;
  321. word-break: break-all;
  322. /* width: 400rpx; */
  323. }
  324. .status{
  325. position: absolute;
  326. left: 0;
  327. top: 0;
  328. font-size: 24rpx;
  329. padding: 0 20rpx;
  330. height: 39rpx;
  331. line-height: 39rpx;
  332. text-align: center;
  333. background: rgba(0,0,0,.6);
  334. z-index: 10;
  335. color: white;
  336. border-radius: 20rpx 0 0 0;
  337. }
  338. .activestatus{
  339. background:#ffdc2f
  340. }
  341. .baostatus {
  342. background: #3BE5B2;
  343. }
  344. .endstatus {
  345. background: #707070;
  346. }
  347. .nostatus{
  348. background: rgba(251,177,120,0.9);
  349. }
  350. .mstatus {
  351. background: #FF3A3A;
  352. }
  353. /* 3.picuter min */
  354. .boxl {
  355. width: 100%;
  356. height: 60rpx;
  357. display: flex;
  358. margin-top: 12rpx;
  359. }
  360. .boxl image {
  361. flex: 1;
  362. width: 160rpx;
  363. height: 100%;
  364. margin-left: 22rpx;
  365. }
  366. /* 4.picutermax + text */
  367. .two {
  368. width: 100%;
  369. height: 100%;
  370. background-color: #fff;
  371. }
  372. .two-max {
  373. position: relative;
  374. width: 100%;
  375. height: 381rpx;
  376. background-color: #fff;
  377. border: 1px solid #eaeaea;
  378. }
  379. .two-max image {
  380. position: relative;
  381. width: 705rpx;
  382. height: 292rpx;
  383. margin-left: 22rpx;
  384. margin-top: 15rpx;
  385. border-radius: 5rpx;
  386. }
  387. .two-min {
  388. position: relative;
  389. width: 430rpx;
  390. height: 116rpx;
  391. background-color: #fff;
  392. border-radius: 10px;
  393. bottom: 75rpx;
  394. left: 23rpx;
  395. }
  396. .two-min-n {
  397. position: absolute;
  398. width: 410rpx;
  399. height: 94rpx;
  400. background-color: #fefddf;
  401. margin-top: 10rpx;
  402. margin-left: 20rpx;
  403. border-radius: 10rpx;
  404. }
  405. .txt-one text {
  406. font-size: 16px;
  407. color: #ffbe31;
  408. font-family: "PingFang-SC-Bold";
  409. font-weight: Bold;
  410. margin-left: 25rpx;
  411. margin-top: 13rpx;
  412. }
  413. .txt-two text {
  414. position: relative;
  415. font-size: 12px;
  416. color: #ffbe31;
  417. font-family: "PingFang-SC-Regular";
  418. font-weight: Regular;
  419. margin-left: 25rpx;
  420. bottom: 8rpx;
  421. text-align: center;
  422. }
  423. .txt-center {
  424. z-index: 99999;
  425. display: flex;
  426. align-items: center;
  427. justify-content: center;
  428. }
  429. .news-container-txt {
  430. position: absolute;
  431. bottom: 155rpx;
  432. letter-spacing: 5rpx;
  433. text-align: center;
  434. z-index: 9999;
  435. color: #fff;
  436. font-size: 40rpx;
  437. font-weight: 700;
  438. font-family: PingFang-SC-Bold;
  439. }
  440. .news-container-txtwo {
  441. position: absolute;
  442. bottom: 108rpx;
  443. letter-spacing: 5rpx;
  444. z-index: 9999;
  445. color: #fff;
  446. font-size: 27rpx;
  447. font-family: PingFang-SC-Regular;
  448. }
  449. .txt-color {
  450. color: yellow;
  451. }
  452. .box{
  453. display: flex;
  454. justify-content: space-around;
  455. }
  456. .txt-box {
  457. z-index: 99999;
  458. display: flex;
  459. align-items: center;
  460. justify-content: center;
  461. }
  462. .scroll{
  463. height: 347rpx;
  464. position: relative;
  465. z-index: -1;
  466. }
  467. .news-container-txtone {
  468. position: absolute;
  469. top: 41rpx;
  470. letter-spacing: 5rpx;
  471. text-align: center;
  472. z-index: 9999;
  473. font-family: "PingFang-SC-Regular";
  474. font-weight: 700;
  475. font-size: 13px;
  476. color: #fff;
  477. }
  478. .imgwidth{
  479. width: 48%;
  480. }
  481. .imgheight{
  482. height: 100%;
  483. border-radius:18rpx;
  484. }
  485. .volunteer-box image{
  486. width: 40rpx;
  487. height: 40rpx;
  488. vertical-align: bottom;
  489. position: relative;
  490. }
  491. .volunteer-location {
  492. position: absolute;
  493. bottom: 26rpx;
  494. left: 20rpx;
  495. }
  496. .volunteer-location text{
  497. color:#fff;
  498. }
  499. .volunteer-people{
  500. position: absolute;
  501. bottom: 26rpx;
  502. right: 50rpx;
  503. }
  504. .volunteer-people text{
  505. color:#fff;
  506. }
  507. /* .news-container-txtfir {
  508. position: absolute;
  509. top: 117rpx;
  510. letter-spacing: 5rpx;
  511. text-align: center;
  512. z-index: 9999;
  513. color: #fff;
  514. font-size: 36rpx;
  515. font-weight: 700;
  516. font-family: PingFang-SC-Bold;
  517. }
  518. .news-container-txtsec {
  519. position: absolute;
  520. bottom: 105rpx;
  521. letter-spacing: 5rpx;
  522. z-index: 9999;
  523. color: #fff;
  524. font-size: 27rpx;
  525. font-family: PingFang-SC-Regular;
  526. } */
  527. .boxs{
  528. width:100%;
  529. height:347rpx;
  530. background-color:80rpx;
  531. display:flex;
  532. flex-direction: column;
  533. }
  534. .box-image-l image{
  535. position: relative;
  536. width: 215rpx;
  537. height:85rpx;
  538. margin-left: 30rpx;
  539. margin-top: 12rpx;
  540. flex: 1;
  541. }
  542. .img-txt {
  543. position: absolute;
  544. top: 37rpx;
  545. left: 101rpx;
  546. font-family: "PingFang-SC-Regular";
  547. font-weight: Regular;
  548. font-size: 13px;
  549. color: #fff;
  550. }
  551. .img-txt2 {
  552. position: absolute;
  553. top: 34rpx;
  554. left: 314rpx;
  555. font-family: "PingFang-SC-Regular";
  556. font-weight: Regular;
  557. font-size: 13px;
  558. color: #fff;
  559. }
  560. .txt-center {
  561. z-index: 99999;
  562. display: flex;
  563. align-items: center;
  564. justify-content: center;
  565. }
  566. .img-txt3 {
  567. position: absolute;
  568. top: 36rpx;
  569. left: 571rpx;
  570. font-family: "PingFang-SC-Regular";
  571. font-weight: Regular;
  572. font-size: 13px;
  573. color: #fff;
  574. }
  575. .news-container-txt {
  576. position: absolute;
  577. top: 30rpx;
  578. letter-spacing: 5rpx;
  579. text-align: center;
  580. z-index: 9999;
  581. color: #fff;
  582. font-size: 35rpx;
  583. font-weight: 700;
  584. font-family: PingFang-SC-Bold;
  585. }
  586. .news-container-txtwo {
  587. position: absolute;
  588. bottom: 100rpx;
  589. letter-spacing: 5rpx;
  590. z-index: 9999;
  591. color: #fff;
  592. font-size: 27rpx;
  593. font-family: PingFang-SC-Regular;
  594. }
  595. /* 下拉菜单 */
  596. .downMenu{
  597. display: flex;
  598. margin-top: 20rpx;
  599. margin-bottom: 20rpx;
  600. position: fixed;
  601. z-index: 999;
  602. background-color: white;
  603. justify-content: flex-start;
  604. padding-left: 30rpx;
  605. }
  606. .picker text{
  607. font-family: PingFang-SC-Regular;
  608. font-weight: Regular;
  609. color:#1a1a1a;
  610. }
  611. .downMenu .section{
  612. color:#585858;
  613. font-family: PingFang-SC-Regular;
  614. text-align: center;
  615. margin-left: 0;
  616. }
  617. .pageContentfix .downMenu{
  618. margin-top:0rpx!important;
  619. margin-bottom:0rpx!important;
  620. display: flex;
  621. flex-direction: row;
  622. /* justify-content: space-around; */
  623. }
  624. .pageContentfix .section{
  625. /* height: 90rpx; */
  626. height: 50px;
  627. width: fit-content;
  628. display: flex;
  629. flex-direction: row;
  630. align-items: center;
  631. }
  632. .pageContentfix .section picker{
  633. justify-content: center;
  634. }
  635. .pageContentfix .section .picker{
  636. display: flex;
  637. /* height: 90rpx; */
  638. height: 50px;
  639. align-items: center;
  640. width: 100%;
  641. justify-content: center;
  642. }
  643. .box{
  644. display: flex;
  645. justify-content: space-around;
  646. }
  647. .txt-nav {
  648. z-index: 99999;
  649. display: flex;
  650. align-items: center;
  651. justify-content: center;
  652. }
  653. .news-container-txtone {
  654. position: absolute;
  655. top: 41rpx;
  656. letter-spacing: 5rpx;
  657. text-align: center;
  658. z-index: 9999;
  659. font-family: "PingFang-SC-Regular";
  660. font-weight: 700;
  661. font-size: 13px;
  662. color: #fff;
  663. }
  664. .imgwidth{
  665. width: 100%;
  666. height:347rpx;
  667. }
  668. .imgheight{
  669. height: 100%;
  670. }
  671. .volunteer-box image{
  672. width: 40rpx;
  673. height: 40rpx;
  674. vertical-align: bottom;
  675. position: relative;
  676. }
  677. .volunteer-location {
  678. position: absolute;
  679. bottom:40rpx;
  680. left: 33rpx;
  681. }
  682. .volunteer-location text{
  683. color:#fff;
  684. }
  685. .txtall {
  686. position: relative;
  687. font-size: 26rpx;
  688. font-family: "PingFang-SC-Regular";
  689. color: #7b7b7b;
  690. vertical-align:top;
  691. padding-left:5rpx;
  692. }
  693. .volunteer-people{
  694. position: absolute;
  695. bottom: 40rpx;
  696. right: 50rpx;
  697. }
  698. .volunteer-people text{
  699. color:#fff;
  700. }
  701. .gf{
  702. height: 40rpx;
  703. width: 87rpx;
  704. margin-right:10rpx;
  705. }
  706. .price{
  707. width: 100%;
  708. text-align: center;
  709. color: #EC2E26;
  710. font-size: 36rpx;
  711. font-weight: bold;
  712. }
  713. .activeprice{
  714. text-align: left;
  715. }
  716. @font-face {font-family: "iconfont";
  717. src: url('iconfont.eot?t=1559296891592'); /* IE9 */
  718. src: url('iconfont.eot?t=1559296891592#iefix') format('embedded-opentype'), /* IE6-IE8 */
  719. 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==') format('woff2'),
  720. url('iconfont.woff?t=1559296891592') format('woff'),
  721. url('iconfont.ttf?t=1559296891592') format('truetype'), /* 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: 2;
  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. .isvip {
  881. font-size: 24rpx;
  882. color: #999999;
  883. }
  884. .txt-con .item .red{
  885. color: #FF0000;
  886. font-weight: 500;
  887. text-align: left;
  888. }
  889. .txt-con .item image{
  890. width: 24rpx;
  891. margin-right: 10rpx;
  892. vertical-align: middle;
  893. max-height: 50rpx;
  894. }
  895. .txt-con .item text{
  896. vertical-align: middle;
  897. }
  898. .iconfont{
  899. color: #9DDB52;
  900. font-size: 29rpx;
  901. margin-right: 0;
  902. }
  903. .iconfont.gray{
  904. color:#666666;
  905. font-size: 25rpx;
  906. }
  907. .addresstext{
  908. overflow: hidden;
  909. text-overflow: ellipsis;
  910. white-space: nowrap;
  911. width: 80%;
  912. }
  913. .pagebody{
  914. width:690rpx;
  915. border-radius: 20rpx 20rpx 0 0;
  916. margin:0 auto;
  917. background: #f8f8f8;
  918. padding:0 30rpx;
  919. box-sizing: border-box;
  920. display: flex;
  921. flex-direction: column;
  922. box-shadow: 0px 0px 12px rgba(128, 128, 128, 0.16);
  923. }
  924. .listss-item{
  925. background: #FFFFFF;
  926. /* box-shadow:0px 1px 6px rgba(128, 128, 128, 0.16); */
  927. }
  928. .pagebodys{
  929. width:690rpx;
  930. border-radius: 20rpx 20rpx 0 0;
  931. margin:0 auto;
  932. }
  933. .pagebodys .downMenu{
  934. /* position: sticky;
  935. top: 0; */
  936. z-index: 1000;
  937. background: #f7f7f7;
  938. }
  939. .pagebodys .marginTop{
  940. /* padding-top:10rpx; */
  941. box-sizing: border-box;
  942. display: flex;
  943. flex-direction: column;
  944. }
  945. .nodata-img{
  946. margin: 130rpx auto;
  947. }
  948. .picker{
  949. white-space: nowrap;
  950. }