cardetail.wxss 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. /* pages/cardetail/cardetail.wxss */
  2. .conent{
  3. background-color:#F9F9F9;
  4. }
  5. .cardetail_img{
  6. height: 500rpx;
  7. position: relative;
  8. }
  9. .detail_img_t{
  10. width:100%;
  11. height: 500rpx;
  12. }
  13. .detail_img_item{
  14. width:100%;
  15. height: 100%;
  16. }
  17. .detail_code{
  18. position: absolute;
  19. left: 40rpx;
  20. top: 450rpx;
  21. width: 259rpx;
  22. height: 26rpx;
  23. border-radius: 100rpx;
  24. background-color: rgba(56, 55, 53, 0.2);
  25. line-height: 26rpx;
  26. color: rgba(255, 255, 255, 1);
  27. font-size: 14rpx;
  28. text-align: center;
  29. }
  30. .banner_step{
  31. position: absolute;
  32. left: 654rpx;
  33. top: 454rpx;
  34. height: 27rpx;
  35. line-height: 27rpx;
  36. color: rgba(255, 255, 255, 1);
  37. font-size: 18rpx;
  38. text-align: center;
  39. background-color: rgba(56, 55, 53, 0.2);
  40. box-shadow: 0px 1px 2px 0px rgba(56, 55, 53, 0.2);
  41. }
  42. .cardetail_info_c{
  43. height: 282rpx;
  44. background-color:white;
  45. }
  46. .cardetail_t{
  47. margin-top:30rpx;
  48. height: 32rpx;
  49. line-height: 32rpx;
  50. color: rgba(56, 55, 53, 1);
  51. font-size: 32rpx;
  52. text-align: center;
  53. }
  54. .cardetail_price{
  55. margin-top:20rpx;
  56. height: 42rpx;
  57. line-height: 42rpx;
  58. color: rgba(56, 55, 53, 1);
  59. font-size: 28rpx;
  60. text-align: center;
  61. }
  62. .cardetail_price_v{
  63. display: inline;
  64. color:#c5a971;
  65. margin:0rpx 30rpx 0rpx 15rpx;
  66. font-size: 35rpx;
  67. }
  68. .cardetail_price_n{
  69. display: inline;
  70. color: rgba(56, 55, 53, 1);
  71. font-size: 24rpx;
  72. }
  73. .cardetail_flex{
  74. height: 80rpx;
  75. display: flex;
  76. margin-top:40rpx;
  77. }
  78. .cardetail_time{
  79. width: 290rpx;
  80. border-right:1rpx solid rgba(235, 235, 235, 1);
  81. }
  82. .cardetail_mileage{
  83. width:215rpx;
  84. border-right:1rpx solid rgba(235, 235, 235, 1);
  85. }
  86. .cardetail_flex_v{
  87. height: 32rpx;
  88. line-height: 32rpx;
  89. color: rgba(56, 55, 53, 1);
  90. font-size: 32rpx;
  91. text-align: center;
  92. }
  93. .cardetail_flex_name{
  94. margin-top:20rpx;
  95. height: 28rpx;
  96. line-height: 42rpx;
  97. color: rgba(135, 135, 135, 1);
  98. font-size: 28rpx;
  99. text-align: center;
  100. }
  101. .cardetail_shop{
  102. height: 140rpx;
  103. margin-top:20rpx;
  104. padding-left:38rpx;
  105. position: relative;
  106. background-color: white;
  107. overflow: hidden;
  108. }
  109. .cardetail_shop_n{
  110. height: 48rpx;
  111. line-height: 48rpx;
  112. color: rgba(56, 55, 53, 1);
  113. font-size: 32rpx;
  114. margin-top:22rpx;
  115. }
  116. .cardetail_shop_d{
  117. height: 36rpx;
  118. line-height: 36rpx;
  119. color: rgba(104, 104, 104, 1);
  120. font-size: 24rpx;
  121. margin-top:20rpx;
  122. }
  123. .cardetail_shop_d image{
  124. width:20rpx;
  125. height: 20rpx;
  126. display: inline-block;
  127. }
  128. .cardetail_shop_nav{
  129. position: absolute;
  130. top:34rpx;
  131. right:40rpx;
  132. height: 36rpx;
  133. line-height: 36rpx;
  134. color: rgba(104, 104, 104, 1);
  135. font-size: 24rpx;
  136. }
  137. .cardetail_space{
  138. background-color:white;
  139. padding-top:36rpx;
  140. margin-top:20rpx;
  141. }
  142. .cardetail_space_t{
  143. height: 32rpx;
  144. line-height: 32rpx;
  145. color: rgba(104, 104, 104, 1);
  146. font-size: 32rpx;
  147. text-indent:10rpx;
  148. border-left:6rpx solid #FFE600;
  149. margin:0rpx 40rpx;
  150. }
  151. .cardetail_baseinfo_c{
  152. display: flex;
  153. flex-wrap: wrap;
  154. padding: 0rpx 48rpx 40rpx;
  155. }
  156. .cardetail_baseinfo_i{
  157. width:33.3%;
  158. padding: 20rpx 0rpx;
  159. }
  160. .cardetail_baseinfo_v{
  161. height: 48rpx;
  162. line-height: 48rpx;
  163. color: rgba(56, 55, 53, 1);
  164. font-size: 26rpx;
  165. }
  166. .cardetail_baseinfo_n{
  167. height: 36rpx;
  168. line-height: 36rpx;
  169. color: rgba(155, 155, 155, 1);
  170. font-size: 24rpx;
  171. }
  172. .cardetail_describe{
  173. line-height: 34rpx;
  174. color: rgba(56, 55, 53, 1);
  175. font-size: 24rpx;
  176. padding: 48rpx;
  177. word-break: break-all;
  178. }
  179. .cardetail_collocate{
  180. text-indent: 40rpx;
  181. height: 30rpx;
  182. line-height: 30rpx;
  183. color: rgba(104, 104, 104, 1);
  184. font-size: 20rpx;
  185. }
  186. .cardetail_collocate_list{
  187. margin-top:40rpx;
  188. }
  189. .cardetail_collocate_item{
  190. }
  191. .cardetail_collocate_item_t{
  192. border-top: 1rpx solid rgba(235, 235, 235, 1);
  193. height: 88rpx;
  194. line-height: 88rpx;
  195. color: rgba(56, 55, 53, 1);
  196. font-size: 26rpx;
  197. margin:0rpx 48rpx;
  198. position: relative;
  199. }
  200. .cardetail_collocate_item_sw{
  201. position: absolute;
  202. top: 33rpx;
  203. right: 0rpx;
  204. width: 22rpx;
  205. height: 22rpx;
  206. transition: transform 0.5s;
  207. }
  208. .collocate_open .cardetail_collocate_item_sw{
  209. transform: rotate(180deg);
  210. }
  211. .cardetail_collocate_item_l{
  212. height: 0rpx;
  213. transition: height 0.5s;
  214. overflow: hidden;
  215. background-color: #fffef0;
  216. }
  217. /*.collocate_open .cardetail_collocate_item_l{
  218. height: auto;
  219. }*/
  220. .cardetail_collocate_item_d{
  221. height: 88rpx;
  222. line-height: 88rpx;
  223. color: rgba(56, 55, 53, 1);
  224. font-size: 26rpx;
  225. border-top: 1rpx solid rgba(235, 235, 235, 1);
  226. display: flex;
  227. }
  228. .collocate_item_n{
  229. text-indent: 48rpx;
  230. width:316rpx;
  231. }
  232. .collocate_item_v{
  233. flex: 1;
  234. color: rgba(104, 104, 104, 1);
  235. font-size: 24rpx;
  236. }
  237. .cardetail_img_i{
  238. margin:32rpx 38rpx 0rpx;
  239. width: 674rpx;
  240. }
  241. /*********检查样式************/
  242. .cardetail_check_report{
  243. padding-bottom: 80rpx;
  244. border-bottom: 1rpx solid rgba(235, 235, 235, 1);
  245. }
  246. .cardetail_check_i{
  247. display: flex;
  248. height: 98rpx;
  249. line-height: 98rpx;
  250. border-bottom: 1rpx solid rgba(235, 235, 235, 1);
  251. }
  252. .cardetail_check_n{
  253. width: 450rpx;
  254. text-align: 48rpx;
  255. }
  256. .cardetail_check_n image{
  257. }
  258. /*******底部操作样式*******/
  259. .cardetail_op_list{
  260. position: fixed;
  261. left:0rpx;
  262. bottom:0rpx;
  263. width: 100%;
  264. height: 98rpx;
  265. display: flex;
  266. background-color:white;
  267. text-align: center;
  268. }
  269. .cardetail_op_collect,.cardetail_op_phone{
  270. width: 136rpx;
  271. text-align: center;
  272. line-height: 24rpx;
  273. color: rgba(104, 104, 104, 1);
  274. font-size: 16rpx;
  275. }
  276. .cardetail_op_collect image,.cardetail_op_phone image{
  277. width: 36rpx;
  278. height: 36rpx;
  279. display: block;
  280. margin: 20rpx auto 0rpx;
  281. }
  282. .cardetail_op_appointment,.cardetail_op_buy{
  283. flex: 1;
  284. background-color: #FFE600;
  285. line-height: 98rpx;
  286. color: rgba(56, 55, 53, 1);
  287. font-size: 30rpx;
  288. }
  289. .cardetail_op_line{
  290. border-top:25rpx solid #FFE600;
  291. border-bottom:25rpx solid #FFE600;
  292. width: 1rpx;
  293. height: 48rpx;
  294. background-color: rgba(155, 155, 155, 1);
  295. }