cardetail.wxss 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448
  1. /* pages/cardetail/cardetail.wxss */
  2. @import "../../module/logs/logs.wxss"
  3. .cardetail_img{
  4. height: 500rpx;
  5. position: relative;
  6. }
  7. .detail_img_t{
  8. width:100%;
  9. height: 500rpx;
  10. }
  11. .detail_img_item{
  12. width:100%;
  13. height: 100%;
  14. }
  15. .detail_code{
  16. position: absolute;
  17. left: 40rpx;
  18. top: 450rpx;
  19. width: 259rpx;
  20. height: 26rpx;
  21. border-radius: 100rpx;
  22. background-color: rgba(56, 55, 53, 0.2);
  23. line-height: 26rpx;
  24. color: rgba(255, 255, 255, 1);
  25. font-size: 14rpx;
  26. text-align: center;
  27. }
  28. .banner_step{
  29. position: absolute;
  30. left: 654rpx;
  31. top: 454rpx;
  32. height: 27rpx;
  33. line-height: 27rpx;
  34. color: rgba(255, 255, 255, 1);
  35. font-size: 18rpx;
  36. text-align: center;
  37. background-color: rgba(56, 55, 53, 0.2);
  38. box-shadow: 0px 1px 2px 0px rgba(56, 55, 53, 0.2);
  39. }
  40. .cardetail_info_c{
  41. height: 282rpx;
  42. background-color:white;
  43. overflow: hidden;
  44. }
  45. .cardetail_t{
  46. margin-top:30rpx;
  47. height: 32rpx;
  48. line-height: 32rpx;
  49. color: rgba(56, 55, 53, 1);
  50. font-size: 32rpx;
  51. text-align: center;
  52. }
  53. .cardetail_price{
  54. margin-top:20rpx;
  55. height: 42rpx;
  56. line-height: 42rpx;
  57. color: rgba(56, 55, 53, 1);
  58. font-size: 28rpx;
  59. text-align: center;
  60. }
  61. .cardetail_price_v{
  62. display: inline;
  63. color:#c5a971;
  64. margin:0rpx 30rpx 0rpx 15rpx;
  65. font-size: 35rpx;
  66. }
  67. .cardetail_price_n{
  68. display: inline;
  69. color: rgba(56, 55, 53, 1);
  70. font-size: 24rpx;
  71. }
  72. .cardetail_flex{
  73. height: 80rpx;
  74. display: flex;
  75. margin-top:40rpx;
  76. }
  77. .cardetail_time{
  78. width: 290rpx;
  79. border-right:1rpx solid rgba(235, 235, 235, 1);
  80. }
  81. .cardetail_mileage{
  82. width:215rpx;
  83. border-right:1rpx solid rgba(235, 235, 235, 1);
  84. }
  85. .cardetail_flex_v{
  86. height: 32rpx;
  87. line-height: 32rpx;
  88. color: rgba(56, 55, 53, 1);
  89. font-size: 32rpx;
  90. text-align: center;
  91. }
  92. .cardetail_flex_name{
  93. margin-top:20rpx;
  94. height: 28rpx;
  95. line-height: 42rpx;
  96. color: rgba(135, 135, 135, 1);
  97. font-size: 28rpx;
  98. text-align: center;
  99. }
  100. .cardetail_shop{
  101. height: 140rpx;
  102. margin-top:20rpx;
  103. padding-left:38rpx;
  104. position: relative;
  105. background-color: white;
  106. overflow: hidden;
  107. }
  108. .cardetail_shop_n{
  109. height: 48rpx;
  110. line-height: 48rpx;
  111. color: rgba(56, 55, 53, 1);
  112. font-size: 32rpx;
  113. margin-top:22rpx;
  114. }
  115. .cardetail_shop_d{
  116. height: 36rpx;
  117. line-height: 36rpx;
  118. color: rgba(104, 104, 104, 1);
  119. font-size: 24rpx;
  120. margin-top:20rpx;
  121. }
  122. .cardetail_shop_d image{
  123. width:20rpx;
  124. height: 20rpx;
  125. display: inline-block;
  126. }
  127. .cardetail_shop_nav{
  128. position: absolute;
  129. top:34rpx;
  130. right:40rpx;
  131. height: 36rpx;
  132. line-height: 36rpx;
  133. color: rgba(104, 104, 104, 1);
  134. font-size: 24rpx;
  135. }
  136. .cardetail_space{
  137. background-color:white;
  138. padding-top:36rpx;
  139. margin-top:20rpx;
  140. }
  141. .cardetail_space_t{
  142. height: 32rpx;
  143. line-height: 32rpx;
  144. color: rgba(104, 104, 104, 1);
  145. font-size: 32rpx;
  146. text-indent:10rpx;
  147. border-left:6rpx solid #FFE600;
  148. margin:0rpx 40rpx;
  149. }
  150. .cardetail_baseinfo_c{
  151. display: flex;
  152. flex-wrap: wrap;
  153. padding: 0rpx 48rpx 40rpx;
  154. }
  155. .cardetail_baseinfo_i{
  156. width:33.3%;
  157. padding: 20rpx 0rpx;
  158. }
  159. .cardetail_baseinfo_v{
  160. height: 48rpx;
  161. line-height: 48rpx;
  162. color: rgba(56, 55, 53, 1);
  163. font-size: 26rpx;
  164. }
  165. .cardetail_baseinfo_n{
  166. height: 36rpx;
  167. line-height: 36rpx;
  168. color: rgba(155, 155, 155, 1);
  169. font-size: 24rpx;
  170. }
  171. .cardetail_describe{
  172. line-height: 34rpx;
  173. color: rgba(56, 55, 53, 1);
  174. font-size: 24rpx;
  175. padding: 48rpx;
  176. word-break: break-all;
  177. }
  178. .cardetail_collocate{
  179. text-indent: 40rpx;
  180. height: 30rpx;
  181. line-height: 30rpx;
  182. color: rgba(104, 104, 104, 1);
  183. font-size: 20rpx;
  184. }
  185. .cardetail_collocate_list{
  186. margin-top:40rpx;
  187. }
  188. .cardetail_collocate_item{
  189. }
  190. .cardetail_collocate_item_t{
  191. border-top: 1rpx solid rgba(235, 235, 235, 1);
  192. height: 88rpx;
  193. line-height: 88rpx;
  194. color: rgba(56, 55, 53, 1);
  195. font-size: 26rpx;
  196. margin:0rpx 48rpx;
  197. position: relative;
  198. }
  199. .cardetail_collocate_item_sw{
  200. position: absolute;
  201. top: 33rpx;
  202. right: 0rpx;
  203. width: 22rpx;
  204. height: 22rpx;
  205. transition: transform 0.5s;
  206. }
  207. .collocate_open .cardetail_collocate_item_sw{
  208. transform: rotate(180deg);
  209. }
  210. .cardetail_collocate_item_l{
  211. height: 0rpx;
  212. transition: height 0.5s;
  213. overflow: hidden;
  214. background-color: #fffef0;
  215. }
  216. /*.collocate_open .cardetail_collocate_item_l{
  217. height: auto;
  218. }*/
  219. .cardetail_collocate_item_d{
  220. height: 88rpx;
  221. line-height: 88rpx;
  222. color: rgba(56, 55, 53, 1);
  223. font-size: 26rpx;
  224. border-top: 1rpx solid rgba(235, 235, 235, 1);
  225. display: flex;
  226. }
  227. .collocate_item_n{
  228. text-indent: 48rpx;
  229. width:360rpx;
  230. }
  231. .collocate_item_v{
  232. flex: 1;
  233. line-height: 32rpx;
  234. align-items:center;
  235. display:flex;
  236. color: rgba(104, 104, 104, 1);
  237. font-size: 24rpx;
  238. }
  239. .cardetail_img_i{
  240. margin:32rpx 38rpx 0rpx;
  241. width: 674rpx;
  242. }
  243. /*********检查样式************/
  244. .cardetail_check_report{
  245. padding-bottom: 80rpx;
  246. border-bottom: 1rpx solid rgba(235, 235, 235, 1);
  247. }
  248. .cardetail_check_i{
  249. display: flex;
  250. height: 98rpx;
  251. line-height: 98rpx;
  252. border-bottom: 1rpx solid rgba(235, 235, 235, 1);
  253. }
  254. .cardetail_check_n{
  255. width: 450rpx;
  256. text-align: 48rpx;
  257. }
  258. .cardetail_check_n image{
  259. width:26rpx;
  260. height: 26rpx;
  261. margin-left: 50rpx;
  262. }
  263. .cardetail_check_name{
  264. display: inline-block;
  265. color: rgba(56, 55, 53, 1);
  266. font-size: 26rpx;
  267. text-align: left;
  268. margin-left: 20rpx;
  269. }
  270. .cardetail_check_i{
  271. flex: 1;
  272. display: flex;
  273. color: rgba(104, 104, 104, 1);
  274. font-size: 24rpx;
  275. justify-content:flex-end;
  276. }
  277. .cardetail_check_unp,.cardetail_check_p{
  278. margin-left: 20rpx;
  279. }
  280. .unpass_number,.pass_number{
  281. width:22rpx;
  282. height: 22rpx;
  283. margin-left: 10rpx;
  284. }
  285. .cardetail_check_op{
  286. width:22rpx;
  287. height: 22rpx;
  288. margin:38rpx 48rpx 0rpx 10rpx;
  289. margin-right: 48rpx;
  290. margin-left: 10rpx;
  291. }
  292. /*******底部操作样式*******/
  293. .cardetail_op_list_space{
  294. background-color: white;
  295. height: 120rpx;
  296. }
  297. .cardetail_op_list{
  298. position: fixed;
  299. left:0rpx;
  300. bottom:0rpx;
  301. width: 100%;
  302. height: 120rpx;
  303. display: flex;
  304. background-color:white;
  305. text-align: center;
  306. }
  307. .cardetail_op_collect,.cardetail_op_phone{
  308. width: 136rpx;
  309. text-align: center;
  310. line-height: 24rpx;
  311. color: rgba(104, 104, 104, 1);
  312. font-size: 16rpx;
  313. }
  314. .cardetail_op_collect image,.cardetail_op_phone image{
  315. width: 36rpx;
  316. height: 36rpx;
  317. display: block;
  318. margin: 20rpx auto 0rpx;
  319. }
  320. .cardetail_op_appointment,.cardetail_op_buy{
  321. flex: 1;
  322. background-color: #FFE600;
  323. line-height: 98rpx;
  324. color: rgba(56, 55, 53, 1);
  325. font-size: 30rpx;
  326. }
  327. .cardetail_op_line{
  328. border-top:25rpx solid #FFE600;
  329. border-bottom:47rpx solid #FFE600;
  330. width: 1rpx;
  331. height: 48rpx;
  332. background-color: rgba(155, 155, 155, 1);
  333. }
  334. /*贷款计算*/
  335. .buy_scheme{
  336. position: fixed;
  337. top: 0rpx;
  338. width: 100%;
  339. height: 100%;
  340. background-color: rgba(56,55,53,0.7);
  341. }
  342. .buy_scheme_box{
  343. background: white;
  344. width:662rpx;
  345. height: 832rpx;
  346. border-radius: 6rpx;
  347. margin:228rpx auto;
  348. }
  349. .buy_scheme_title{
  350. height: 68rpx;
  351. line-height: 68rpx;
  352. border-bottom: 1px solid rgba(235, 235, 235, 1);
  353. position: relative;
  354. }
  355. .buy_scheme_tw{
  356. font-size: 28rpx;
  357. text-align: center;
  358. color: rgba(33, 36, 37, 1);
  359. font-family: PingFangSC-Regular,NotoSansHans-Regular;
  360. }
  361. .buy_scheme_close{
  362. width:22rpx;
  363. height: 22rpx;
  364. position: absolute;
  365. top:23rpx;
  366. right:38rpx;
  367. }
  368. .scheme_price{
  369. width:602rpx;
  370. margin:30rpx auto;
  371. display: flex;
  372. }
  373. .scheme_price_i{
  374. flex: 1;
  375. }
  376. .scheme_price_iw{
  377. height: 30rpx;
  378. line-height: 30rpx;
  379. color: rgba(104, 104, 104, 1);
  380. font-size: 20rpx;
  381. text-align: center;
  382. font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
  383. }
  384. .scheme_price_ip,.scheme_price_ipb{
  385. height: 54rpx;
  386. line-height: 54rpx;
  387. color: rgba(33, 36, 37, 1);
  388. font-size: 36rpx;
  389. text-align: center;
  390. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  391. }
  392. .scheme_price_ipb{
  393. color: rgba(191, 163, 104, 1);
  394. }
  395. .scheme_item{
  396. margin-top:48rpx;
  397. }
  398. .scheme_item_t{
  399. height: 30rpx;
  400. line-height: 30rpx;
  401. color: rgba(104, 104, 104, 1);
  402. font-size: 20rpx;
  403. text-align: center;
  404. font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
  405. }
  406. .scheme_item_l{
  407. width:622rpx;
  408. display: flex;
  409. margin:0px auto;
  410. overflow: hidden;
  411. flex-wrap: wrap;
  412. }
  413. .scheme_item_el{
  414. width: 160rpx;
  415. height: 68rpx;
  416. border-radius: 6rpx;
  417. border: 1.2px solid rgba(183, 183, 183, 1);
  418. margin: 25rpx 20rpx 0rpx;
  419. line-height:68rpx;
  420. color: rgba(33, 36, 37, 1);
  421. font-size: 28rpx;
  422. text-align: center;
  423. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  424. }
  425. .scheme_item_el.active{
  426. background-color: #FFE600;
  427. }
  428. .scheme_condition{
  429. text-indent: 80rpx;
  430. line-height: 32rpx;
  431. color: rgba(135, 135, 135, 1);
  432. font-size: 20rpx;
  433. text-align: left;
  434. font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
  435. }
  436. .scheme_condition_po{
  437. color:black;
  438. font-weight: bold;
  439. }