buy.wxss 3.8 KB

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