index.wxss 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  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. }
  101. .goodcar_item_label{
  102. display: inline-block;
  103. padding: 0rpx 5rpx;
  104. line-height: 22rpx;
  105. height: 22rpx;
  106. border-radius: 2rpx;
  107. background-color: #FFE600;
  108. color: rgba(56, 55, 53, 1);
  109. font-size: 16rpx;
  110. text-align: center;
  111. font-family: PingFangSC-Light;
  112. }
  113. .prevent_move{
  114. position: absolute;
  115. top:0rpx;
  116. left:0rpx;
  117. background-color: rgba(0,0,0,0);
  118. width: 100%;
  119. height: 100%;
  120. }
  121. /*******brand*********/
  122. .brand{
  123. width:754rpx;
  124. margin-top:16rpx;
  125. overflow: hidden;
  126. display: flex;
  127. flex-wrap:wrap;
  128. }
  129. .brand_r{
  130. display: flex;
  131. flex-wrap:wrap;
  132. margin: 0rpx -2rpx 2rpx;
  133. }
  134. .brand_item_b{
  135. height: 150rpx;
  136. width:25%;
  137. overflow: hidden;
  138. }
  139. .brand_item{
  140. background: white;
  141. height: 148rpx;
  142. margin:2rpx 2rpx 0px 0px;
  143. }
  144. .brand_item_link{
  145. text-align: center;
  146. }
  147. .brand_item_img{
  148. height: 104rpx;
  149. background-repeat: no-repeat;
  150. background-position: center;
  151. background-size: 70%;
  152. }
  153. .brand_item_name{
  154. height: 36rpx;
  155. line-height: 36rpx;
  156. color: rgba(56, 55, 53, 1);
  157. font-size: 20rpx;
  158. }
  159. .brand_more{
  160. display: block;
  161. margin:0px auto;
  162. width: 500rpx;
  163. height: 68rpx;
  164. line-height: 68rpx;
  165. text-align: center;
  166. background-color: rgba(255, 230, 0, 1);
  167. }
  168. /**********recommend**********/
  169. .recommend{
  170. margin-top:20rpx;
  171. background: white;
  172. }
  173. .recommend_t{
  174. padding:64rpx 0rpx 60rpx;
  175. }
  176. .recommend_img{
  177. height: 32rpx;
  178. display: block;
  179. margin:0px auto;
  180. width:176rpx;
  181. }
  182. .recommend_w{
  183. height: 16rpx;
  184. line-height: 19rpx;
  185. color: rgba(56, 55, 53, 1);
  186. letter-spacing: 3rpx;
  187. font-size: 16rpx;
  188. text-align: center;
  189. font-family: PerpetuaTitlingMT-Light;
  190. }
  191. .recommend_sw{
  192. position: relative;
  193. }
  194. .recommend_list{
  195. height: 200rpx;
  196. }
  197. .recommended_tab{
  198. bottom:10rpx;
  199. padding: 5rpx 0rpx 10rpx;
  200. display: flex;
  201. text-align: center;
  202. justify-content:center;
  203. align-items:center;
  204. width:100%;
  205. }
  206. .recommended_tab-item{
  207. width:8rpx;
  208. height: 8rpx;
  209. border-radius:4rpx;
  210. background-color: rgba(155, 155, 155, 1);
  211. margin:0rpx 10rpx;
  212. }
  213. .recommend_selected{
  214. background-color: rgba(58, 55, 53, 0.95);
  215. }
  216. /************cardetail***********/
  217. .car_b{
  218. height: 200rpx;
  219. width:100%;
  220. display: flex
  221. }
  222. .like_cart_c{
  223. margin-top:-20rpx;
  224. }
  225. .car_img{
  226. display: block;
  227. width:336rpx;
  228. height:100%;
  229. background-repeat: no-repeat;
  230. background-size: 100%;
  231. background-position: center;
  232. }
  233. .car_info{
  234. padding:10rpx 0rpx 0rpx 40rpx;
  235. align-items:center;
  236. flex: 1;
  237. display: flex;
  238. flex-direction:column;
  239. justify-content:space-around;
  240. align-items:flex-start;
  241. }
  242. .car_t{
  243. line-height: 36rpx;
  244. color: rgba(56, 55, 53, 1);
  245. font-size: 26rpx;
  246. text-align: left;
  247. }
  248. .car_time{
  249. height: 30rpx;
  250. line-height: 30rpx;
  251. color: rgba(135, 135, 135, 1);
  252. font-size: 20rpx;
  253. text-align: left;
  254. }
  255. .car_p{
  256. height: 33rpx;
  257. line-height: 33rpx;
  258. color: rgba(33, 36, 37, 1);
  259. font-size: 28rpx;
  260. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  261. }
  262. .car_characteristic{
  263. height: 50rpx;
  264. }
  265. .car_characteristic_i{
  266. display: inline-block;
  267. height: 34rpx;
  268. line-height: 34rpx;
  269. border-radius: 6rpx;
  270. font-size: 18rpx;
  271. padding:0rpx 5rpx;
  272. margin-right: 15rpx;
  273. background-color: rgba(255, 230, 0, 1);
  274. color: rgba(56, 55, 53, 1);
  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. }