buy.wxss 4.3 KB

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