buy.wxss 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  1. /* pages/buy/buy.wxss */
  2. @import "../../module/search/search.wxss"
  3. @import "../../module/caritem/caritem.wxss"
  4. .filter_space{
  5. height: 88rpx;
  6. }
  7. .filter_c{
  8. height: 88rpx;
  9. position: fixed;
  10. top:206rpx;
  11. width:100%;
  12. background: white;
  13. z-index:1;
  14. }
  15. .filter_nav{
  16. display: flex;
  17. }
  18. .filter_nav_item{
  19. flex: 1;
  20. text-align: center;
  21. height: 85rpx;
  22. border-bottom: 3rpx solid white;
  23. transition: all 0.5s;
  24. }
  25. .filter_nav_item_active{
  26. border-bottom: 3rpx solid #FFE600;
  27. color:red;
  28. }
  29. .filter_nav_name{
  30. line-height: 80rpx;
  31. color: rgba(56, 55, 53, 1);
  32. font-size: 28rpx;
  33. display: inline;
  34. }
  35. .filter_nav_switch{
  36. transition: all 0.5s;
  37. height: 16rpx;
  38. width: 16rpx;
  39. }
  40. .filter_nav_item_active .filter_nav_switch{
  41. transform: rotate(180deg);
  42. }
  43. /****************排序条件***************/
  44. .sortby_c{
  45. overflow: hidden;
  46. transition: all 0.5s;
  47. background-color: rgba(56, 55, 53, 0.2);
  48. }
  49. .sortby_list{
  50. background: white;
  51. padding: 0rpx 38rpx;
  52. }
  53. .sortby_item{
  54. border-top:1px solid rgba(235, 235, 235, 1);
  55. height: 78rpx;
  56. line-height: 78rpx;
  57. font-size:26rpx;
  58. background-color: white;
  59. color: rgba(56, 55, 53, 1);
  60. }
  61. .sortby_active{
  62. width:26rpx;
  63. height: 26rpx;
  64. float:right;
  65. margin:30rpx 15rpx 0rpx;
  66. }
  67. /****************间隔区间***************/
  68. .price_c{
  69. overflow: hidden;
  70. transition: all 0.5s;
  71. background-color: rgba(56, 55, 53, 0.2);
  72. }
  73. .price_list{
  74. background: white;
  75. padding-left:38rpx;
  76. padding-bottom: 30rpx;
  77. display: flex;
  78. justify-content:flex-start;
  79. flex-wrap:wrap;
  80. }
  81. .price_item{
  82. margin-top:20rpx;
  83. margin-right: 22rpx;
  84. border-radius: 6rpx;
  85. height: 80rpx;
  86. line-height: 80rpx;
  87. width: 210rpx;
  88. font-size:24rpx;
  89. background-color: white;
  90. color: rgba(56, 55, 53, 1);
  91. background-color: rgba(248, 248, 250, 1);
  92. border:1px solid rgba(248, 248, 250, 1);
  93. text-align: center;
  94. }
  95. .price_item_active{
  96. background: rgba(255, 230, 0, 0.1);
  97. border:1px solid #FFE600;
  98. }
  99. /****************品牌筛选条件***************/
  100. .brandw_c{
  101. position: fixed;
  102. top:0rpx;
  103. left:100%;
  104. width: 100%;
  105. height: 100%;
  106. background: white;
  107. z-index:101;
  108. transition: all 0.5s;
  109. }
  110. .brandw_title{
  111. background-color:#fede18;
  112. height:128rpx;
  113. position: fixed;
  114. z-index:100;
  115. top:0rpx;
  116. width: 100%;
  117. }
  118. .brandw_back{
  119. width:30rpx;
  120. height: 30rpx;
  121. position: absolute;
  122. top:70rpx;
  123. left:40rpx;
  124. }
  125. .brandw_title_w{
  126. padding-top: 60rpx;
  127. font-size: 36rpx;
  128. height: 44rpx;
  129. line-height: 44rpx;
  130. text-align: center;
  131. }
  132. .brandw_t_line{
  133. height: 58rpx;
  134. line-height: 58rpx;
  135. background-color: rgba(242, 242, 245, 1);
  136. color: rgba(56, 55, 53, 1);
  137. font-size: 22rpx;
  138. text-indent: 38rpx;
  139. }
  140. .brandw_hotlist{
  141. padding: 0rpx 40rpx;
  142. display: flex;
  143. background: white;
  144. flex-wrap: wrap;
  145. }
  146. .brandw_hotlist_item{
  147. width:134rpx;
  148. height: 159rpx;
  149. }
  150. .brandw_hotitem_img{
  151. width: 70rpx;
  152. height: 70rpx;
  153. background-size: 70rpx;
  154. background-repeat: no-repeat;
  155. background-position: center;
  156. margin:30rpx auto 0rpx;
  157. }
  158. .brandw_hotitem_name{
  159. height: 33rpx;
  160. line-height: 33rpx;
  161. color: rgba(56, 55, 53, 1);
  162. font-size: 22rpx;
  163. text-align: center;
  164. }
  165. .brandw_binitial{
  166. left: 0px;
  167. top: 562px;
  168. width: 750px;
  169. height: 44rpx;
  170. line-height: 44rpx;
  171. border: 1rpx solid rgba(235, 235, 235, 1);
  172. color:#FFE600;
  173. font-size: 24rpx;
  174. text-indent: 48rpx;
  175. }
  176. .brandw_bitem{
  177. left: 0px;
  178. line-height: 78rpx;
  179. height: 78rpx;
  180. border: 1rpx solid rgba(235, 235, 235, 1);
  181. }
  182. .brandw_bimg{
  183. height: 60rpx;
  184. width:60rpx;
  185. float:left;
  186. margin:10px 30rpx 0rpx 38rpx;
  187. background-repeat: no-repeat;
  188. background-size: 60rpx;
  189. background-position: center;
  190. }
  191. .brandw_bname{
  192. display: inline;
  193. margin-left:20rpx;
  194. color: rgba(56, 55, 53, 1);
  195. font-size: 26rpx;
  196. }
  197. .brand_serieslist{
  198. width:440rpx;
  199. background-color: white;
  200. position: fixed;
  201. bottom: 0rpx;
  202. right:770rpx;
  203. border-shadow:-1rpx 0rpx ;
  204. box-shadow: -2rpx 0rpx 10rpx -1rpx rgba(0, 0, 0, 0.16);
  205. }
  206. .series_lelong{
  207. height: 78rpx;
  208. line-height: 78rpx;
  209. }
  210. .series_lelong_bimg{
  211. height:60rpx;
  212. width:60rpx;
  213. float:left;
  214. margin:10px 20rpx 0rpx 28rpx;
  215. background-repeat:no-repeat;
  216. background-size:60rpx;
  217. background-position:center;
  218. }
  219. .series_lelong_name{
  220. color: rgba(56, 55, 53, 1);
  221. font-size: 26rpx;
  222. display:inline;
  223. }
  224. .car_series_t{
  225. text-indent: 28rpx;
  226. height: 44rpx;
  227. line-height: 44rpx;
  228. background-color: rgba(247, 247, 247, 1);
  229. color: rgba(56, 55, 53, 1);
  230. font-size: 20rpx;
  231. }
  232. .brand_series_i{
  233. height: 78rpx;
  234. line-height: 78rpx;
  235. }
  236. .brand_series_bimg{
  237. height:60rpx;
  238. width:60rpx;
  239. float:left;
  240. margin:9px 20rpx 0rpx 28rpx;
  241. background-repeat:no-repeat;
  242. background-size:60rpx;
  243. background-position:center;
  244. }
  245. .brand_series_name{
  246. color: rgba(56, 55, 53, 1);
  247. font-size: 22rpx;
  248. display:inline;
  249. }
  250. /*************首字母指示点*************/
  251. .brand_initail_c{
  252. position: fixed;
  253. bottom: 90rpx;
  254. right:5rpx;
  255. }
  256. .brand_initail_i{
  257. color:#383735;
  258. font-size: 22rpx;
  259. width: 35rpx;
  260. text-align: center;
  261. }
  262. .brand_initail_active{
  263. border-radius: 17rpx;
  264. background-color: #FFE600;
  265. }
  266. /**********筛选条件更多************/
  267. .more_c{
  268. position: fixed;
  269. top:0rpx;
  270. left:100%;
  271. width: 100%;
  272. height: 100%;
  273. background: white;
  274. z-index:101;
  275. transition: all 0.5s;
  276. }
  277. .wheres_more_i{
  278. margin-top:20rpx;
  279. }
  280. .more_n{
  281. height: 42rpx;
  282. line-height: 42rpx;
  283. color: rgba(56, 55, 53, 1);
  284. font-size: 28rpx;
  285. text-indent: 38rpx;
  286. font-family: NotoSansHans-Regular;
  287. }
  288. .more_list{
  289. background: white;
  290. padding-left:38rpx;
  291. padding-bottom: 30rpx;
  292. display: flex;
  293. justify-content:flex-start;
  294. flex-wrap:wrap;
  295. }
  296. .more_detail_i{
  297. margin-top:20rpx;
  298. margin-right: 22rpx;
  299. border-radius: 6rpx;
  300. height: 80rpx;
  301. line-height: 80rpx;
  302. width: 210rpx;
  303. font-size:24rpx;
  304. background-color: white;
  305. color: rgba(56, 55, 53, 1);
  306. background-color: rgba(248, 248, 250, 1);
  307. border:1px solid rgba(248, 248, 250, 1);
  308. text-align: center;
  309. }
  310. .more_detail_active{
  311. background: rgba(255, 230, 0, 0.1);
  312. border:1px solid #FFE600;
  313. }
  314. .more_bts{
  315. margin-top:48rpx;
  316. line-height: 98rpx;
  317. color: rgba(56, 55, 53, 1);
  318. font-size: 30rpx;
  319. text-align: center;
  320. display: flex;
  321. }
  322. .more_bt_reset{
  323. border-top:1px solid #EBEBEB;
  324. width: 240rpx;
  325. }
  326. .more_bt_check{
  327. flex: 1;
  328. border-top:1px solid #FFD800;
  329. background: linear-gradient(270deg,#FFD800,#FFE600);
  330. }
  331. /*******like*******/
  332. .nocar_w{
  333. margin-top:55rpx;
  334. height: 39rpx;
  335. line-height: 39rpx;
  336. color: rgba(56, 55, 53, 1);
  337. font-size: 26rpx;
  338. text-align: center;
  339. }
  340. .nocar_back{
  341. width:280rpx;
  342. height: 68rpx;
  343. border-radius: 6rpx;
  344. line-height: 68rpx;
  345. color: rgba(56, 55, 53, 1);
  346. font-size: 26rpx;
  347. text-align: center;
  348. background:linear-gradient(90deg,#FFD800,#FFE600);
  349. margin:40rpx auto;
  350. }
  351. .recommend{
  352. margin-top:20rpx;
  353. background: white;
  354. }
  355. .recommend_t{
  356. padding:64rpx 0rpx 60rpx;
  357. }
  358. .recommend_img{
  359. height: 32rpx;
  360. display: block;
  361. margin:0px auto;
  362. width:176rpx;
  363. }
  364. .like_cart_c{
  365. margin-top:-20rpx;
  366. }