index.wxss 4.7 KB

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