buy.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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. }
  14. .filter_nav{
  15. display: flex;
  16. }
  17. .filter_nav_item{
  18. flex: 1;
  19. text-align: center;
  20. height: 85rpx;
  21. border-bottom: 3rpx solid white;
  22. transition: all 0.5s;
  23. }
  24. .filter_nav_item_active{
  25. border-bottom: 3rpx solid #FFE600;
  26. color:red;
  27. }
  28. .filter_nav_name{
  29. line-height: 80rpx;
  30. color: rgba(56, 55, 53, 1);
  31. font-size: 28rpx;
  32. display: inline;
  33. }
  34. .filter_nav_switch{
  35. transition: all 0.5s;
  36. height: 16rpx;
  37. width: 16rpx;
  38. }
  39. .filter_nav_item_active .filter_nav_switch{
  40. transform: rotate(180deg);
  41. }
  42. /****************排序条件***************/
  43. .sortby_c{
  44. overflow: hidden;
  45. transition: all 0.5s;
  46. background-color: rgba(56, 55, 53, 0.2);
  47. }
  48. .sortby_list{
  49. background: white;
  50. padding: 0rpx 38rpx;
  51. }
  52. .sortby_item{
  53. border-top:1px solid rgba(235, 235, 235, 1);
  54. height: 78rpx;
  55. line-height: 78rpx;
  56. font-size:26rpx;
  57. background-color: white;
  58. color: rgba(56, 55, 53, 1);
  59. }
  60. .sortby_active{
  61. width:26rpx;
  62. height: 26rpx;
  63. float:right;
  64. margin:30rpx 15rpx 0rpx;
  65. }
  66. /****************间隔区间***************/
  67. .price_c{
  68. overflow: hidden;
  69. transition: all 0.5s;
  70. background-color: rgba(56, 55, 53, 0.2);
  71. }
  72. .price_list{
  73. background: white;
  74. padding-left:38rpx;
  75. padding-bottom: 30rpx;
  76. display: flex;
  77. justify-content:flex-start;
  78. flex-wrap:wrap;
  79. }
  80. .price_item{
  81. margin-top:20rpx;
  82. margin-right: 22rpx;
  83. border-radius: 6rpx;
  84. height: 80rpx;
  85. line-height: 80rpx;
  86. width: 210rpx;
  87. font-size:24rpx;
  88. background-color: white;
  89. color: rgba(56, 55, 53, 1);
  90. background-color: rgba(248, 248, 250, 1);
  91. border:1px solid rgba(248, 248, 250, 1);
  92. text-align: center;
  93. }
  94. .price_item_active{
  95. background: rgba(255, 230, 0, 0.1);
  96. border:1px solid #FFE600;
  97. }
  98. /****************品牌筛选条件***************/
  99. .brandw_c{
  100. position: fixed;
  101. top:0rpx;
  102. left:100%;
  103. width: 100%;
  104. background: white;
  105. z-index:101;
  106. transition: all 0.5s;
  107. }
  108. .brandw_title{
  109. background-color:#fede18;
  110. height:128rpx;
  111. position: fixed;
  112. z-index:100;
  113. top:0rpx;
  114. width: 100%;
  115. }
  116. .brandw_back{
  117. width:30rpx;
  118. height: 30rpx;
  119. position: absolute;
  120. top:70rpx;
  121. left:40rpx;
  122. }
  123. .brandw_title_w{
  124. padding-top: 60rpx;
  125. font-size: 36rpx;
  126. height: 44rpx;
  127. line-height: 44rpx;
  128. text-align: center;
  129. }
  130. /*******like*******/
  131. .nocar_w{
  132. margin-top:55rpx;
  133. height: 39rpx;
  134. line-height: 39rpx;
  135. color: rgba(56, 55, 53, 1);
  136. font-size: 26rpx;
  137. text-align: center;
  138. }
  139. .nocar_back{
  140. width:280rpx;
  141. height: 68rpx;
  142. border-radius: 6rpx;
  143. line-height: 68rpx;
  144. color: rgba(56, 55, 53, 1);
  145. font-size: 26rpx;
  146. text-align: center;
  147. background:linear-gradient(90deg,#FFD800,#FFE600);
  148. margin:40rpx auto;
  149. }
  150. .recommend{
  151. margin-top:20rpx;
  152. background: white;
  153. }
  154. .recommend_t{
  155. padding:64rpx 0rpx 60rpx;
  156. }
  157. .recommend_img{
  158. height: 32rpx;
  159. display: block;
  160. margin:0px auto;
  161. width:176rpx;
  162. }
  163. .like_cart_c{
  164. margin-top:-20rpx;
  165. }