cardetail.wxss 5.5 KB

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