cardetail.wxss 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444
  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. 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{
  294. position: fixed;
  295. left:0rpx;
  296. bottom:0rpx;
  297. width: 100%;
  298. height: 98rpx;
  299. display: flex;
  300. background-color:white;
  301. text-align: center;
  302. }
  303. .cardetail_op_collect,.cardetail_op_phone{
  304. width: 136rpx;
  305. text-align: center;
  306. line-height: 24rpx;
  307. color: rgba(104, 104, 104, 1);
  308. font-size: 16rpx;
  309. }
  310. .cardetail_op_collect image,.cardetail_op_phone image{
  311. width: 36rpx;
  312. height: 36rpx;
  313. display: block;
  314. margin: 20rpx auto 0rpx;
  315. }
  316. .cardetail_op_appointment,.cardetail_op_buy{
  317. flex: 1;
  318. background-color: #FFE600;
  319. line-height: 98rpx;
  320. color: rgba(56, 55, 53, 1);
  321. font-size: 30rpx;
  322. }
  323. .cardetail_op_line{
  324. border-top:25rpx solid #FFE600;
  325. border-bottom:25rpx solid #FFE600;
  326. width: 1rpx;
  327. height: 48rpx;
  328. background-color: rgba(155, 155, 155, 1);
  329. }
  330. /*贷款计算*/
  331. .buy_scheme{
  332. position: fixed;
  333. top: 0rpx;
  334. width: 100%;
  335. height: 100%;
  336. background-color: rgba(56,55,53,0.7);
  337. }
  338. .buy_scheme_box{
  339. background: white;
  340. width:662rpx;
  341. height: 832rpx;
  342. border-radius: 6rpx;
  343. margin:228rpx auto;
  344. }
  345. .buy_scheme_title{
  346. height: 68rpx;
  347. line-height: 68rpx;
  348. border-bottom: 1px solid rgba(235, 235, 235, 1);
  349. position: relative;
  350. }
  351. .buy_scheme_tw{
  352. font-size: 28rpx;
  353. text-align: center;
  354. color: rgba(33, 36, 37, 1);
  355. font-family: NotoSansHans-Regular;
  356. }
  357. .buy_scheme_close{
  358. width:22rpx;
  359. height: 22rpx;
  360. position: absolute;
  361. top:23rpx;
  362. right:38rpx;
  363. }
  364. .scheme_price{
  365. width:602rpx;
  366. margin:30rpx auto;
  367. display: flex;
  368. }
  369. .scheme_price_i{
  370. flex: 1;
  371. }
  372. .scheme_price_iw{
  373. height: 30rpx;
  374. line-height: 30rpx;
  375. color: rgba(104, 104, 104, 1);
  376. font-size: 20rpx;
  377. text-align: center;
  378. font-family: NotoSansHans-DemiLight;
  379. }
  380. .scheme_price_ip,.scheme_price_ipb{
  381. height: 54rpx;
  382. line-height: 54rpx;
  383. color: rgba(33, 36, 37, 1);
  384. font-size: 36rpx;
  385. text-align: center;
  386. font-family: NotoSansHans-Medium;
  387. }
  388. .scheme_price_ipb{
  389. color: rgba(191, 163, 104, 1);
  390. }
  391. .scheme_item{
  392. margin-top:48rpx;
  393. }
  394. .scheme_item_t{
  395. height: 30rpx;
  396. line-height: 30rpx;
  397. color: rgba(104, 104, 104, 1);
  398. font-size: 20rpx;
  399. text-align: center;
  400. font-family: NotoSansHans-DemiLight;
  401. }
  402. .scheme_item_l{
  403. width:622rpx;
  404. display: flex;
  405. margin:0px auto;
  406. overflow: hidden;
  407. flex-wrap: wrap;
  408. }
  409. .scheme_item_el{
  410. width: 160rpx;
  411. height: 68rpx;
  412. border-radius: 6rpx;
  413. border: 1.2px solid rgba(183, 183, 183, 1);
  414. margin: 25rpx 20rpx 0rpx;
  415. line-height:68rpx;
  416. color: rgba(33, 36, 37, 1);
  417. font-size: 28rpx;
  418. text-align: center;
  419. font-family: NotoSansHans-Medium;
  420. }
  421. .scheme_item_el.active{
  422. background-color: #FFE600;
  423. }
  424. .scheme_condition{
  425. text-indent: 80rpx;
  426. line-height: 32rpx;
  427. color: rgba(135, 135, 135, 1);
  428. font-size: 20rpx;
  429. text-align: left;
  430. font-family: NotoSansHans-DemiLight;
  431. }
  432. .scheme_condition_po{
  433. color:black;
  434. font-weight: bold;
  435. }