index.wxss 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. /*******topbanner*********/
  2. .conent{
  3. background-color:#F9F9F9;
  4. }
  5. .banner{
  6. position:relative;
  7. }
  8. .banner_t{
  9. position:relative;
  10. height: 380rpx;
  11. width: 100%;
  12. }
  13. .banner_item{
  14. width:100%;
  15. height: 100%;
  16. }
  17. .tab{
  18. position: absolute;
  19. bottom:10rpx;
  20. display: flex;
  21. text-align: center;
  22. justify-content:center;
  23. align-items:center;
  24. width:100%;
  25. }
  26. .tab-item{
  27. width:8rpx;
  28. height: 8rpx;
  29. border-radius:4rpx;
  30. background-color: rgba(255, 230, 0, 0.5);
  31. margin:0rpx 10rpx;
  32. }
  33. .selected{
  34. background-color: rgba(255, 230, 0, 1);
  35. }
  36. /*******nav*********/
  37. .nav_list{
  38. display: flex;
  39. padding: 0rpx 20rpx;
  40. height: 180rpx;
  41. background: white;
  42. }
  43. .nav_item{
  44. flex: 1;
  45. display: block;
  46. }
  47. .nav_item_link{
  48. text-align: center;
  49. margin:0rpx auto;
  50. }
  51. .nav_item_img{
  52. display: inline-block;
  53. width:82rpx;
  54. height: 82rpx;
  55. margin-top:28rpx;
  56. border-radius: 28rpx;
  57. box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.21);
  58. background-repeat: no-repeat;
  59. background-size: 70rpx;
  60. background-position: center;
  61. }
  62. .nav_item_img image{
  63. width:70rpx;
  64. height: 70rpx;
  65. margin:6rpx;
  66. }
  67. .nav_item_t{
  68. height: 24rpx;
  69. line-height: 36rpx;
  70. color: rgba(56, 55, 53, 1);
  71. font-size: 24rpx;
  72. }
  73. /*******goodcar*********/
  74. .goodcar{
  75. height: 98rpx;
  76. width:100%;
  77. display: flex;
  78. margin-top:20rpx;
  79. background-color:white;
  80. }
  81. .goodcar_t{
  82. width:98px;
  83. background-repeat:no-repeat;
  84. background-position: center;
  85. background-size:55rpx 55rpx;
  86. }
  87. .banner_g{
  88. position: relative;
  89. height: 100%;
  90. flex:1;
  91. }
  92. .goodcar_item{
  93. height: 49rpx;
  94. line-height: 49rpx;
  95. font-size: 24rpx;
  96. }
  97. /*******brand*********/
  98. .brand{
  99. margin-top:16rpx;
  100. }
  101. .brand_r{
  102. display: flex;
  103. flex-wrap:wrap;
  104. margin: 0rpx -4rpx 4rpx;
  105. }
  106. .brand_item{
  107. height: 150rpx;
  108. flex: 1;
  109. background: white;
  110. margin:4rpx 4rpx 0rpx 0rpx;
  111. }
  112. .brand_item_link{
  113. text-align: center;
  114. }
  115. .brand_item_img{
  116. height: 114rpx;
  117. background-repeat: no-repeat;
  118. background-position: center;
  119. background-size: 70%;
  120. }
  121. .brand_item_name{
  122. height: 36rpx;
  123. line-height: 36rpx;
  124. color: rgba(56, 55, 53, 1);
  125. font-size: 20rpx;
  126. }
  127. .brand_more{
  128. margin:0px auto;
  129. width: 500rpx;
  130. height: 68rpx;
  131. line-height: 68rpx;
  132. text-align: center;
  133. background-color: rgba(255, 230, 0, 1);
  134. }
  135. /**********recommend**********/
  136. .recommend{
  137. margin-top:20rpx;
  138. background: white;
  139. }
  140. .recommend_t{
  141. padding:64rpx 0rpx 60rpx;
  142. }
  143. .recommend_img{
  144. height: 32rpx;
  145. display: block;
  146. margin:0px auto;
  147. width:176rpx;
  148. }
  149. .recommend_w{
  150. height: 16rpx;
  151. line-height: 19rpx;
  152. color: rgba(56, 55, 53, 1);
  153. letter-spacing: 3rpx;
  154. font-size: 16rpx;
  155. text-align: center;
  156. font-family: PerpetuaTitlingMT-Light;
  157. }
  158. .recommend_sw{
  159. position: relative;
  160. }
  161. .recommend_list{
  162. height: 200rpx;
  163. }
  164. .recommended_tab{
  165. position: absolute;
  166. bottom:10rpx;
  167. display: flex;
  168. text-align: center;
  169. justify-content:center;
  170. align-items:center;
  171. width:100%;
  172. }
  173. .recommended_tab-item{
  174. width:8rpx;
  175. height: 8rpx;
  176. border-radius:4rpx;
  177. background-color: rgba(155, 155, 155, 1);
  178. margin:0rpx 10rpx;
  179. }
  180. .recommend_selected{
  181. background-color: rgba(58, 55, 53, 0.95);
  182. }
  183. /************cardetail***********/
  184. .car_b{
  185. height: 200rpx;
  186. width:100%;
  187. display: flex
  188. }
  189. .like_cart_c{
  190. margin-top:-20rpx;
  191. }
  192. .likecar_b{
  193. height: 200rpx;
  194. width:100%;
  195. display: flex;
  196. margin-top:20rpx;
  197. border-top:1px solid #F9F9F9;
  198. background: white;
  199. }
  200. .car_img{
  201. display: block;
  202. width:336rpx;
  203. height:100%;
  204. background-repeat: no-repeat;
  205. background-size: 100%;
  206. background-position: center;
  207. }
  208. .likecar_img{
  209. display: block;
  210. width:290rpx;
  211. height:100%;
  212. background-repeat: no-repeat;
  213. background-size: 100%;
  214. background-position: center;
  215. }
  216. .car_info{
  217. padding:10rpx 0rpx 0rpx 40rpx;
  218. align-items:center;
  219. }
  220. .car_t{
  221. height: 36rpx;
  222. line-height: 36rpx;
  223. color: rgba(56, 55, 53, 1);
  224. font-size: 26rpx;
  225. text-align: left;
  226. }
  227. .car_time{
  228. height: 30rpx;
  229. line-height: 30rpx;
  230. color: rgba(135, 135, 135, 1);
  231. font-size: 20rpx;
  232. text-align: left;
  233. }
  234. .car_store{
  235. height: 28rpx;
  236. line-height: 28rpx;
  237. color: rgba(245, 166, 35, 1);
  238. font-size: 20rpx;
  239. text-align: center;
  240. display: inline-block;
  241. border:1px solid rgba(245, 166, 35, 1);
  242. border-radius: 8rpx;
  243. }
  244. .car_p{
  245. height: 33rpx;
  246. line-height: 33rpx;
  247. color: rgba(33, 36, 37, 1);
  248. font-size: 28rpx;
  249. font-family: NotoSansHans-Medium;
  250. }
  251. .car_characteristic{
  252. height: 60rpx;
  253. }
  254. .car_characteristic_i{
  255. display: inline-block;
  256. height: 34rpx;
  257. line-height: 34rpx;
  258. border-radius: 6rpx;
  259. font-size: 18rpx;
  260. padding:0rpx 5rpx;
  261. background-color: rgba(255, 230, 0, 1);
  262. color: rgba(56, 55, 53, 1);
  263. }
  264. .car_guide_p{
  265. height: 33rpx;
  266. line-height: 33rpx;
  267. color: rgba(104, 104, 104, 1);
  268. font-size: 22rpx;
  269. text-align: left;
  270. }
  271. .car_guidep{
  272. display: inline;
  273. text-decoration:line-through;
  274. }
  275. .show_more{
  276. line-height: 68rpx;
  277. height: 68rpx;
  278. color: rgba(135, 135, 135, 1);
  279. font-size: 24rpx;
  280. text-align: center;
  281. background: white;
  282. }
  283. /*******bottom*********/
  284. .bottom_banner{
  285. width: 100%;
  286. height:240rpx;
  287. }