buy.wxss 5.5 KB

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