buy.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  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 rgba(235, 235, 235, 1);
  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. border-bottom: 2rpx solid #EBEBEB;
  53. }
  54. .sortby_item{
  55. border-top:2rpx solid rgba(235, 235, 235, 1);
  56. height: 78rpx;
  57. line-height: 78rpx;
  58. font-size:26rpx;
  59. background-color: white;
  60. color: rgba(56, 55, 53, 1);
  61. }
  62. .sortby_item:first-child{
  63. border-top:0rpx;
  64. }
  65. .sortby_active{
  66. width:26rpx;
  67. height: 26rpx;
  68. float:right;
  69. margin:30rpx 15rpx 0rpx;
  70. }
  71. /****************间隔区间***************/
  72. .price_c{
  73. overflow: hidden;
  74. transition: all 0.5s;
  75. background-color: rgba(56, 55, 53, 0.2);
  76. }
  77. .price_list{
  78. background: white;
  79. padding-left:38rpx;
  80. padding-bottom: 30rpx;
  81. display: flex;
  82. justify-content:flex-start;
  83. flex-wrap:wrap;
  84. border-bottom: 2rpx solid #EBEBEB;
  85. }
  86. .price_item{
  87. margin-top:20rpx;
  88. margin-right: 22rpx;
  89. border-radius: 6rpx;
  90. height: 80rpx;
  91. line-height: 80rpx;
  92. width: 210rpx;
  93. font-size:24rpx;
  94. background-color: white;
  95. color: rgba(56, 55, 53, 1);
  96. background-color: rgba(248, 248, 250, 1);
  97. border:1px solid rgba(248, 248, 250, 1);
  98. text-align: center;
  99. }
  100. .price_item_active{
  101. background: rgba(255, 230, 0, 0.1);
  102. border:1px solid #FFE600;
  103. }
  104. /**********筛选条件更多************/
  105. .more_c{
  106. position: fixed;
  107. top:0rpx;
  108. left:100%;
  109. width: 100%;
  110. height: 100%;
  111. background: white;
  112. z-index:101;
  113. transition: all 0.5s;
  114. }
  115. .brandw_title{
  116. background-color:#fede18;
  117. height:128rpx;
  118. position: fixed;
  119. z-index:100;
  120. top:0rpx;
  121. width: 100%;
  122. }
  123. .brandw_back{
  124. width:30rpx;
  125. height: 30rpx;
  126. position: absolute;
  127. top:100rpx;
  128. left:40rpx;
  129. }
  130. .brandw_title_w{
  131. padding-top: 105rpx;
  132. font-size: 36rpx;
  133. height: 44rpx;
  134. line-height: 44rpx;
  135. text-align: center;
  136. }
  137. .wheres_more_i{
  138. margin-top:20rpx;
  139. }
  140. .more_n{
  141. height: 42rpx;
  142. line-height: 42rpx;
  143. color: rgba(56, 55, 53, 1);
  144. font-size: 28rpx;
  145. text-indent: 38rpx;
  146. font-family: NotoSansHans-Regular;
  147. }
  148. .more_list{
  149. background: white;
  150. padding-left:38rpx;
  151. padding-bottom: 30rpx;
  152. display: flex;
  153. justify-content:flex-start;
  154. flex-wrap:wrap;
  155. }
  156. .more_detail_i{
  157. margin-top:20rpx;
  158. margin-right: 22rpx;
  159. border-radius: 6rpx;
  160. height: 80rpx;
  161. line-height: 80rpx;
  162. width: 210rpx;
  163. font-size:24rpx;
  164. background-color: white;
  165. color: rgba(56, 55, 53, 1);
  166. background-color: rgba(248, 248, 250, 1);
  167. border:1px solid rgba(248, 248, 250, 1);
  168. text-align: center;
  169. }
  170. .more_detail_active{
  171. background: rgba(255, 230, 0, 0.1);
  172. border:1px solid #FFE600;
  173. }
  174. .more_bts{
  175. margin-top:48rpx;
  176. line-height: 98rpx;
  177. color: rgba(56, 55, 53, 1);
  178. font-size: 30rpx;
  179. text-align: center;
  180. display: flex;
  181. }
  182. .more_bt_reset{
  183. border-top:1px solid #EBEBEB;
  184. width: 240rpx;
  185. }
  186. .more_bt_check{
  187. flex: 1;
  188. border-top:1px solid #FFD800;
  189. background: linear-gradient(270deg,#FFD800,#FFE600);
  190. }
  191. /*******like*******/
  192. .nocar_w{
  193. margin-top:55rpx;
  194. height: 39rpx;
  195. line-height: 39rpx;
  196. color: rgba(56, 55, 53, 1);
  197. font-size: 26rpx;
  198. text-align: center;
  199. }
  200. .nocar_back{
  201. width:280rpx;
  202. height: 68rpx;
  203. border-radius: 6rpx;
  204. line-height: 68rpx;
  205. color: rgba(56, 55, 53, 1);
  206. font-size: 26rpx;
  207. text-align: center;
  208. background:linear-gradient(90deg,#FFD800,#FFE600);
  209. margin:40rpx auto;
  210. }
  211. .recommend{
  212. margin-top:20rpx;
  213. background: white;
  214. }
  215. .recommend_t{
  216. padding:64rpx 0rpx 60rpx;
  217. }
  218. .recommend_img{
  219. height: 32rpx;
  220. display: block;
  221. margin:0px auto;
  222. width:258rpx;
  223. }
  224. .like_cart_c{
  225. margin-top:-20rpx;
  226. }