cardetail.wxss 12 KB

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