index.wxss 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. @import "../../module/search/search.wxss"
  2. @import "../../module/caritem/caritem.wxss"
  3. /*******topbanner*********/
  4. .content{
  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. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  75. }
  76. /*******goodcar*********/
  77. .goodcar{
  78. height: 98rpx;
  79. width:100%;
  80. display: flex;
  81. margin-top:20rpx;
  82. background-color:white;
  83. position: relative;
  84. }
  85. .goodcar_t{
  86. width:46rpx;
  87. height: 44rpx;
  88. margin:27rpx 48rpx 0rpx;
  89. }
  90. .banner_g{
  91. position: relative;
  92. height: 100%;
  93. flex:1;
  94. }
  95. .goodcar_item{
  96. height: 49rpx;
  97. line-height: 49rpx;
  98. font-size: 24rpx;
  99. vertical-align: middle;
  100. display: flex;
  101. align-items: center;
  102. font-family: PingFangSC-Light;
  103. }
  104. .goodcar_item_label{
  105. display: inline-block;
  106. padding: 0rpx 5rpx;
  107. line-height: 22rpx;
  108. height: 22rpx;
  109. border-radius: 2rpx;
  110. background-color: #FFE600;
  111. color: rgba(56, 55, 53, 1);
  112. font-size: 16rpx;
  113. text-align: center;
  114. margin-right: 10rpx;
  115. }
  116. .prevent_move{
  117. position: absolute;
  118. top:0rpx;
  119. left:0rpx;
  120. background-color: rgba(0,0,0,0);
  121. width: 100%;
  122. height: 100%;
  123. }
  124. /*******brand*********/
  125. .brand{
  126. width:754rpx;
  127. margin-top:16rpx;
  128. overflow: hidden;
  129. display: flex;
  130. flex-wrap:wrap;
  131. }
  132. .brand_r{
  133. display: flex;
  134. flex-wrap:wrap;
  135. margin: 0rpx -2rpx 2rpx;
  136. }
  137. .brand_item_b{
  138. height: 150rpx;
  139. width:25%;
  140. overflow: hidden;
  141. }
  142. .brand_item{
  143. background: white;
  144. height: 148rpx;
  145. margin:2rpx 2rpx 0px 0px;
  146. }
  147. .brand_item_link{
  148. text-align: center;
  149. }
  150. .brand_item_img{
  151. height: 104rpx;
  152. background-repeat: no-repeat;
  153. background-position: center;
  154. background-size: 70%;
  155. }
  156. .brand_item_name{
  157. height: 36rpx;
  158. line-height: 36rpx;
  159. color: rgba(56, 55, 53, 1);
  160. font-size: 20rpx;
  161. }
  162. .brand_more{
  163. display: block;
  164. margin:0px auto;
  165. width: 500rpx;
  166. height: 68rpx;
  167. line-height: 68rpx;
  168. font-size: 22rpx;
  169. text-align: center;
  170. background-color: rgba(255, 230, 0, 1);
  171. font-family: PingFangSC-Medium;
  172. }
  173. /**********recommend**********/
  174. .recommend{
  175. margin-top:20rpx;
  176. background: white;
  177. }
  178. .recommend_t{
  179. padding:64rpx 0rpx 60rpx;
  180. }
  181. .recommend_img,.like_img{
  182. height: 32rpx;
  183. display: block;
  184. margin:0px auto;
  185. width:176rpx;
  186. }
  187. .recommend_w{
  188. height: 14rpx;
  189. width:248rpx;
  190. margin:10rpx auto 0rpx;
  191. display: block;
  192. }
  193. .like_w{
  194. height: 14rpx;
  195. width:204rpx;
  196. margin:10rpx auto 0rpx;
  197. display: block;
  198. }
  199. .recommend_sw{
  200. position: relative;
  201. }
  202. .recommend_list{
  203. height: 200rpx;
  204. }
  205. .recommended_tab{
  206. bottom:10rpx;
  207. padding: 5rpx 0rpx 10rpx;
  208. display: flex;
  209. text-align: center;
  210. justify-content:center;
  211. align-items:center;
  212. width:100%;
  213. }
  214. .recommended_tab-item{
  215. width:8rpx;
  216. height: 8rpx;
  217. border-radius:4rpx;
  218. background-color: rgba(155, 155, 155, 1);
  219. margin:0rpx 10rpx;
  220. }
  221. .recommend_selected{
  222. background-color: rgba(58, 55, 53, 0.95);
  223. }
  224. /************cardetail***********/
  225. .car_b{
  226. height: 200rpx;
  227. width:100%;
  228. display: flex
  229. }
  230. .like_cart_c{
  231. margin-top:-20rpx;
  232. }
  233. .car_img{
  234. display: block;
  235. width:336rpx;
  236. height:100%;
  237. background-repeat: no-repeat;
  238. background-size: 100%;
  239. background-position: center;
  240. }
  241. .car_info{
  242. padding:10rpx 0rpx 0rpx 40rpx;
  243. align-items:center;
  244. flex: 1;
  245. display: flex;
  246. flex-direction:column;
  247. justify-content:space-around;
  248. align-items:flex-start;
  249. }
  250. .car_t{
  251. line-height: 36rpx;
  252. color: rgba(56, 55, 53, 1);
  253. font-size: 26rpx;
  254. text-align: left;
  255. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  256. }
  257. .car_time{
  258. height: 30rpx;
  259. line-height: 30rpx;
  260. color: rgba(135, 135, 135, 1);
  261. font-size: 20rpx;
  262. text-align: left;
  263. }
  264. .car_p{
  265. height: 33rpx;
  266. line-height: 33rpx;
  267. color: rgba(33, 36, 37, 1);
  268. font-size: 28rpx;
  269. font-family: PingFangSC-Semibold;
  270. }
  271. .car_characteristic{
  272. height: 50rpx;
  273. }
  274. .car_characteristic_i{
  275. display: inline-block;
  276. height: 34rpx;
  277. line-height: 34rpx;
  278. border-radius: 6rpx;
  279. font-size: 18rpx;
  280. padding:0rpx 5rpx;
  281. margin-right: 15rpx;
  282. background-color: rgba(255, 230, 0, 1);
  283. color: rgba(56, 55, 53, 1);
  284. font-family: PingFangSC-Light;
  285. }
  286. .show_more{
  287. border-top: 1rpx solid #F2F2F5;
  288. line-height: 68rpx;
  289. height: 68rpx;
  290. color: rgba(135, 135, 135, 1);
  291. font-size: 24rpx;
  292. background: white;
  293. display: flex;
  294. align-items: center;
  295. justify-content: center;
  296. }
  297. .show_more image{
  298. width:22rpx;
  299. height: 22rpx;
  300. margin-left: 10rpx;
  301. }
  302. /*******bottom*********/
  303. .bottom_banner{
  304. width: 100%;
  305. height:240rpx;
  306. display: block;
  307. }