cardetail.wxss 8.0 KB

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