index.wxss 4.3 KB

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