cardetail.wxss 12 KB

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