cardetail.wxss 12 KB

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