index.wxss 4.9 KB

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