a-payback.css 12 KB

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