index.wxss 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  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. .banner_item image{
  20. width:100%;
  21. height: 100%;
  22. }
  23. .tab{
  24. position: absolute;
  25. bottom:10rpx;
  26. display: flex;
  27. text-align: center;
  28. justify-content:center;
  29. align-items:center;
  30. width:100%;
  31. }
  32. .tab-item{
  33. width:8rpx;
  34. height: 8rpx;
  35. border-radius:4rpx;
  36. background-color: rgba(255, 230, 0, 0.5);
  37. margin:0rpx 10rpx;
  38. }
  39. .selected{
  40. background-color: rgba(255, 230, 0, 1);
  41. }
  42. /*******nav*********/
  43. .nav_list{
  44. display: flex;
  45. padding: 0rpx 20rpx;
  46. height: 180rpx;
  47. background: white;
  48. }
  49. .nav_item{
  50. flex: 1;
  51. display: block;
  52. }
  53. .nav_item_link{
  54. text-align: center;
  55. margin:0rpx auto;
  56. }
  57. .nav_item_img{
  58. display: inline-block;
  59. width:82rpx;
  60. height: 82rpx;
  61. margin-top:28rpx;
  62. border-radius: 28rpx;
  63. box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.21);
  64. background-repeat: no-repeat;
  65. background-size: 70rpx;
  66. background-position: center;
  67. }
  68. .nav_item_img image{
  69. width:70rpx;
  70. height: 70rpx;
  71. margin:6rpx;
  72. }
  73. .nav_item_t{
  74. height: 24rpx;
  75. line-height: 36rpx;
  76. color: rgba(56, 55, 53, 1);
  77. font-size: 24rpx;
  78. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  79. }
  80. /*******goodcar*********/
  81. .goodcar{
  82. height: 98rpx;
  83. width:100%;
  84. display: flex;
  85. margin-top:20rpx;
  86. background-color:white;
  87. position: relative;
  88. }
  89. .goodcar_t{
  90. width:46rpx;
  91. height: 44rpx;
  92. margin:27rpx 48rpx 0rpx;
  93. }
  94. .banner_g{
  95. position: relative;
  96. height: 100%;
  97. flex:1;
  98. }
  99. .goodcar_item{
  100. height: 49rpx;
  101. line-height: 25rpx;
  102. font-size: 24rpx;
  103. vertical-align: middle;
  104. display: flex;
  105. align-items: center;
  106. font-family: PingFangSC-Light,NotoSansHans-Light;
  107. display: flex;
  108. }
  109. .goodcar_item_label{
  110. padding: 0rpx 5rpx;
  111. line-height: 22rpx;
  112. height: 22rpx;
  113. border-radius: 2rpx;
  114. background-color: #FFE600;
  115. color: rgba(56, 55, 53, 1);
  116. font-size: 16rpx;
  117. text-align: center;
  118. margin-right: 14rpx;
  119. }
  120. .goodcar_item_t{
  121. flex: 1;
  122. }
  123. .prevent_move{
  124. position: absolute;
  125. top:0rpx;
  126. left:0rpx;
  127. background-color: rgba(0,0,0,0);
  128. width: 100%;
  129. height: 100%;
  130. }
  131. /*******brand*********/
  132. .brand{
  133. width:754rpx;
  134. margin-top:16rpx;
  135. overflow: hidden;
  136. display: flex;
  137. flex-wrap:wrap;
  138. }
  139. .brand_r{
  140. display: flex;
  141. flex-wrap:wrap;
  142. margin: 0rpx -2rpx 2rpx;
  143. }
  144. .brand_item_b{
  145. height: 150rpx;
  146. width:25%;
  147. overflow: hidden;
  148. }
  149. .brand_item{
  150. background: white;
  151. height: 148rpx;
  152. margin:2rpx 2rpx 0px 0px;
  153. }
  154. .brand_item_link{
  155. text-align: center;
  156. }
  157. .brand_item_img{
  158. height: 104rpx;
  159. background-repeat: no-repeat;
  160. background-position: center;
  161. background-size: 70%;
  162. }
  163. .brand_item_name{
  164. height: 36rpx;
  165. line-height: 36rpx;
  166. color: rgba(56, 55, 53, 1);
  167. font-size: 20rpx;
  168. }
  169. .brand_more{
  170. display: block;
  171. margin:0px auto;
  172. width: 500rpx;
  173. height: 68rpx;
  174. line-height: 68rpx;
  175. font-size: 22rpx;
  176. text-align: center;
  177. background-color: rgba(255, 230, 0, 1);
  178. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  179. }
  180. /**********recommend**********/
  181. .recommend{
  182. margin-top:20rpx;
  183. background: white;
  184. }
  185. .recommend_t{
  186. padding:64rpx 0rpx 60rpx;
  187. }
  188. .recommend_img,.like_img{
  189. height: 32rpx;
  190. display: block;
  191. margin:0px auto;
  192. width:176rpx;
  193. }
  194. .recommend_w{
  195. height: 14rpx;
  196. width:248rpx;
  197. margin:10rpx auto 0rpx;
  198. display: block;
  199. }
  200. .like_w{
  201. height: 14rpx;
  202. width:204rpx;
  203. margin:10rpx auto 0rpx;
  204. display: block;
  205. }
  206. .recommend_sw{
  207. position: relative;
  208. }
  209. .recommend_list{
  210. height: 200rpx;
  211. }
  212. .recommended_tab{
  213. bottom:10rpx;
  214. padding: 5rpx 0rpx 10rpx;
  215. display: flex;
  216. text-align: center;
  217. justify-content:center;
  218. align-items:center;
  219. width:100%;
  220. }
  221. .recommended_tab-item{
  222. width:8rpx;
  223. height: 8rpx;
  224. border-radius:4rpx;
  225. background-color: rgba(155, 155, 155, 1);
  226. margin:0rpx 10rpx;
  227. }
  228. .recommend_selected{
  229. background-color: rgba(58, 55, 53, 0.95);
  230. }
  231. /************cardetail***********/
  232. .car_b{
  233. height: 200rpx;
  234. width:100%;
  235. display: flex
  236. }
  237. .like_cart_c{
  238. margin-top:-20rpx;
  239. }
  240. .car_img{
  241. display: block;
  242. width:290rpx;
  243. height:100%;
  244. background-repeat: no-repeat;
  245. background-size: 100%;
  246. background-position: center;
  247. }
  248. .car_info{
  249. padding:10rpx 38rpx 0rpx 20rpx;
  250. align-items:center;
  251. flex: 1;
  252. display: flex;
  253. flex-direction:column;
  254. justify-content:space-around;
  255. align-items:flex-start;
  256. }
  257. .car_t{
  258. line-height: 36rpx;
  259. color: rgba(56, 55, 53, 1);
  260. font-size: 26rpx;
  261. text-align: left;
  262. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  263. }
  264. .car_time{
  265. height: 30rpx;
  266. line-height: 30rpx;
  267. color: rgba(135, 135, 135, 1);
  268. font-size: 20rpx;
  269. text-align: left;
  270. }
  271. .car_p{
  272. height: 33rpx;
  273. line-height: 33rpx;
  274. color: rgba(33, 36, 37, 1);
  275. font-size: 28rpx;
  276. font-family: PingFangSC-Semibold,NotoSansHans-Blod;
  277. }
  278. .car_characteristic{
  279. /*height: 50rpx;*/
  280. }
  281. .car_characteristic::after{
  282. content:"";
  283. display: block;
  284. height: 0rpx;
  285. clear: both;
  286. }
  287. .car_characteristic_i{
  288. float: left;
  289. height: 34rpx;
  290. line-height: 34rpx;
  291. border-radius: 6rpx;
  292. font-size: 18rpx;
  293. padding:0rpx 10rpx;
  294. margin-right: 15rpx;
  295. background-color: rgba(255, 230, 0, 1);
  296. color: rgba(56, 55, 53, 1);
  297. font-family: PingFangSC-Light,NotoSansHans-Light;
  298. }
  299. .show_more{
  300. border-top: 1rpx solid #F2F2F5;
  301. line-height: 68rpx;
  302. height: 68rpx;
  303. color: rgba(135, 135, 135, 1);
  304. font-size: 24rpx;
  305. background: white;
  306. display: flex;
  307. align-items: center;
  308. justify-content: center;
  309. }
  310. .show_more image{
  311. width:22rpx;
  312. height: 22rpx;
  313. margin-left: 10rpx;
  314. }
  315. /*******bottom*********/
  316. .bottom_banner{
  317. width: 100%;
  318. height:240rpx;
  319. display: block;
  320. }