buy.wxss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. /* pages/buy/buy.wxss */
  2. @import "../../module/search/search.wxss"
  3. @import "../../module/caritem/caritem.wxss"
  4. .content{
  5. background-color:#F9F9F9;
  6. }
  7. .filter_space{
  8. height: 88rpx;
  9. }
  10. .filter_c{
  11. height: 88rpx;
  12. position: fixed;
  13. top:206rpx;
  14. width:100%;
  15. background: white;
  16. z-index:1;
  17. }
  18. .filter_nav{
  19. display: flex;
  20. height: 88rpx;
  21. overflow: hidden;
  22. }
  23. .filter_nav_item{
  24. flex: 1;
  25. text-align: center;
  26. height: 85rpx;
  27. border-bottom: 3rpx solid rgba(235, 235, 235, 1);
  28. transition: all 0.5s;
  29. }
  30. .filter_nav_item_active{
  31. border-bottom: 3rpx solid #FFE600;
  32. color:red;
  33. }
  34. .filter_nav_name{
  35. line-height: 80rpx;
  36. color: rgba(56, 55, 53, 1);
  37. font-size: 28rpx;
  38. display: inline;
  39. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  40. }
  41. .cart_list{
  42. margin-top: -20rpx;
  43. }
  44. .filter_nav_switch{
  45. transition: all 0.5s;
  46. height: 16rpx;
  47. width: 16rpx;
  48. }
  49. .filter_nav_item_active .filter_nav_switch{
  50. transform: rotate(180deg);
  51. }
  52. /****************排序条件***************/
  53. .sortby_c{
  54. overflow: hidden;
  55. transition: all 0.5s;
  56. background-color: rgba(56, 55, 53, 0.2);
  57. }
  58. .sortby_list{
  59. background: white;
  60. padding: 0rpx 38rpx;
  61. border-bottom: 2rpx solid #EBEBEB;
  62. }
  63. .sortby_item{
  64. border-top:1rpx solid rgba(235, 235, 235, 1);
  65. height: 78rpx;
  66. line-height: 78rpx;
  67. font-size:26rpx;
  68. background-color: white;
  69. color: rgba(56, 55, 53, 1);
  70. }
  71. .sortby_item:first-child{
  72. border-top:0rpx;
  73. }
  74. .sortby_active{
  75. width:26rpx;
  76. height: 26rpx;
  77. float:right;
  78. margin:30rpx 15rpx 0rpx;
  79. }
  80. /****************间隔区间***************/
  81. .price_c{
  82. overflow: hidden;
  83. transition: all 0.5s;
  84. background-color: rgba(56, 55, 53, 0.2);
  85. }
  86. .price_list{
  87. background: white;
  88. padding-left:38rpx;
  89. padding-bottom: 30rpx;
  90. display: flex;
  91. justify-content:flex-start;
  92. flex-wrap:wrap;
  93. border-bottom: 2rpx solid #EBEBEB;
  94. }
  95. .price_item{
  96. margin-top:20rpx;
  97. margin-right: 22rpx;
  98. border-radius: 6rpx;
  99. height: 80rpx;
  100. line-height: 80rpx;
  101. width: 210rpx;
  102. font-size:24rpx;
  103. background-color: white;
  104. color: rgba(56, 55, 53, 1);
  105. background-color: rgba(248, 248, 250, 1);
  106. border:1px solid rgba(248, 248, 250, 1);
  107. text-align: center;
  108. }
  109. .price_item_active{
  110. background: rgba(255, 230, 0, 0.1);
  111. border:1px solid #FFE600;
  112. }
  113. /**********筛选条件更多************/
  114. .more_c{
  115. position: fixed;
  116. top:0rpx;
  117. left:100%;
  118. width: 100%;
  119. height: 100%;
  120. background: white;
  121. z-index:101;
  122. transition: all 0.5s;
  123. }
  124. .brandw_title{
  125. background-color:#fede18;
  126. height:128rpx;
  127. position: absolute;
  128. top:0rpx;
  129. width: 100%;
  130. }
  131. .brandw_back{
  132. width:50rpx;
  133. height: 50rpx;
  134. position: absolute;
  135. top:100rpx;
  136. left:40rpx;
  137. }
  138. .brandw_back image{
  139. width:30rpx;
  140. height: 30rpx;
  141. margin: 10rpx;
  142. }
  143. .brandw_title_w{
  144. padding-top: 105rpx;
  145. font-size: 36rpx;
  146. height: 44rpx;
  147. line-height: 44rpx;
  148. text-align: center;
  149. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  150. }
  151. .wheres_more_i{
  152. margin-top:20rpx;
  153. }
  154. .more_n{
  155. height: 42rpx;
  156. line-height: 42rpx;
  157. color: rgba(56, 55, 53, 1);
  158. font-size: 28rpx;
  159. text-indent: 38rpx;
  160. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  161. }
  162. .more_list{
  163. background: white;
  164. padding-left:38rpx;
  165. padding-bottom: 30rpx;
  166. display: flex;
  167. justify-content:flex-start;
  168. flex-wrap:wrap;
  169. }
  170. .more_detail_i{
  171. margin-top:20rpx;
  172. margin-right: 22rpx;
  173. border-radius: 6rpx;
  174. height: 80rpx;
  175. line-height: 80rpx;
  176. width: 210rpx;
  177. font-size:24rpx;
  178. background-color: white;
  179. color: rgba(56, 55, 53, 1);
  180. background-color: rgba(248, 248, 250, 1);
  181. border:1px solid rgba(248, 248, 250, 1);
  182. text-align: center;
  183. display: flex;
  184. justify-content:center;
  185. align-items:center;
  186. }
  187. .more_detail_i image{
  188. height: 24rpx;
  189. width: 24rpx;
  190. margin-right: 5rpx;
  191. margin-top:-2rpx;
  192. }
  193. .more_detail_active{
  194. background: rgba(255, 230, 0, 0.1);
  195. border:1px solid #FFE600;
  196. }
  197. .more_bts_space{
  198. }
  199. .more_bts{
  200. margin-top:48rpx;
  201. line-height: 98rpx;
  202. background-color: white;
  203. width:100%;
  204. color: rgba(56, 55, 53, 1);
  205. font-size: 30rpx;
  206. text-align: center;
  207. display: flex;
  208. position: absolute;
  209. bottom: 0rpx;
  210. }
  211. .more_bt_reset{
  212. border-top:1px solid #EBEBEB;
  213. width: 240rpx;
  214. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  215. }
  216. .more_bt_check{
  217. flex: 1;
  218. border-top:1px solid #EBEBEB;
  219. background: linear-gradient(270deg,#FFD800,#FFE600);
  220. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  221. }
  222. /*******like*******/
  223. .nocar_w{
  224. margin-top:55rpx;
  225. height: 39rpx;
  226. line-height: 39rpx;
  227. color: rgba(56, 55, 53, 1);
  228. font-size: 26rpx;
  229. text-align: center;
  230. }
  231. .nocar_back{
  232. width:280rpx;
  233. height: 68rpx;
  234. border-radius: 6rpx;
  235. line-height: 68rpx;
  236. color: rgba(56, 55, 53, 1);
  237. font-size: 26rpx;
  238. text-align: center;
  239. background:linear-gradient(90deg,#FFD800,#FFE600);
  240. margin:40rpx auto;
  241. }
  242. .recommend{
  243. margin-top:20rpx;
  244. background: white;
  245. }
  246. .recommend_t{
  247. padding:64rpx 0rpx 60rpx;
  248. }
  249. .recommend_img{
  250. height: 32rpx;
  251. display: block;
  252. margin:0px auto;
  253. width:258rpx;
  254. }
  255. .like_cart_c{
  256. margin-top:-20rpx;
  257. }