index.wxss 4.4 KB

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