index.wxss 5.0 KB

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