buy.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  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. .wheres_more_i{
  116. margin-top:20rpx;
  117. }
  118. .more_n{
  119. height: 42rpx;
  120. line-height: 42rpx;
  121. color: rgba(56, 55, 53, 1);
  122. font-size: 28rpx;
  123. text-indent: 38rpx;
  124. font-family: NotoSansHans-Regular;
  125. }
  126. .more_list{
  127. background: white;
  128. padding-left:38rpx;
  129. padding-bottom: 30rpx;
  130. display: flex;
  131. justify-content:flex-start;
  132. flex-wrap:wrap;
  133. }
  134. .more_detail_i{
  135. margin-top:20rpx;
  136. margin-right: 22rpx;
  137. border-radius: 6rpx;
  138. height: 80rpx;
  139. line-height: 80rpx;
  140. width: 210rpx;
  141. font-size:24rpx;
  142. background-color: white;
  143. color: rgba(56, 55, 53, 1);
  144. background-color: rgba(248, 248, 250, 1);
  145. border:1px solid rgba(248, 248, 250, 1);
  146. text-align: center;
  147. }
  148. .more_detail_active{
  149. background: rgba(255, 230, 0, 0.1);
  150. border:1px solid #FFE600;
  151. }
  152. .more_bts{
  153. margin-top:48rpx;
  154. line-height: 98rpx;
  155. color: rgba(56, 55, 53, 1);
  156. font-size: 30rpx;
  157. text-align: center;
  158. display: flex;
  159. }
  160. .more_bt_reset{
  161. border-top:1px solid #EBEBEB;
  162. width: 240rpx;
  163. }
  164. .more_bt_check{
  165. flex: 1;
  166. border-top:1px solid #FFD800;
  167. background: linear-gradient(270deg,#FFD800,#FFE600);
  168. }
  169. /*******like*******/
  170. .nocar_w{
  171. margin-top:55rpx;
  172. height: 39rpx;
  173. line-height: 39rpx;
  174. color: rgba(56, 55, 53, 1);
  175. font-size: 26rpx;
  176. text-align: center;
  177. }
  178. .nocar_back{
  179. width:280rpx;
  180. height: 68rpx;
  181. border-radius: 6rpx;
  182. line-height: 68rpx;
  183. color: rgba(56, 55, 53, 1);
  184. font-size: 26rpx;
  185. text-align: center;
  186. background:linear-gradient(90deg,#FFD800,#FFE600);
  187. margin:40rpx auto;
  188. }
  189. .recommend{
  190. margin-top:20rpx;
  191. background: white;
  192. }
  193. .recommend_t{
  194. padding:64rpx 0rpx 60rpx;
  195. }
  196. .recommend_img{
  197. height: 32rpx;
  198. display: block;
  199. margin:0px auto;
  200. width:258rpx;
  201. }
  202. .like_cart_c{
  203. margin-top:-20rpx;
  204. }