cardetail.wxss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645
  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: 68rpx;
  207. color: rgba(56, 55, 53, 1);
  208. font-size: 24rpx;
  209. margin: 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. }
  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(104, 104, 104, 1);
  250. font-size: 20rpx;
  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. .cardetail_op_list_space{
  363. background-color: white;
  364. height: 120rpx;
  365. }
  366. .cardetail_op_list{
  367. position: fixed;
  368. left:0rpx;
  369. bottom:0rpx;
  370. width: 100%;
  371. height: 120rpx;
  372. display: flex;
  373. background-color:white;
  374. text-align: center;
  375. border-top: 1rpx solid #ebebeb;
  376. }
  377. .cardetail_op_collect,.cardetail_op_phone{
  378. width: 136rpx;
  379. text-align: center;
  380. line-height: 24rpx;
  381. color: rgba(104, 104, 104, 1);
  382. font-size: 16rpx;
  383. }
  384. .cardetail_op_collect image,.cardetail_op_phone image{
  385. width: 36rpx;
  386. height: 36rpx;
  387. display: block;
  388. margin: 20rpx auto 0rpx;
  389. }
  390. .cardetail_op_appointment,.cardetail_op_buy{
  391. flex: 1;
  392. background-color: #FFE600;
  393. line-height: 98rpx;
  394. color: rgba(56, 55, 53, 1);
  395. font-size: 30rpx;
  396. font-family: PingFangSC-Medium;
  397. }
  398. .cardetail_op_line{
  399. border-top:25rpx solid #FFE600;
  400. border-bottom:47rpx solid #FFE600;
  401. width: 1rpx;
  402. height: 48rpx;
  403. background-color: rgba(155, 155, 155, 1);
  404. }
  405. /*贷款计算*/
  406. .buy_scheme{
  407. position: fixed;
  408. top: 0rpx;
  409. width: 100%;
  410. height: 100%;
  411. background-color: rgba(56,55,53,0.7);
  412. }
  413. .buy_scheme_box{
  414. background: white;
  415. width:662rpx;
  416. height: 832rpx;
  417. border-radius: 6rpx;
  418. margin:228rpx auto;
  419. }
  420. .buy_scheme_title{
  421. height: 68rpx;
  422. line-height: 68rpx;
  423. border-bottom: 1px solid rgba(235, 235, 235, 1);
  424. position: relative;
  425. }
  426. .buy_scheme_tw{
  427. font-size: 28rpx;
  428. text-align: center;
  429. color: rgba(33, 36, 37, 1);
  430. font-family: PingFangSC-Regular,NotoSansHans-Regular;
  431. }
  432. .buy_scheme_close{
  433. width:22rpx;
  434. height: 22rpx;
  435. position: absolute;
  436. top:23rpx;
  437. right:38rpx;
  438. }
  439. .scheme_price{
  440. width:602rpx;
  441. margin:30rpx auto;
  442. display: flex;
  443. }
  444. .scheme_price_i{
  445. flex: 1;
  446. }
  447. .scheme_price_iw{
  448. height: 30rpx;
  449. line-height: 30rpx;
  450. color: rgba(104, 104, 104, 1);
  451. font-size: 20rpx;
  452. text-align: center;
  453. font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
  454. }
  455. .scheme_price_ip,.scheme_price_ipb{
  456. height: 54rpx;
  457. line-height: 54rpx;
  458. color: rgba(33, 36, 37, 1);
  459. font-size: 36rpx;
  460. text-align: center;
  461. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  462. }
  463. .scheme_price_ipb{
  464. color: rgba(191, 163, 104, 1);
  465. }
  466. .scheme_item{
  467. margin-top:48rpx;
  468. }
  469. .scheme_item_t{
  470. height: 30rpx;
  471. line-height: 30rpx;
  472. color: rgba(104, 104, 104, 1);
  473. font-size: 20rpx;
  474. text-align: center;
  475. font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
  476. }
  477. .scheme_item_l{
  478. width:622rpx;
  479. display: flex;
  480. margin:0px auto;
  481. overflow: hidden;
  482. flex-wrap: wrap;
  483. }
  484. .scheme_item_el{
  485. width: 160rpx;
  486. height: 68rpx;
  487. border-radius: 6rpx;
  488. border: 1.2px solid rgba(183, 183, 183, 1);
  489. margin: 25rpx 20rpx 0rpx;
  490. line-height:68rpx;
  491. color: rgba(33, 36, 37, 1);
  492. font-size: 28rpx;
  493. text-align: center;
  494. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  495. }
  496. .scheme_item_el.active{
  497. background-color: #FFE600;
  498. }
  499. .scheme_condition{
  500. text-indent: 80rpx;
  501. line-height: 32rpx;
  502. color: rgba(135, 135, 135, 1);
  503. font-size: 20rpx;
  504. text-align: left;
  505. font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
  506. }
  507. .scheme_condition_po{
  508. color:black;
  509. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  510. }
  511. .check_c{
  512. position: fixed;
  513. top:0rpx;
  514. left:100%;
  515. width: 100%;
  516. height: 100%;
  517. background: white;
  518. z-index:101;
  519. transition: all 0.5s;
  520. background-color: #F9F9F9;
  521. }
  522. .check_title{
  523. background-color:#fede18;
  524. height:128rpx;
  525. position: absolute;
  526. top:0rpx;
  527. width: 100%;
  528. }
  529. .check_back{
  530. width:50rpx;
  531. height: 50rpx;
  532. position: absolute;
  533. top:100rpx;
  534. left:40rpx;
  535. }
  536. .check_back image{
  537. width:30rpx;
  538. height: 30rpx;
  539. margin: 10rpx;
  540. }
  541. .check_title_w{
  542. padding-top: 105rpx;
  543. font-size: 36rpx;
  544. height: 44rpx;
  545. line-height: 44rpx;
  546. text-align: center;
  547. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  548. }
  549. .checkw_result{
  550. width: 654rpx;
  551. line-height:36rpx;
  552. color: rgba(56, 55, 53, 1);
  553. margin: 0px auto;
  554. padding: 30rpx 48rpx;
  555. font-size: 24rpx;
  556. text-align: justify;
  557. font-family: NotoSansHans-DemiLight;
  558. background-color: white;
  559. }
  560. .cardetailw_check_i{
  561. background-color: white;
  562. margin-top: 20rpx;
  563. }
  564. .cardetailw_check_name{
  565. height: 98rpx;
  566. line-height: 98rpx;
  567. color: rgba(56, 55, 53, 1);
  568. font-size: 28rpx;
  569. text-align: left;
  570. text-indent: 48rpx;
  571. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  572. border-bottom: 1rpx solid rgba(235, 235, 235, 1);
  573. }
  574. .cardetailw_check_si{
  575. }
  576. .cardetailw_check_sit{
  577. border-bottom: 1rpx solid rgba(235, 235, 235, 1);
  578. }
  579. .cardetailw_check_sit::last{
  580. border-bottom: 0rpx;
  581. }
  582. .cardetailw_check_sitn{
  583. display: flex;
  584. height: 98rpx;
  585. line-height: 98rpx;
  586. }
  587. .cardetailw_check_sitnw{
  588. flex: 1;
  589. color: rgba(104, 104, 104, 1);
  590. font-size: 26rpx;
  591. margin-left:48rpx;
  592. font-family: NotoSansHans-DemiLight;
  593. }
  594. .cardetailw_check_unp,.cardetailw_check_p{
  595. color: rgba(104, 104, 104, 1);
  596. font-size: 24rpx;
  597. margin-left:20rpx;
  598. font-family: NotoSansHans-DemiLight;
  599. }
  600. .cardetail_check_opactive{
  601. transform: rotate(90deg);
  602. }
  603. .cardetailw_check_tit{
  604. overflow: hidden;
  605. height: 0rpx;
  606. transition: height 0.5s;
  607. }
  608. .cardetailw_check_titn{
  609. display: flex;
  610. height: 98rpx;
  611. line-height: 98rpx;
  612. background-color: #F8F8FA;
  613. left: 48px;
  614. color: rgba(104, 104, 104, 1);
  615. font-size: 26rpx;
  616. font-family: NotoSansHans-DemiLight;
  617. border-top: 1rpx solid rgba(235, 235, 235, 1);
  618. }
  619. .cardetailw_check_titn::last{
  620. border-bottom: 0rpx;
  621. }
  622. .cardetailw_check_titna{
  623. flex: 1;
  624. text-indent:48rpx;
  625. }
  626. .titn_img{
  627. width:22rpx;
  628. height: 22rpx;
  629. margin-right: 80rpx;
  630. margin-top:40rpx;
  631. }