s-pay.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612
  1. html,body{
  2. font-family: PingFangSC-Regular;
  3. font-size: 28rpx;
  4. width: 100%;
  5. height: 100%;
  6. background-color: #f5f5f5;
  7. }
  8. .banner {
  9. width: 750rpx;
  10. height: 220rpx;
  11. vertical-align: top;
  12. }
  13. .wrap {
  14. width: 718rpx;
  15. }
  16. .sale {
  17. width: 750rpx;
  18. height: 220rpx;
  19. background-color: #ffffff;
  20. overflow: hidden;
  21. margin-bottom: 24rpx;
  22. }
  23. .sale > .wrap {
  24. width: 686rpx;
  25. height: 162rpx;
  26. margin: 30rpx 32rpx 28rpx;
  27. font-size: 26rpx;
  28. line-height: 44rpx;
  29. }
  30. .sale > .wrap > text {
  31. display: block;
  32. }
  33. .sale > .wrap > text:nth-child(1) {
  34. font-size: 34rpx;
  35. color: #333333;
  36. line-height: 48rpx;
  37. }
  38. .sale > .wrap > text:nth-child(2) {
  39. color: #808080;
  40. margin-bottom: 22rpx;
  41. }
  42. .sale > .wrap > view > text {
  43. color: #999999;
  44. }
  45. .sale > .wrap > view > text:nth-child(2) {
  46. float: right;
  47. }
  48. .type {
  49. width: 750rpx;
  50. background: #ffffff;
  51. margin-bottom: 24rpx;
  52. overflow: hidden;
  53. }
  54. .type .typeItem {
  55. width: 750rpx;
  56. font-size: 30rpx;
  57. color: #999999;
  58. overflow: hidden;
  59. }
  60. .type .typeItem .wrap {
  61. width: 718rpx;
  62. height: 70rpx;
  63. margin: 28rpx 32rpx 0 32rpx;
  64. padding-right: 32rpx;
  65. box-sizing: border-box;
  66. display: flex;
  67. justify-content: space-between;
  68. border-bottom: 1rpx solid #eeeeee;
  69. }
  70. .type .typeItem .wrap > view > text {
  71. color: #333333;
  72. }
  73. .type .typeItem .wrap > view {
  74. width: 506rpx;
  75. position: relative;
  76. }
  77. .type > .typeItem:nth-child(1) .wrap > view > text:nth-child(2) {
  78. display: block;
  79. color: #999999;
  80. font-size: 26rpx;
  81. margin-top: 8rpx;
  82. line-height: 38rpx;
  83. }
  84. .type > .typeItem:nth-child(1) .wrap {
  85. height: 152rpx;
  86. margin: 26rpx 32rpx 0 32rpx;
  87. }
  88. .type > .typeItem .wrap > view > image {
  89. width: 14rpx;
  90. height: 23rpx;
  91. position: absolute;
  92. top: 12rpx;
  93. right: 0;
  94. }
  95. .type > .typeItem:nth-child(3) .wrap {
  96. border: none;
  97. }
  98. .type .tips {
  99. background: #fdf8ec;
  100. display: flex;
  101. flex-direction: column;
  102. box-sizing: border-box;
  103. padding: 22rpx 32rpx;
  104. }
  105. .type .tips > view {
  106. display: flex;
  107. }
  108. .type .tips > view > text:first-child {
  109. background: #ff801a;
  110. display: block;
  111. width: 4px;
  112. height: 4px;
  113. border-radius: 50%;
  114. margin: 14rpx 16rpx 0 0;
  115. }
  116. .type .tips > view > text:last-child {
  117. font-size: 24rpx;
  118. display: block;
  119. width: 660rpx;
  120. color: #ff801a;
  121. line-height: 18px;
  122. text-align: justify;
  123. }
  124. .detail {
  125. width: 750rpx;
  126. background: #ffffff;
  127. line-height: 20px;
  128. margin-bottom: 24rpx;
  129. }
  130. .detail > .residence {
  131. width: 100%;
  132. height: 100rpx;
  133. background: #f1f8ff;
  134. overflow: hidden;
  135. font-size: 28rpx;
  136. color: #3296fb;
  137. }
  138. .detail > .residence > .wrap {
  139. width: 682rpx;
  140. height: 66rpx;
  141. margin: 34rpx 34rpx 0;
  142. display: flex;
  143. justify-content: space-between;
  144. }
  145. .detail > .residence > .wrap > view {
  146. display: flex;
  147. flex-direction: column;
  148. justify-content: space-between;
  149. align-items: center;
  150. position: relative;
  151. }
  152. .blueLine {
  153. width: 112rpx;
  154. height: 4rpx;
  155. border-radius: 2rpx;
  156. background: #3296fb;
  157. position: absolute;
  158. bottom: 0;
  159. transition: left 0.5s;
  160. }
  161. .detail > .detailItem {
  162. width: 100%;
  163. overflow: hidden;
  164. color: #333333;
  165. }
  166. .detail > .detailItem > .wrap {
  167. box-sizing: border-box;
  168. padding: 0 32rpx 32rpx 0;
  169. margin: 36rpx 0 0 32rpx;
  170. border-bottom: 1px solid #eeeeee;
  171. }
  172. .detail > .detailItem:nth-last-child(2)> .wrap {
  173. border-bottom: none;
  174. }
  175. .detail > .detailItem > .wrap > view {
  176. display: flex;
  177. justify-content: space-between;
  178. align-items: center;
  179. line-height: 76rpx;
  180. }
  181. .detail > .detailItem > .wrap > view > text:last-child {
  182. font-family: PingFangSC-Medium;
  183. font-size: 34rpx;
  184. color: #ff5e5e;
  185. }
  186. .detail > .detailItem > .wrap > .detailList > text:last-child {
  187. color: #666666;
  188. font-family: PingFangSC-Regular;
  189. font-size: 28rpx;
  190. }
  191. .detail > .detailItem > .wrap > .detailList {
  192. position: relative;
  193. }
  194. .detail > .detailItem > .wrap > .detailList > .yearPay {
  195. position: absolute;
  196. left: 174rpx;
  197. top: 0;
  198. bottom: 0;
  199. margin:auto;
  200. height: 32rpx;
  201. line-height: 32rpx;
  202. padding: 0 6rpx;
  203. border: 2rpx solid #FF5E5E;
  204. border-radius: 4rpx;
  205. font-family: PingFangSC-Regular;
  206. font-size: 22rpx;
  207. color: #FF5E5E;
  208. }
  209. .detail > .detailItem > .wrap > view > .yearPay {
  210. margin-left: 14rpx;
  211. border: 2rpx solid #ff5e5e;
  212. border-radius: 4rpx;
  213. font-size: 11px;
  214. padding: 0 6rpx;
  215. color: #ff5e5e;
  216. display: block;
  217. height: 28rpx;
  218. line-height: 32rpx;
  219. float: right;
  220. }
  221. .detail > .detailItem > .wrap > view > .yearPay>image{
  222. position: absolute;
  223. left: 80rpx;
  224. width: 32rpx;
  225. height: 32rpx;
  226. }
  227. .detail > view:last-child {
  228. padding: 30rpx 0 30rpx 0;
  229. color: #3296fb;
  230. border-top: 2rpx solid #eeeeee;
  231. }
  232. .detail > view:last-child > text {
  233. margin: 0 12rpx 0 308rpx;
  234. }
  235. .service {
  236. width: 750rpx;
  237. height: 140rpx;
  238. background: #ffffff;
  239. margin-bottom: 34rpx;
  240. box-sizing: border-box;
  241. padding: 26rpx 32rpx 0;
  242. }
  243. .service > view {
  244. display: flex;
  245. justify-content: space-between;
  246. }
  247. .service > view > text:first-child {
  248. margin-top: 2rpx;
  249. font-size: 34rpx;
  250. color: #333333;
  251. }
  252. .service > view > text:last-child {
  253. font-family: PingFangSC-Semibold;
  254. font-size: 34rpx;
  255. color: #ff5e5e;
  256. }
  257. .service > text:last-child {
  258. font-size: 24rpx;
  259. color: #999999;
  260. margin-top: 4rpx;
  261. }
  262. .guide{
  263. padding-bottom: 112rpx;
  264. }
  265. .guide .read {
  266. width: 750rpx;
  267. box-sizing: border-box;
  268. padding: 46rpx 30rpx 0 66rpx;
  269. overflow: hidden;
  270. }
  271. .guide > view {
  272. margin-bottom: 24rpx;
  273. background: #ffffff;
  274. }
  275. .guide .title {
  276. font-size: 34rpx;
  277. color: #333333;
  278. margin-left: 20rpx;
  279. position: relative;
  280. }
  281. .guide .star {
  282. width: 40rpx;
  283. height: 40rpx;
  284. position: absolute;
  285. top: 4rpx;
  286. left: -60rpx;
  287. }
  288. .guide > .read .desc {
  289. width: 654rpx;
  290. margin-top: 36rpx;
  291. box-sizing: border-box;
  292. padding-bottom: 26rpx;
  293. display: flex;
  294. flex-direction: column;
  295. justify-content: space-between;
  296. line-height: 24px;
  297. }
  298. .guide .desc > .descItem {
  299. font-size: 30rpx;
  300. color: #666666;
  301. position: relative;
  302. }
  303. .guide .desc > .descItem > view {
  304. width: 4px;
  305. height: 4px;
  306. position: absolute;
  307. top: 20rpx;
  308. left: -32rpx;
  309. border-radius: 50%;
  310. background: #666666;
  311. }
  312. .guide .anchor{
  313. width: 750rpx;
  314. height: 100rpx;
  315. background: #ffffff;
  316. overflow: hidden;
  317. position: absolute;
  318. top: 0;
  319. z-index: 800;
  320. font-size: 30rpx;
  321. color: #666666;
  322. border-bottom: 2rpx solid #eeeeee;
  323. margin-bottom: 0;
  324. }
  325. .guide .anchorPosition{
  326. height: 100rpx;
  327. background: #ffffff;
  328. overflow: hidden;
  329. font-size: 30rpx;
  330. color: #666666;
  331. border-bottom: 2rpx solid #eeeeee;
  332. margin-bottom: 0;
  333. position: fixed;
  334. top: 0;
  335. z-index: 800;
  336. }
  337. .guide .anchor>.wrap {
  338. width: 686rpx;
  339. height: 100%;
  340. margin: 0 32rpx;
  341. display: flex;
  342. justify-content: space-between;
  343. box-sizing: border-box;
  344. padding-top: 30rpx;
  345. }
  346. .guide .anchorPosition>.wrap {
  347. width: 686rpx;
  348. height: 100%;
  349. margin: 0 32rpx;
  350. display: flex;
  351. justify-content: space-between;
  352. box-sizing: border-box;
  353. padding-top: 30rpx;
  354. }
  355. .guide .box{
  356. background: #ffffff;
  357. margin-bottom: 24rpx;
  358. position: relative;
  359. }
  360. .guide .anchor>.wrap .wrap > view {
  361. height: 66rpx;
  362. }
  363. .guide .blueLine {
  364. height: 4rpx;
  365. border-radius: 2rpx;
  366. background: #3296fb;
  367. margin-left: 32rpx;
  368. }
  369. .guide .selected{
  370. color: #3296FB;
  371. }
  372. .guide .progress{
  373. padding-top: 100rpx;
  374. }
  375. .guide .progress > view:last-child {
  376. height: 748rpx;
  377. box-sizing: border-box;
  378. padding: 56rpx 58rpx 58rpx 66rpx;
  379. }
  380. .guide .progress > view:last-child > image {
  381. width: 632rpx;
  382. height: 542rpx;
  383. margin: 44rpx 0 0 -6rpx;
  384. }
  385. .guide .advantage {
  386. width: 750rpx;
  387. height: 532rpx;
  388. box-sizing: border-box;
  389. padding: 56rpx 30rpx 0 66rpx;
  390. }
  391. .guide .advantage > .desc {
  392. width: 654rpx;
  393. height: 108rpx;
  394. line-height: 27px;
  395. margin-top: 36rpx;
  396. }
  397. .guide .advantage > .pic {
  398. width: 668rpx;
  399. margin: 42rpx 0 0 -24rpx;
  400. display: flex;
  401. justify-content: space-between;
  402. color: #666666;
  403. }
  404. .guide .advantage > .pic > .picItem {
  405. display: flex;
  406. flex-direction: column;
  407. justify-content: space-between;
  408. align-items: center;
  409. }
  410. .guide .advantage > .pic > .picItem > image {
  411. width: 120rpx;
  412. height: 120rpx;
  413. margin-bottom: 26rpx;
  414. }
  415. .guide .ask {
  416. width: 750rpx;
  417. box-sizing: border-box;
  418. padding: 56rpx 0 0 66rpx;
  419. }
  420. .guide .ask > .pic {
  421. width: 686rpx;
  422. margin: 60rpx 0 0 -34rpx;
  423. overflow: hidden;
  424. }
  425. .guide .ask > .pic > .askItemLeft {
  426. width: 600rpx;
  427. height: 132rpx;
  428. display: flex;
  429. justify-content: space-between;
  430. margin-bottom: 40rpx;
  431. }
  432. .guide .ask > .pic > .askItemLeft > image {
  433. width: 100rpx;
  434. height: 100rpx;
  435. }
  436. .guide .ask > .pic > .askItemLeft > .msgLeft {
  437. width: 478rpx;
  438. height: 132rpx;
  439. line-height: 21px;
  440. position: relative;
  441. }
  442. .guide .ask > .pic > .askItemLeft > .msgLeft > .top {
  443. width: 478rpx;
  444. height: 72rpx;
  445. position: absolute;
  446. }
  447. .guide .ask > .pic > .askItemLeft > .msgLeft > .bottom {
  448. width: 478rpx;
  449. height: 24rpx;
  450. position: absolute;
  451. bottom: 0;
  452. }
  453. .guide .ask > .pic > .askItemLeft > .msgLeft > .left {
  454. width: 24rpx;
  455. height: 36rpx;
  456. position: absolute;
  457. top: 72rpx;
  458. left: 12rpx;
  459. }
  460. .guide .ask > .pic > .askItemLeft > .msgLeft > .right {
  461. width: 24rpx;
  462. height: 36rpx;
  463. position: absolute;
  464. top: 72rpx;
  465. right: 5rpx;
  466. }
  467. .guide .ask > .pic > .askItemLeft > .msgLeft > text {
  468. position: absolute;
  469. top: 24rpx;
  470. left: 52rpx;
  471. display: block;
  472. width: 392rpx;
  473. font-size: 30rpx;
  474. font-family: PingFangSC-Medium;
  475. color: #666666;
  476. }
  477. .guide .ask > .pic > .askItemRight {
  478. width: 600rpx;
  479. display: flex;
  480. justify-content: space-between;
  481. margin-bottom: 40rpx;
  482. margin-left: 86rpx;
  483. }
  484. .guide .ask > .pic > .askItemRight > image {
  485. width: 100rpx;
  486. height: 100rpx;
  487. }
  488. .guide .ask > .pic > .askItemRight > .msgRight {
  489. width: 460rpx;
  490. box-sizing: border-box;
  491. padding: 30rpx;
  492. background: #28aff0;
  493. border-radius: 10px;
  494. position: relative;
  495. line-height: 22px;
  496. }
  497. .guide .ask > .pic > .askItemRight > .msgRight > image {
  498. width: 30rpx;
  499. height: 48rpx;
  500. position: absolute;
  501. top: 26rpx;
  502. right: -24rpx;
  503. }
  504. .guide .ask > .pic > .askItemRight > .msgRight > text {
  505. font-size: 30rpx;
  506. color: #ffffff;
  507. }
  508. .guide .tips {
  509. width: 750rpx;
  510. height: 1134rpx;
  511. box-sizing: border-box;
  512. padding: 56rpx 0 0 66rpx;
  513. }
  514. .guide .tips > .wrap {
  515. width: 686rpx;
  516. height: 908rpx;
  517. margin: 50rpx 0 0 -34rpx;
  518. display: flex;
  519. flex-direction: column;
  520. justify-content: space-between;
  521. }
  522. .guide .tips > .wrap > .tipsItem {
  523. display: flex;
  524. justify-content: space-between;
  525. font-size: 30rpx;
  526. color: #666666;
  527. line-height: 22px;
  528. }
  529. .guide .tips > .wrap > .tipsItem > image {
  530. width: 44rpx;
  531. height: 44rpx;
  532. }
  533. .guide .tips > .wrap > .tipsItem > text {
  534. display: block;
  535. width: 604rpx;
  536. }
  537. .-X{
  538. width: 100%;
  539. height: 68rpx;
  540. }
  541. .footer,.footer-X {
  542. width: 750rpx;
  543. height: 112rpx;
  544. background: #ffffff;
  545. position: fixed;
  546. bottom: 0;
  547. z-index: 900;
  548. }
  549. .footer-X{
  550. padding-bottom: 68rpx;
  551. }
  552. .footer > .wrap,.footer-X > .wrap {
  553. width: 750rpx;
  554. height: 100%;
  555. box-sizing: border-box;
  556. padding: 14rpx 20rpx 14rpx 0;
  557. display: flex;
  558. justify-content: space-between;
  559. }
  560. .footer > .wrap > .pic,.footer-X > .wrap > .pic {
  561. width: 264rpx;
  562. height: 100%;
  563. display: flex;
  564. }
  565. .footer > .wrap > .pic > view,.footer-X > .wrap > .pic > view {
  566. width: 132rpx;
  567. display: flex;
  568. flex-direction: column;
  569. justify-content: space-between;
  570. align-items: center;
  571. font-size: 20rpx;
  572. color: #666666;
  573. }
  574. .footer > .wrap > .pic > view > image,.footer-X > .wrap > .pic > view > image {
  575. width: 40rpx;
  576. height: 40rpx;
  577. }
  578. .footer > .wrap > .btn,.footer-X > .wrap > .btn {
  579. width: 436rpx;
  580. height: 100%;
  581. display: flex;
  582. }
  583. .footer > .wrap > .btn > view,.footer-X > .wrap > .btn > view {
  584. width: 50%;
  585. line-height: 84rpx;
  586. text-align: center;
  587. color: #ffffff;
  588. }
  589. .footer > .wrap > .btn > .left,.footer-X > .wrap > .btn > .left {
  590. border-top-left-radius: 42rpx;
  591. border-bottom-left-radius: 42rpx;
  592. background: #2cc17b;
  593. }
  594. .footer > .wrap > .btn > .right,.footer-X > .wrap > .btn > .right {
  595. border-top-right-radius: 42rpx;
  596. border-bottom-right-radius: 42rpx;
  597. background: #3296fb;
  598. }
  599. #progress,#advantage,#ask,#tips{
  600. position: absolute;
  601. width: 100rpx;
  602. height: 2rpx;
  603. top: -100rpx;
  604. }
  605. #tips-X{
  606. position: absolute;
  607. width: 100rpx;
  608. height: 2rpx;
  609. top: -200rpx;
  610. }