cardetail.wxss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654
  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. overflow: hidden;
  187. }
  188. /*.cardetail_space_pic{
  189. height:6170rpx;
  190. overflow: hidden;
  191. }*/
  192. .cardetail_describe_op{
  193. position: absolute;
  194. width:22rpx;
  195. height: 22rpx;
  196. top:40rpx;
  197. right: 48rpx;
  198. transition: transform 0.5s;
  199. }
  200. .cardetail_describe_opactive{
  201. transform: rotate(90deg);
  202. }
  203. .cardetail_describe{
  204. line-height: 34rpx;
  205. height: 272rpx;
  206. color: rgba(56, 55, 53, 1);
  207. font-size: 24rpx;
  208. margin: 30rpx 48rpx;
  209. overflow: hidden;
  210. word-break: break-all;
  211. }
  212. .cardetail_space_t{
  213. height: 32rpx;
  214. line-height: 32rpx;
  215. color: rgba(104, 104, 104, 1);
  216. font-size: 32rpx;
  217. text-indent:10rpx;
  218. border-left:6rpx solid #FFE600;
  219. margin:0rpx 40rpx;
  220. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  221. }
  222. .cardetail_baseinfo_c{
  223. display: flex;
  224. flex-wrap: wrap;
  225. padding: 0rpx 48rpx 40rpx;
  226. }
  227. .cardetail_baseinfo_i{
  228. width:33.3%;
  229. padding: 30rpx 0rpx 10rpx;
  230. }
  231. .cardetail_baseinfo_v{
  232. height: 48rpx;
  233. line-height: 48rpx;
  234. color: rgba(56, 55, 53, 1);
  235. font-size: 30rpx;
  236. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  237. }
  238. .cardetail_baseinfo_n{
  239. height: 36rpx;
  240. line-height: 36rpx;
  241. color: rgba(155, 155, 155, 1);
  242. font-size: 26rpx;
  243. }
  244. .cardetail_collocate{
  245. margin-top:30rpx;
  246. text-indent: 40rpx;
  247. height: 30rpx;
  248. line-height: 30rpx;
  249. color:rgba(56, 55, 53, 1);
  250. font-size:24rpx;
  251. }
  252. .cardetail_collocate_list{
  253. margin-top:40rpx;
  254. }
  255. .cardetail_collocate_item{
  256. }
  257. .cardetail_collocate_item_t{
  258. border-top: 1rpx solid rgba(235, 235, 235, 1);
  259. height: 88rpx;
  260. line-height: 88rpx;
  261. color: rgba(56, 55, 53, 1);
  262. font-size: 26rpx;
  263. margin:0rpx 48rpx;
  264. position: relative;
  265. }
  266. .cardetail_collocate_item_sw{
  267. position: absolute;
  268. top: 33rpx;
  269. right: 0rpx;
  270. width: 22rpx;
  271. height: 22rpx;
  272. transition: transform 0.5s;
  273. }
  274. .collocate_open .cardetail_collocate_item_sw{
  275. transform: rotate(180deg);
  276. }
  277. .cardetail_collocate_item_l{
  278. height: 0rpx;
  279. transition: height 0.5s;
  280. overflow: hidden;
  281. background-color: #fffef0;
  282. }
  283. /*.collocate_open .cardetail_collocate_item_l{
  284. height: auto;
  285. }*/
  286. .cardetail_collocate_item_d{
  287. height: 88rpx;
  288. line-height: 88rpx;
  289. color: rgba(56, 55, 53, 1);
  290. font-size: 26rpx;
  291. border-top: 1rpx solid rgba(235, 235, 235, 1);
  292. display: flex;
  293. }
  294. .collocate_item_n{
  295. text-indent: 48rpx;
  296. width:360rpx;
  297. }
  298. .collocate_item_v{
  299. flex: 1;
  300. line-height: 32rpx;
  301. align-items:center;
  302. display:flex;
  303. color: rgba(104, 104, 104, 1);
  304. font-size: 24rpx;
  305. }
  306. .cardetail_img_i{
  307. margin:32rpx 38rpx 0rpx;
  308. width: 674rpx;
  309. height: 412rpx;
  310. }
  311. /*********检查样式************/
  312. .cardetail_check_report{
  313. padding-bottom: 80rpx;
  314. border-bottom: 1rpx solid rgba(235, 235, 235, 1);
  315. }
  316. .cardetail_check_i{
  317. display: flex;
  318. height: 98rpx;
  319. line-height: 98rpx;
  320. border-bottom: 1rpx solid rgba(235, 235, 235, 1);
  321. }
  322. .cardetail_check_n{
  323. width: 450rpx;
  324. text-align: 48rpx;
  325. }
  326. .cardetail_check_n image{
  327. width:26rpx;
  328. height: 26rpx;
  329. margin-left: 50rpx;
  330. }
  331. .cardetail_check_name{
  332. display: inline-block;
  333. color: rgba(56, 55, 53, 1);
  334. font-size: 26rpx;
  335. text-align: left;
  336. margin-left: 20rpx;
  337. }
  338. .cardetail_check_i{
  339. flex: 1;
  340. display: flex;
  341. color: rgba(104, 104, 104, 1);
  342. font-size: 24rpx;
  343. justify-content:flex-end;
  344. }
  345. .cardetail_check_unp,.cardetail_check_p{
  346. margin-left: 20rpx;
  347. }
  348. .unpass_number,.pass_number{
  349. width:22rpx;
  350. height: 22rpx;
  351. margin-left: 10rpx;
  352. }
  353. .cardetail_check_op{
  354. width:22rpx;
  355. height: 22rpx;
  356. margin:38rpx 48rpx 0rpx 10rpx;
  357. margin-right: 48rpx;
  358. margin-left: 10rpx;
  359. transition: transform 0.5s;
  360. }
  361. /*******底部操作样式*******/
  362. .no_more{
  363. height: 144rpx;
  364. line-height: 144rpx;
  365. color: rgba(183, 183, 183, 1);
  366. font-size: 24rpx;
  367. text-align: center;
  368. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  369. }
  370. .cardetail_op_list_space{
  371. height: 120rpx;
  372. }
  373. .cardetail_op_list{
  374. position: fixed;
  375. left:0rpx;
  376. bottom:0rpx;
  377. width: 100%;
  378. height: 120rpx;
  379. display: flex;
  380. background-color:white;
  381. text-align: center;
  382. border-top: 1rpx solid #ebebeb;
  383. }
  384. .cardetail_op_collect,.cardetail_op_phone{
  385. width: 136rpx;
  386. text-align: center;
  387. line-height: 24rpx;
  388. color: rgba(104, 104, 104, 1);
  389. font-size: 16rpx;
  390. }
  391. .cardetail_op_collect image,.cardetail_op_phone image{
  392. width: 36rpx;
  393. height: 36rpx;
  394. display: block;
  395. margin: 20rpx auto 0rpx;
  396. }
  397. .cardetail_op_appointment,.cardetail_op_buy{
  398. flex: 1;
  399. background-color: #FFE600;
  400. line-height: 98rpx;
  401. color: rgba(56, 55, 53, 1);
  402. font-size: 30rpx;
  403. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  404. }
  405. .cardetail_op_line{
  406. border-top:25rpx solid #FFE600;
  407. border-bottom:47rpx solid #FFE600;
  408. width: 1rpx;
  409. height: 48rpx;
  410. background-color: rgba(155, 155, 155, 1);
  411. }
  412. /*贷款计算*/
  413. .buy_scheme{
  414. position: fixed;
  415. top: 0rpx;
  416. width: 100%;
  417. height: 100%;
  418. background-color: rgba(56,55,53,0.7);
  419. }
  420. .buy_scheme_box{
  421. background: white;
  422. width:662rpx;
  423. height: 832rpx;
  424. border-radius: 6rpx;
  425. margin:228rpx auto;
  426. }
  427. .buy_scheme_title{
  428. height: 68rpx;
  429. line-height: 68rpx;
  430. border-bottom: 1px solid rgba(235, 235, 235, 1);
  431. position: relative;
  432. }
  433. .buy_scheme_tw{
  434. font-size: 28rpx;
  435. text-align: center;
  436. color: rgba(33, 36, 37, 1);
  437. font-family: PingFangSC-Regular,NotoSansHans-Regular;
  438. }
  439. .buy_scheme_close{
  440. width:22rpx;
  441. height: 22rpx;
  442. position: absolute;
  443. top:23rpx;
  444. right:38rpx;
  445. }
  446. .scheme_price{
  447. width:602rpx;
  448. margin:30rpx auto;
  449. display: flex;
  450. }
  451. .scheme_price_i{
  452. flex: 1;
  453. }
  454. .scheme_price_iw{
  455. height: 30rpx;
  456. line-height: 30rpx;
  457. color: rgba(104, 104, 104, 1);
  458. font-size: 20rpx;
  459. text-align: center;
  460. font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
  461. }
  462. .scheme_price_ip,.scheme_price_ipb{
  463. height: 54rpx;
  464. line-height: 54rpx;
  465. color: rgba(33, 36, 37, 1);
  466. font-size: 36rpx;
  467. text-align: center;
  468. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  469. }
  470. .scheme_price_ipb{
  471. color: rgba(191, 163, 104, 1);
  472. }
  473. .scheme_item{
  474. margin-top:48rpx;
  475. }
  476. .scheme_item_t{
  477. height: 30rpx;
  478. line-height: 30rpx;
  479. color: rgba(104, 104, 104, 1);
  480. font-size: 20rpx;
  481. text-align: center;
  482. font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
  483. }
  484. .scheme_item_l{
  485. width:622rpx;
  486. display: flex;
  487. margin:0px auto;
  488. overflow: hidden;
  489. flex-wrap: wrap;
  490. }
  491. .scheme_item_el{
  492. width: 160rpx;
  493. height: 68rpx;
  494. border-radius: 6rpx;
  495. border: 1.2px solid rgba(183, 183, 183, 1);
  496. margin: 25rpx 20rpx 0rpx;
  497. line-height:68rpx;
  498. color: rgba(33, 36, 37, 1);
  499. font-size: 28rpx;
  500. text-align: center;
  501. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  502. }
  503. .scheme_item_el.active{
  504. background-color: #FFE600;
  505. }
  506. .scheme_condition{
  507. text-indent: 80rpx;
  508. line-height: 32rpx;
  509. color: rgba(135, 135, 135, 1);
  510. font-size: 20rpx;
  511. text-align: left;
  512. font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
  513. }
  514. .scheme_condition_po{
  515. color:black;
  516. color:#c4ab75;
  517. margin-top:40rpx;
  518. }
  519. .check_c{
  520. position: fixed;
  521. top:0rpx;
  522. left:100%;
  523. width: 100%;
  524. height: 100%;
  525. background: white;
  526. z-index:101;
  527. transition: all 0.5s;
  528. background-color: #F9F9F9;
  529. }
  530. .check_title{
  531. background-color:#fede18;
  532. height:128rpx;
  533. position: absolute;
  534. top:0rpx;
  535. width: 100%;
  536. }
  537. .check_back{
  538. width:50rpx;
  539. height: 50rpx;
  540. position: absolute;
  541. top:100rpx;
  542. left:40rpx;
  543. }
  544. .check_back image{
  545. width:30rpx;
  546. height: 30rpx;
  547. margin: 10rpx;
  548. }
  549. .check_title_w{
  550. padding-top: 105rpx;
  551. font-size: 36rpx;
  552. height: 44rpx;
  553. line-height: 44rpx;
  554. text-align: center;
  555. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  556. }
  557. .checkw_result{
  558. width: 654rpx;
  559. line-height:36rpx;
  560. color: rgba(56, 55, 53, 1);
  561. margin: 0px auto;
  562. padding: 30rpx 48rpx;
  563. font-size: 24rpx;
  564. text-align: justify;
  565. font-family: NotoSansHans-DemiLight;
  566. background-color: white;
  567. }
  568. .cardetailw_check_i{
  569. background-color: white;
  570. margin-top: 20rpx;
  571. }
  572. .cardetailw_check_name{
  573. height: 98rpx;
  574. line-height: 98rpx;
  575. color: rgba(56, 55, 53, 1);
  576. font-size: 28rpx;
  577. text-align: left;
  578. text-indent: 48rpx;
  579. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  580. border-bottom: 1rpx solid rgba(235, 235, 235, 1);
  581. }
  582. .cardetailw_check_si{
  583. }
  584. .cardetailw_check_sit{
  585. border-bottom: 1rpx solid rgba(235, 235, 235, 1);
  586. }
  587. .cardetailw_check_sit::last{
  588. border-bottom: 0rpx;
  589. }
  590. .cardetailw_check_sitn{
  591. display: flex;
  592. height: 98rpx;
  593. line-height: 98rpx;
  594. }
  595. .cardetailw_check_sitnw{
  596. flex: 1;
  597. color: rgba(104, 104, 104, 1);
  598. font-size: 26rpx;
  599. margin-left:48rpx;
  600. font-family: NotoSansHans-DemiLight;
  601. }
  602. .cardetailw_check_unp,.cardetailw_check_p{
  603. color: rgba(104, 104, 104, 1);
  604. font-size: 24rpx;
  605. margin-left:20rpx;
  606. font-family: NotoSansHans-DemiLight;
  607. }
  608. .cardetail_check_opactive{
  609. transform: rotate(90deg);
  610. }
  611. .cardetailw_check_tit{
  612. overflow: hidden;
  613. height: 0rpx;
  614. transition: height 0.5s;
  615. }
  616. .cardetailw_check_titn{
  617. display: flex;
  618. height: 98rpx;
  619. line-height: 98rpx;
  620. background-color: #F8F8FA;
  621. left: 48px;
  622. color: rgba(104, 104, 104, 1);
  623. font-size: 26rpx;
  624. font-family: NotoSansHans-DemiLight;
  625. border-top: 1rpx solid rgba(235, 235, 235, 1);
  626. }
  627. .cardetailw_check_titn::last{
  628. border-bottom: 0rpx;
  629. }
  630. .cardetailw_check_titna{
  631. flex: 1;
  632. text-indent:48rpx;
  633. }
  634. .titn_img{
  635. width:22rpx;
  636. height: 22rpx;
  637. margin-right: 80rpx;
  638. margin-top:40rpx;
  639. }