index.wxss 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996
  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. height: 240rpx;
  226. opacity: 1;
  227. background: rgba(0,0,0,0.00);
  228. border-radius: 20rpx 20rpx 0px 0;
  229. }
  230. .shadow{
  231. position: absolute;
  232. top: 0;
  233. left: 0;
  234. height: 100%;
  235. width: 100%;
  236. background: rgba(0,0,0,.5);
  237. border-radius: 24rpx;
  238. }
  239. .txt-t {
  240. position: absolute;
  241. top: 100rpx;
  242. left: 110rpx;
  243. font-family: "PingFang-SC-Bold";
  244. font-weight: Bold;
  245. color: #fff;
  246. font-size: 32rpx;
  247. }
  248. .txt-b {
  249. position: absolute;
  250. top: 160rpx;
  251. left: 165rpx;
  252. font-family: "PingFang-SC-Regular";
  253. font-weight: Regular;
  254. color: #fff;
  255. font-size: 10px;
  256. }
  257. .txt-con{
  258. /* width: 100%; */
  259. padding: 0 30rpx 0 30rpx;
  260. text-align: left;
  261. display: flex;
  262. flex-direction: column;
  263. justify-content: space-between;
  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. }
  299. .icon-list-dizhi {
  300. /* position: absolute; */
  301. color: #FFDC2F !important;
  302. font-size: 30rpx !important;
  303. margin-right: 9rpx !important;
  304. /* top: 2rpx;
  305. left: -2rpx; */
  306. }
  307. .active-item-address .address-word {
  308. font-size: 24rpx;
  309. font-family: PingFang SC, PingFang SC-Regular;
  310. font-weight: 400;
  311. color: #999999;
  312. /* margin-left: 36rpx; */
  313. white-space: nowrap;
  314. text-overflow: ellipsis;
  315. overflow: hidden;
  316. word-break: break-all;
  317. width: 400rpx;
  318. }
  319. .status{
  320. position: absolute;
  321. left: 0;
  322. top: 0;
  323. font-size: 24rpx;
  324. padding: 0 20rpx;
  325. height: 39rpx;
  326. line-height: 39rpx;
  327. text-align: center;
  328. background: rgba(0,0,0,.6);
  329. z-index: 10;
  330. color: white;
  331. border-radius: 20rpx 0 0 0;
  332. }
  333. .activestatus{
  334. background:#ffdc2f
  335. }
  336. .baostatus {
  337. background: #3BE5B2;
  338. }
  339. .endstatus {
  340. background: #707070;
  341. }
  342. .nostatus{
  343. background: rgba(251,177,120,0.9);
  344. }
  345. .mstatus {
  346. background: #FF3A3A;
  347. }
  348. /* 3.picuter min */
  349. .boxl {
  350. width: 100%;
  351. height: 60rpx;
  352. display: flex;
  353. margin-top: 12rpx;
  354. }
  355. .boxl image {
  356. flex: 1;
  357. width: 160rpx;
  358. height: 100%;
  359. margin-left: 22rpx;
  360. }
  361. /* 4.picutermax + text */
  362. .two {
  363. width: 100%;
  364. height: 100%;
  365. background-color: #fff;
  366. }
  367. .two-max {
  368. position: relative;
  369. width: 100%;
  370. height: 381rpx;
  371. background-color: #fff;
  372. border: 1px solid #eaeaea;
  373. }
  374. .two-max image {
  375. position: relative;
  376. width: 705rpx;
  377. height: 292rpx;
  378. margin-left: 22rpx;
  379. margin-top: 15rpx;
  380. border-radius: 5rpx;
  381. }
  382. .two-min {
  383. position: relative;
  384. width: 430rpx;
  385. height: 116rpx;
  386. background-color: #fff;
  387. border-radius: 10px;
  388. bottom: 75rpx;
  389. left: 23rpx;
  390. }
  391. .two-min-n {
  392. position: absolute;
  393. width: 410rpx;
  394. height: 94rpx;
  395. background-color: #fefddf;
  396. margin-top: 10rpx;
  397. margin-left: 20rpx;
  398. border-radius: 10rpx;
  399. }
  400. .txt-one text {
  401. font-size: 16px;
  402. color: #ffbe31;
  403. font-family: "PingFang-SC-Bold";
  404. font-weight: Bold;
  405. margin-left: 25rpx;
  406. margin-top: 13rpx;
  407. }
  408. .txt-two text {
  409. position: relative;
  410. font-size: 12px;
  411. color: #ffbe31;
  412. font-family: "PingFang-SC-Regular";
  413. font-weight: Regular;
  414. margin-left: 25rpx;
  415. bottom: 8rpx;
  416. text-align: center;
  417. }
  418. .txt-center {
  419. z-index: 99999;
  420. display: flex;
  421. align-items: center;
  422. justify-content: center;
  423. }
  424. .news-container-txt {
  425. position: absolute;
  426. bottom: 155rpx;
  427. letter-spacing: 5rpx;
  428. text-align: center;
  429. z-index: 9999;
  430. color: #fff;
  431. font-size: 40rpx;
  432. font-weight: 700;
  433. font-family: PingFang-SC-Bold;
  434. }
  435. .news-container-txtwo {
  436. position: absolute;
  437. bottom: 108rpx;
  438. letter-spacing: 5rpx;
  439. z-index: 9999;
  440. color: #fff;
  441. font-size: 27rpx;
  442. font-family: PingFang-SC-Regular;
  443. }
  444. .txt-color {
  445. color: yellow;
  446. }
  447. .box{
  448. display: flex;
  449. justify-content: space-around;
  450. }
  451. .txt-box {
  452. z-index: 99999;
  453. display: flex;
  454. align-items: center;
  455. justify-content: center;
  456. }
  457. .scroll{
  458. height: 347rpx;
  459. position: relative;
  460. z-index: -1;
  461. }
  462. .news-container-txtone {
  463. position: absolute;
  464. top: 41rpx;
  465. letter-spacing: 5rpx;
  466. text-align: center;
  467. z-index: 9999;
  468. font-family: "PingFang-SC-Regular";
  469. font-weight: 700;
  470. font-size: 13px;
  471. color: #fff;
  472. }
  473. .imgwidth{
  474. width: 48%;
  475. }
  476. .imgheight{
  477. height: 100%;
  478. border-radius:18rpx;
  479. }
  480. .volunteer-box image{
  481. width: 40rpx;
  482. height: 40rpx;
  483. vertical-align: bottom;
  484. position: relative;
  485. }
  486. .volunteer-location {
  487. position: absolute;
  488. bottom: 26rpx;
  489. left: 20rpx;
  490. }
  491. .volunteer-location text{
  492. color:#fff;
  493. }
  494. .volunteer-people{
  495. position: absolute;
  496. bottom: 26rpx;
  497. right: 50rpx;
  498. }
  499. .volunteer-people text{
  500. color:#fff;
  501. }
  502. /* .news-container-txtfir {
  503. position: absolute;
  504. top: 117rpx;
  505. letter-spacing: 5rpx;
  506. text-align: center;
  507. z-index: 9999;
  508. color: #fff;
  509. font-size: 36rpx;
  510. font-weight: 700;
  511. font-family: PingFang-SC-Bold;
  512. }
  513. .news-container-txtsec {
  514. position: absolute;
  515. bottom: 105rpx;
  516. letter-spacing: 5rpx;
  517. z-index: 9999;
  518. color: #fff;
  519. font-size: 27rpx;
  520. font-family: PingFang-SC-Regular;
  521. } */
  522. .boxs{
  523. width:100%;
  524. height:347rpx;
  525. background-color:80rpx;
  526. display:flex;
  527. flex-direction: column;
  528. }
  529. .box-image-l image{
  530. position: relative;
  531. width: 215rpx;
  532. height:85rpx;
  533. margin-left: 30rpx;
  534. margin-top: 12rpx;
  535. flex: 1;
  536. }
  537. .img-txt {
  538. position: absolute;
  539. top: 37rpx;
  540. left: 101rpx;
  541. font-family: "PingFang-SC-Regular";
  542. font-weight: Regular;
  543. font-size: 13px;
  544. color: #fff;
  545. }
  546. .img-txt2 {
  547. position: absolute;
  548. top: 34rpx;
  549. left: 314rpx;
  550. font-family: "PingFang-SC-Regular";
  551. font-weight: Regular;
  552. font-size: 13px;
  553. color: #fff;
  554. }
  555. .txt-center {
  556. z-index: 99999;
  557. display: flex;
  558. align-items: center;
  559. justify-content: center;
  560. }
  561. .img-txt3 {
  562. position: absolute;
  563. top: 36rpx;
  564. left: 571rpx;
  565. font-family: "PingFang-SC-Regular";
  566. font-weight: Regular;
  567. font-size: 13px;
  568. color: #fff;
  569. }
  570. .news-container-txt {
  571. position: absolute;
  572. top: 30rpx;
  573. letter-spacing: 5rpx;
  574. text-align: center;
  575. z-index: 9999;
  576. color: #fff;
  577. font-size: 35rpx;
  578. font-weight: 700;
  579. font-family: PingFang-SC-Bold;
  580. }
  581. .news-container-txtwo {
  582. position: absolute;
  583. bottom: 100rpx;
  584. letter-spacing: 5rpx;
  585. z-index: 9999;
  586. color: #fff;
  587. font-size: 27rpx;
  588. font-family: PingFang-SC-Regular;
  589. }
  590. /* 下拉菜单 */
  591. .downMenu{
  592. display: flex;
  593. margin-top: 20rpx;
  594. margin-bottom: 20rpx;
  595. position: fixed;
  596. z-index: 999;
  597. background-color: white;
  598. justify-content: flex-start;
  599. padding-left: 30rpx;
  600. }
  601. .picker text{
  602. font-family: PingFang-SC-Regular;
  603. font-weight: Regular;
  604. color:#1a1a1a;
  605. }
  606. .downMenu .section{
  607. color:#585858;
  608. font-family: PingFang-SC-Regular;
  609. text-align: center;
  610. margin-left: 0;
  611. }
  612. .pageContentfix .downMenu{
  613. margin-top:0rpx!important;
  614. margin-bottom:0rpx!important;
  615. display: flex;
  616. flex-direction: row;
  617. /* justify-content: space-around; */
  618. }
  619. .pageContentfix .section{
  620. /* height: 90rpx; */
  621. height: 50px;
  622. width: fit-content;
  623. display: flex;
  624. flex-direction: row;
  625. align-items: center;
  626. }
  627. .pageContentfix .section picker{
  628. justify-content: center;
  629. }
  630. .pageContentfix .section .picker{
  631. display: flex;
  632. /* height: 90rpx; */
  633. height: 50px;
  634. align-items: center;
  635. width: 100%;
  636. justify-content: center;
  637. }
  638. .box{
  639. display: flex;
  640. justify-content: space-around;
  641. }
  642. .txt-nav {
  643. z-index: 99999;
  644. display: flex;
  645. align-items: center;
  646. justify-content: center;
  647. }
  648. .news-container-txtone {
  649. position: absolute;
  650. top: 41rpx;
  651. letter-spacing: 5rpx;
  652. text-align: center;
  653. z-index: 9999;
  654. font-family: "PingFang-SC-Regular";
  655. font-weight: 700;
  656. font-size: 13px;
  657. color: #fff;
  658. }
  659. .imgwidth{
  660. width: 100%;
  661. height:347rpx;
  662. }
  663. .imgheight{
  664. height: 100%;
  665. }
  666. .volunteer-box image{
  667. width: 40rpx;
  668. height: 40rpx;
  669. vertical-align: bottom;
  670. position: relative;
  671. }
  672. .volunteer-location {
  673. position: absolute;
  674. bottom:40rpx;
  675. left: 33rpx;
  676. }
  677. .volunteer-location text{
  678. color:#fff;
  679. }
  680. .txtall {
  681. position: relative;
  682. font-size: 26rpx;
  683. font-family: "PingFang-SC-Regular";
  684. color: #7b7b7b;
  685. vertical-align:top;
  686. padding-left:5rpx;
  687. }
  688. .volunteer-people{
  689. position: absolute;
  690. bottom: 40rpx;
  691. right: 50rpx;
  692. }
  693. .volunteer-people text{
  694. color:#fff;
  695. }
  696. .gf{
  697. height: 40rpx;
  698. width: 87rpx;
  699. margin-right:10rpx;
  700. }
  701. .price{
  702. width: 100%;
  703. text-align: center;
  704. color: #EC2E26;
  705. font-size: 36rpx;
  706. font-weight: bold;
  707. }
  708. .activeprice{
  709. text-align: left;
  710. }
  711. @font-face {font-family: "iconfont";
  712. src: url('iconfont.eot?t=1559296891592'); /* IE9 */
  713. src: url('iconfont.eot?t=1559296891592#iefix') format('embedded-opentype'), /* IE6-IE8 */
  714. 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'),
  715. url('iconfont.woff?t=1559296891592') format('woff'),
  716. url('iconfont.ttf?t=1559296891592') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  717. url('iconfont.svg?t=1559296891592#iconfont') format('svg'); /* iOS 4.1- */
  718. }
  719. .iconfont {
  720. font-family: "iconfont" !important;
  721. font-style: normal;
  722. -webkit-font-smoothing: antialiased;
  723. -moz-osx-font-smoothing: grayscale;
  724. }
  725. .icon-duorenyonghu-:before {
  726. content: "\e68e";
  727. }
  728. .icon-dingwei:before {
  729. content: "\e617";
  730. }
  731. .pageContent{
  732. width:100%;
  733. /* padding:0 30rpx; */
  734. min-height: 600rpx;
  735. box-sizing: border-box;
  736. background:transparent;
  737. border-radius: 20rpx 20rpx 0 0;
  738. display: flex;
  739. flex-direction: column;
  740. }
  741. .pageContentfix{
  742. width:100%;
  743. padding:0;
  744. box-sizing: border-box;
  745. }
  746. .list{
  747. background: white;
  748. border-radius: 20rpx;
  749. margin-bottom: 25rpx;
  750. }
  751. .iTab{
  752. border-radius: 20rpx 20rpx 0 0;
  753. background: #fbfbfb;
  754. height: 90rpx;
  755. width: 100%;
  756. }
  757. page{
  758. /* background: #f7f7f7!important; */
  759. }
  760. .img-content{
  761. padding-top:20rpx;
  762. box-sizing: border-box;
  763. }
  764. .list-item{
  765. display: flex;
  766. flex-direction: row;
  767. align-items: center;
  768. }
  769. .list-item-mg12{
  770. margin-top:10rpx;
  771. }
  772. .list-item-mg{
  773. margin-top:19rpx;
  774. }
  775. .list-item:nth-child(2n){
  776. margin-top:5rpx;
  777. }
  778. .list-brief-item{
  779. font-size: 24rpx;
  780. line-height: 45rpx;
  781. }
  782. .adico{
  783. width: 22rpx;
  784. height: 28rpx;
  785. margin-right: 13rpx;
  786. }
  787. .list-item-mga{
  788. margin-top:45rpx;
  789. }
  790. .tagwrap{
  791. display: flex;
  792. flex-direction: row;
  793. align-items: center;
  794. margin:10rpx 0;
  795. }
  796. .tagitem{
  797. font-size: 20rpx;
  798. font-family: PingFang SC, PingFang SC-Regular;
  799. font-weight: 400;
  800. text-align: center;
  801. line-height: 32rpx;
  802. width: 105rpx;
  803. height: 32rpx;
  804. opacity: 1;
  805. color:#9DDB52;
  806. margin-right: 10rpx;
  807. background: #eefaf5;
  808. border-radius: 16rpx 16rpx 16rpx 0px;
  809. }
  810. .txt-con .title{
  811. display: -webkit-box;
  812. overflow: hidden;
  813. -webkit-box-orient: vertical;
  814. -webkit-line-clamp: 2;
  815. }
  816. .txt-con .item{
  817. font-size: 28rpx;
  818. line-height:36rpx;
  819. font-weight: 400;
  820. color: #333333;
  821. display: -webkit-box;
  822. overflow: hidden;
  823. -webkit-box-orient: vertical;
  824. -webkit-line-clamp: 1;
  825. margin-bottom: 5rpx;
  826. font-family: PingFang SC, PingFang SC-Regular;
  827. }
  828. .txt-con .item .time-box,
  829. .txt-con .address-type,
  830. .txt-con .num-price .num {
  831. display: flex;
  832. align-items: center;
  833. }
  834. .txt-con .item .time-box,
  835. .txt-con .num-price .num{
  836. font-size: 24rpx;
  837. color: #999999;
  838. }
  839. .txt-con .item .icon-box,
  840. .txt-con .address-type .icon-box,
  841. .txt-con .num-price .icon-box{
  842. width: 35rpx;
  843. text-align: left;
  844. margin-right: 9rpx;
  845. flex-shrink: 0;
  846. }
  847. .num-price {
  848. display: flex;
  849. justify-content: space-between;
  850. font-size: 28rpx;
  851. line-height:36rpx;
  852. font-weight: 400;
  853. color: #333333;
  854. margin-bottom: 5rpx;
  855. font-family: PingFang SC, PingFang SC-Regular;
  856. margin-top: 8rpx;
  857. position: relative;
  858. }
  859. .price-h {
  860. /* display: flex;
  861. flex-direction: row;
  862. align-items: flex-end; */
  863. }
  864. .price-h .p1 {
  865. font-size: 20rpx;
  866. font-weight: 500;
  867. text-align: left;
  868. color: #ec2e26;
  869. }
  870. .price-h .p2 {
  871. font-size: 30rpx;
  872. font-weight: bold;
  873. text-align: left;
  874. color: #ec2e26;
  875. }
  876. .txt-con .item .red{
  877. color: #FF0000;
  878. font-weight: 500;
  879. text-align: left;
  880. }
  881. .txt-con .item image{
  882. width: 24rpx;
  883. margin-right: 10rpx;
  884. vertical-align: middle;
  885. max-height: 50rpx;
  886. }
  887. .txt-con .item text{
  888. vertical-align: middle;
  889. }
  890. .iconfont{
  891. color: #9DDB52;
  892. font-size: 29rpx;
  893. margin-right: 0;
  894. }
  895. .iconfont.gray{
  896. color:#666666;
  897. font-size: 25rpx;
  898. }
  899. .addresstext{
  900. overflow: hidden;
  901. text-overflow: ellipsis;
  902. white-space: nowrap;
  903. width: 80%;
  904. }
  905. .pagebody{
  906. width:690rpx;
  907. border-radius: 20rpx 20rpx 0 0;
  908. margin:0 auto;
  909. background: #f8f8f8;
  910. padding:0 30rpx;
  911. box-sizing: border-box;
  912. display: flex;
  913. flex-direction: column;
  914. box-shadow: 0px 0px 12px rgba(128, 128, 128, 0.16);
  915. }
  916. .listss-item{
  917. background: #FFFFFF;
  918. /* box-shadow:0px 1px 6px rgba(128, 128, 128, 0.16); */
  919. }
  920. .pagebodys{
  921. width:690rpx;
  922. border-radius: 20rpx 20rpx 0 0;
  923. margin:0 auto;
  924. }
  925. .pagebodys .downMenu{
  926. /* position: sticky;
  927. top: 0; */
  928. z-index: 1000;
  929. background: #f7f7f7;
  930. }
  931. .pagebodys .marginTop{
  932. /* padding-top:10rpx; */
  933. box-sizing: border-box;
  934. display: flex;
  935. flex-direction: column;
  936. }
  937. .nodata-img{
  938. margin: 130rpx auto;
  939. }
  940. .picker{
  941. white-space: nowrap;
  942. }