index.wxss 4.4 KB

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