cardetail.wxss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656
  1. /* pages/cardetail/cardetail.wxss */
  2. @import "../../module/logs/logs.wxss"
  3. .cardetail_nav{
  4. position: fixed;
  5. height: 86rpx;
  6. line-height: 86rpx;
  7. display: flex;
  8. box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  9. background-color: white;
  10. left:0rpx;
  11. width:100%;
  12. z-index: 1;
  13. }
  14. .cardetail_nav_i{
  15. flex: 1;
  16. margin:0rpx 60rpx;
  17. border-bottom: 6rpx solid white;
  18. color:#383735;
  19. text-align: center;
  20. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  21. }
  22. .cardetail_nav_active{
  23. border-bottom: 6rpx solid #FFE600;
  24. color:#BFA368;
  25. }
  26. .cardetail_img{
  27. height: 500rpx;
  28. position: relative;
  29. }
  30. .detail_img_t{
  31. width:100%;
  32. height: 500rpx;
  33. }
  34. .detail_img_item{
  35. width:100%;
  36. height: 100%;
  37. }
  38. .detail_code{
  39. position: absolute;
  40. left: 40rpx;
  41. top: 450rpx;
  42. width: 259rpx;
  43. height: 26rpx;
  44. border-radius: 100rpx;
  45. background-color: rgba(56, 55, 53, 0.2);
  46. line-height: 26rpx;
  47. color: rgba(255, 255, 255, 1);
  48. font-size: 14rpx;
  49. text-align: center;
  50. }
  51. .banner_step{
  52. position: absolute;
  53. left: 654rpx;
  54. top: 454rpx;
  55. height: 27rpx;
  56. line-height: 27rpx;
  57. color: rgba(255, 255, 255, 1);
  58. /*padding: 0rpx 5rpx;*/
  59. font-size: 18rpx;
  60. text-align: center;
  61. /*background-color: rgba(56, 55, 53, 0.2);*/
  62. text-shadow: 0px 1px 2px #383735;
  63. /*box-shadow: 0px 1px 2px 0px rgba(56, 55, 53, 0.2);*/
  64. }
  65. .cardetail_info_c{
  66. height: 282rpx;
  67. background-color:white;
  68. overflow: hidden;
  69. display: flex;
  70. flex-direction:column;
  71. justify-content:center;
  72. }
  73. .cardetail_t{
  74. line-height: 32rpx;
  75. color: rgba(56, 55, 53, 1);
  76. font-size: 32rpx;
  77. max-width:654rpx;
  78. margin:0rpx auto;
  79. text-align: left;
  80. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  81. }
  82. .cardetail_price{
  83. margin-top:20rpx;
  84. height: 42rpx;
  85. line-height: 42rpx;
  86. color: rgba(56, 55, 53, 1);
  87. font-size: 28rpx;
  88. text-align: center;
  89. }
  90. .cardetail_price_v{
  91. display: inline;
  92. color:#BFA368;
  93. margin:0rpx 30rpx 0rpx 10rpx;
  94. font-size: 42rpx;
  95. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  96. }
  97. .cardetail_price_n{
  98. display: inline;
  99. color: rgba(56, 55, 53, 1);
  100. font-size: 24rpx;
  101. }
  102. .cardetail_flex{
  103. height: 80rpx;
  104. display: flex;
  105. margin-top:40rpx;
  106. }
  107. .cardetail_time{
  108. width: 290rpx;
  109. border-right:1rpx solid rgba(235, 235, 235, 1);
  110. }
  111. .cardetail_mileage{
  112. width:215rpx;
  113. border-right:1rpx solid rgba(235, 235, 235, 1);
  114. }
  115. .cardetail_flex_v{
  116. height: 32rpx;
  117. line-height: 32rpx;
  118. color: rgba(56, 55, 53, 1);
  119. font-size: 32rpx;
  120. text-align: center;
  121. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  122. }
  123. .cardetail_flex_name{
  124. margin-top:10rpx;
  125. height: 28rpx;
  126. line-height: 42rpx;
  127. color: rgba(135, 135, 135, 1);
  128. font-size: 28rpx;
  129. text-align: center;
  130. }
  131. .cardetail_shop{
  132. height: 140rpx;
  133. margin-top:20rpx;
  134. padding-left:38rpx;
  135. position: relative;
  136. background-color: white;
  137. overflow: hidden;
  138. }
  139. .cardetail_shop_n{
  140. height: 48rpx;
  141. line-height: 48rpx;
  142. color: #383735;
  143. font-size: 32rpx;
  144. margin-top:22rpx;
  145. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  146. }
  147. .cardetail_shop_d{
  148. height: 36rpx;
  149. line-height: 36rpx;
  150. color: rgba(104, 104, 104, 1);
  151. font-size: 24rpx;
  152. margin-top:20rpx;
  153. }
  154. .cardetail_shop_d image{
  155. width:20rpx;
  156. height: 20rpx;
  157. display: inline-block;
  158. }
  159. .cardetail_shop_nav{
  160. position: absolute;
  161. top:34rpx;
  162. right:40rpx;
  163. height: 36rpx;
  164. line-height: 36rpx;
  165. color: rgba(104, 104, 104, 1);
  166. font-size: 24rpx;
  167. }
  168. .cardetail_shop_nav image{
  169. width:22rpx;
  170. height: 22rpx;
  171. margin-left: 10rpx;
  172. }
  173. .cardetail_space{
  174. background-color:white;
  175. padding-top:36rpx;
  176. margin-top:20rpx;
  177. }
  178. .cardetail_space_base{
  179. height:445rpx;
  180. }
  181. .cardetail_space_dsc{
  182. overflow: hidden;
  183. position: relative;
  184. }
  185. .cardetail_space_col{
  186. height:730rpx;
  187. overflow: hidden;
  188. }
  189. /*.cardetail_space_pic{
  190. height:6170rpx;
  191. overflow: hidden;
  192. }*/
  193. .cardetail_describe_op{
  194. position: absolute;
  195. width:22rpx;
  196. height: 22rpx;
  197. top:40rpx;
  198. right: 48rpx;
  199. transition: transform 0.5s;
  200. }
  201. .cardetail_describe_opactive{
  202. transform: rotate(90deg);
  203. }
  204. .cardetail_describe{
  205. line-height: 34rpx;
  206. height: 272rpx;
  207. color: rgba(56, 55, 53, 1);
  208. font-size: 24rpx;
  209. margin: 30rpx 48rpx;
  210. overflow: hidden;
  211. word-break: break-all;
  212. }
  213. .cardetail_space_t{
  214. height: 32rpx;
  215. line-height: 32rpx;
  216. color: rgba(104, 104, 104, 1);
  217. font-size: 32rpx;
  218. text-indent:10rpx;
  219. border-left:6rpx solid #FFE600;
  220. margin:0rpx 40rpx;
  221. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  222. }
  223. .cardetail_baseinfo_c{
  224. display: flex;
  225. flex-wrap: wrap;
  226. padding: 0rpx 48rpx 40rpx;
  227. }
  228. .cardetail_baseinfo_i{
  229. width:33.3%;
  230. padding: 30rpx 0rpx 10rpx;
  231. }
  232. .cardetail_baseinfo_v{
  233. height: 48rpx;
  234. line-height: 48rpx;
  235. color: rgba(56, 55, 53, 1);
  236. font-size: 30rpx;
  237. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  238. }
  239. .cardetail_baseinfo_n{
  240. height: 36rpx;
  241. line-height: 36rpx;
  242. color: rgba(155, 155, 155, 1);
  243. font-size: 26rpx;
  244. }
  245. .cardetail_collocate{
  246. margin-top:30rpx;
  247. text-indent: 40rpx;
  248. height: 30rpx;
  249. line-height: 30rpx;
  250. color:rgba(56, 55, 53, 1);
  251. font-size:24rpx;
  252. }
  253. .cardetail_collocate_list{
  254. margin-top:40rpx;
  255. }
  256. .cardetail_collocate_item{
  257. }
  258. .cardetail_collocate_item_t{
  259. border-top: 1rpx solid rgba(235, 235, 235, 1);
  260. height: 88rpx;
  261. line-height: 88rpx;
  262. color: rgba(56, 55, 53, 1);
  263. font-size: 26rpx;
  264. margin:0rpx 48rpx;
  265. position: relative;
  266. }
  267. .cardetail_collocate_item_sw{
  268. position: absolute;
  269. top: 33rpx;
  270. right: 0rpx;
  271. width: 22rpx;
  272. height: 22rpx;
  273. transition: transform 0.5s;
  274. }
  275. .collocate_open .cardetail_collocate_item_sw{
  276. transform: rotate(180deg);
  277. }
  278. .cardetail_collocate_item_l{
  279. height: 0rpx;
  280. transition: height 0.5s;
  281. overflow: hidden;
  282. background-color: #fffef0;
  283. }
  284. /*.collocate_open .cardetail_collocate_item_l{
  285. height: auto;
  286. }*/
  287. .cardetail_collocate_item_d{
  288. height: 88rpx;
  289. line-height: 88rpx;
  290. color: rgba(56, 55, 53, 1);
  291. font-size: 26rpx;
  292. border-top: 1rpx solid rgba(235, 235, 235, 1);
  293. display: flex;
  294. }
  295. .collocate_item_n{
  296. text-indent: 48rpx;
  297. width:360rpx;
  298. }
  299. .collocate_item_v{
  300. flex: 1;
  301. line-height: 32rpx;
  302. align-items:center;
  303. display:flex;
  304. color: rgba(104, 104, 104, 1);
  305. font-size: 24rpx;
  306. }
  307. .cardetail_img_i{
  308. margin:32rpx 38rpx 0rpx;
  309. width: 674rpx;
  310. height: 412rpx;
  311. }
  312. /*********检查样式************/
  313. .cardetail_check_report{
  314. padding-bottom: 80rpx;
  315. border-bottom: 1rpx solid rgba(235, 235, 235, 1);
  316. }
  317. .cardetail_check_i{
  318. display: flex;
  319. height: 98rpx;
  320. line-height: 98rpx;
  321. border-bottom: 1rpx solid rgba(235, 235, 235, 1);
  322. }
  323. .cardetail_check_n{
  324. width: 450rpx;
  325. text-align: 48rpx;
  326. }
  327. .cardetail_check_n image{
  328. width:26rpx;
  329. height: 26rpx;
  330. margin-left: 50rpx;
  331. }
  332. .cardetail_check_name{
  333. display: inline-block;
  334. color: rgba(56, 55, 53, 1);
  335. font-size: 26rpx;
  336. text-align: left;
  337. margin-left: 20rpx;
  338. }
  339. .cardetail_check_i{
  340. flex: 1;
  341. display: flex;
  342. color: rgba(104, 104, 104, 1);
  343. font-size: 24rpx;
  344. justify-content:flex-end;
  345. }
  346. .cardetail_check_unp,.cardetail_check_p{
  347. margin-left: 20rpx;
  348. }
  349. .unpass_number,.pass_number{
  350. width:22rpx;
  351. height: 22rpx;
  352. margin-left: 10rpx;
  353. }
  354. .cardetail_check_op{
  355. width:22rpx;
  356. height: 22rpx;
  357. margin:38rpx 48rpx 0rpx 10rpx;
  358. margin-right: 48rpx;
  359. margin-left: 10rpx;
  360. transition: transform 0.5s;
  361. }
  362. /*******底部操作样式*******/
  363. .no_more{
  364. height: 144rpx;
  365. line-height: 144rpx;
  366. color: rgba(183, 183, 183, 1);
  367. font-size: 24rpx;
  368. text-align: center;
  369. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  370. }
  371. .cardetail_op_list_space{
  372. background-color: white;
  373. height: 120rpx;
  374. }
  375. .cardetail_op_list{
  376. position: fixed;
  377. left:0rpx;
  378. bottom:0rpx;
  379. width: 100%;
  380. height: 120rpx;
  381. display: flex;
  382. background-color:white;
  383. text-align: center;
  384. border-top: 1rpx solid #ebebeb;
  385. }
  386. .cardetail_op_collect,.cardetail_op_phone{
  387. width: 136rpx;
  388. text-align: center;
  389. line-height: 24rpx;
  390. color: rgba(104, 104, 104, 1);
  391. font-size: 16rpx;
  392. }
  393. .cardetail_op_collect image,.cardetail_op_phone image{
  394. width: 36rpx;
  395. height: 36rpx;
  396. display: block;
  397. margin: 20rpx auto 0rpx;
  398. }
  399. .cardetail_op_appointment,.cardetail_op_buy{
  400. flex: 1;
  401. background-color: #FFE600;
  402. line-height: 98rpx;
  403. color: rgba(56, 55, 53, 1);
  404. font-size: 30rpx;
  405. font-family: PingFangSC-Medium;
  406. }
  407. .cardetail_op_line{
  408. border-top:25rpx solid #FFE600;
  409. border-bottom:47rpx solid #FFE600;
  410. width: 1rpx;
  411. height: 48rpx;
  412. background-color: rgba(155, 155, 155, 1);
  413. }
  414. /*贷款计算*/
  415. .buy_scheme{
  416. position: fixed;
  417. top: 0rpx;
  418. width: 100%;
  419. height: 100%;
  420. background-color: rgba(56,55,53,0.7);
  421. }
  422. .buy_scheme_box{
  423. background: white;
  424. width:662rpx;
  425. height: 832rpx;
  426. border-radius: 6rpx;
  427. margin:228rpx auto;
  428. }
  429. .buy_scheme_title{
  430. height: 68rpx;
  431. line-height: 68rpx;
  432. border-bottom: 1px solid rgba(235, 235, 235, 1);
  433. position: relative;
  434. }
  435. .buy_scheme_tw{
  436. font-size: 28rpx;
  437. text-align: center;
  438. color: rgba(33, 36, 37, 1);
  439. font-family: PingFangSC-Regular,NotoSansHans-Regular;
  440. }
  441. .buy_scheme_close{
  442. width:22rpx;
  443. height: 22rpx;
  444. position: absolute;
  445. top:23rpx;
  446. right:38rpx;
  447. }
  448. .scheme_price{
  449. width:602rpx;
  450. margin:30rpx auto;
  451. display: flex;
  452. }
  453. .scheme_price_i{
  454. flex: 1;
  455. }
  456. .scheme_price_iw{
  457. height: 30rpx;
  458. line-height: 30rpx;
  459. color: rgba(104, 104, 104, 1);
  460. font-size: 20rpx;
  461. text-align: center;
  462. font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
  463. }
  464. .scheme_price_ip,.scheme_price_ipb{
  465. height: 54rpx;
  466. line-height: 54rpx;
  467. color: rgba(33, 36, 37, 1);
  468. font-size: 36rpx;
  469. text-align: center;
  470. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  471. }
  472. .scheme_price_ipb{
  473. color: rgba(191, 163, 104, 1);
  474. }
  475. .scheme_item{
  476. margin-top:48rpx;
  477. }
  478. .scheme_item_t{
  479. height: 30rpx;
  480. line-height: 30rpx;
  481. color: rgba(104, 104, 104, 1);
  482. font-size: 20rpx;
  483. text-align: center;
  484. font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
  485. }
  486. .scheme_item_l{
  487. width:622rpx;
  488. display: flex;
  489. margin:0px auto;
  490. overflow: hidden;
  491. flex-wrap: wrap;
  492. }
  493. .scheme_item_el{
  494. width: 160rpx;
  495. height: 68rpx;
  496. border-radius: 6rpx;
  497. border: 1.2px solid rgba(183, 183, 183, 1);
  498. margin: 25rpx 20rpx 0rpx;
  499. line-height:68rpx;
  500. color: rgba(33, 36, 37, 1);
  501. font-size: 28rpx;
  502. text-align: center;
  503. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  504. }
  505. .scheme_item_el.active{
  506. background-color: #FFE600;
  507. }
  508. .scheme_condition{
  509. text-indent: 80rpx;
  510. line-height: 32rpx;
  511. color: rgba(135, 135, 135, 1);
  512. font-size: 20rpx;
  513. text-align: left;
  514. font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
  515. }
  516. .scheme_condition_po{
  517. color:black;
  518. color:#c4ab75;
  519. margin-top:40rpx;
  520. }
  521. .check_c{
  522. position: fixed;
  523. top:0rpx;
  524. left:100%;
  525. width: 100%;
  526. height: 100%;
  527. background: white;
  528. z-index:101;
  529. transition: all 0.5s;
  530. background-color: #F9F9F9;
  531. }
  532. .check_title{
  533. background-color:#fede18;
  534. height:128rpx;
  535. position: absolute;
  536. top:0rpx;
  537. width: 100%;
  538. }
  539. .check_back{
  540. width:50rpx;
  541. height: 50rpx;
  542. position: absolute;
  543. top:100rpx;
  544. left:40rpx;
  545. }
  546. .check_back image{
  547. width:30rpx;
  548. height: 30rpx;
  549. margin: 10rpx;
  550. }
  551. .check_title_w{
  552. padding-top: 105rpx;
  553. font-size: 36rpx;
  554. height: 44rpx;
  555. line-height: 44rpx;
  556. text-align: center;
  557. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  558. }
  559. .checkw_result{
  560. width: 654rpx;
  561. line-height:36rpx;
  562. color: rgba(56, 55, 53, 1);
  563. margin: 0px auto;
  564. padding: 30rpx 48rpx;
  565. font-size: 24rpx;
  566. text-align: justify;
  567. font-family: NotoSansHans-DemiLight;
  568. background-color: white;
  569. }
  570. .cardetailw_check_i{
  571. background-color: white;
  572. margin-top: 20rpx;
  573. }
  574. .cardetailw_check_name{
  575. height: 98rpx;
  576. line-height: 98rpx;
  577. color: rgba(56, 55, 53, 1);
  578. font-size: 28rpx;
  579. text-align: left;
  580. text-indent: 48rpx;
  581. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  582. border-bottom: 1rpx solid rgba(235, 235, 235, 1);
  583. }
  584. .cardetailw_check_si{
  585. }
  586. .cardetailw_check_sit{
  587. border-bottom: 1rpx solid rgba(235, 235, 235, 1);
  588. }
  589. .cardetailw_check_sit::last{
  590. border-bottom: 0rpx;
  591. }
  592. .cardetailw_check_sitn{
  593. display: flex;
  594. height: 98rpx;
  595. line-height: 98rpx;
  596. }
  597. .cardetailw_check_sitnw{
  598. flex: 1;
  599. color: rgba(104, 104, 104, 1);
  600. font-size: 26rpx;
  601. margin-left:48rpx;
  602. font-family: NotoSansHans-DemiLight;
  603. }
  604. .cardetailw_check_unp,.cardetailw_check_p{
  605. color: rgba(104, 104, 104, 1);
  606. font-size: 24rpx;
  607. margin-left:20rpx;
  608. font-family: NotoSansHans-DemiLight;
  609. }
  610. .cardetail_check_opactive{
  611. transform: rotate(90deg);
  612. }
  613. .cardetailw_check_tit{
  614. overflow: hidden;
  615. height: 0rpx;
  616. transition: height 0.5s;
  617. }
  618. .cardetailw_check_titn{
  619. display: flex;
  620. height: 98rpx;
  621. line-height: 98rpx;
  622. background-color: #F8F8FA;
  623. left: 48px;
  624. color: rgba(104, 104, 104, 1);
  625. font-size: 26rpx;
  626. font-family: NotoSansHans-DemiLight;
  627. border-top: 1rpx solid rgba(235, 235, 235, 1);
  628. }
  629. .cardetailw_check_titn::last{
  630. border-bottom: 0rpx;
  631. }
  632. .cardetailw_check_titna{
  633. flex: 1;
  634. text-indent:48rpx;
  635. }
  636. .titn_img{
  637. width:22rpx;
  638. height: 22rpx;
  639. margin-right: 80rpx;
  640. margin-top:40rpx;
  641. }