buy.wxss 4.9 KB

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