s-payback.css 12 KB

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