Commit 4c956d9b89c5ffeb49b7efa204f87778947ec372

Authored by 后端研发-苏泰源
1 parent 6aee04b3

商品列表修改

pages/goods/goodsList/goodsList.wxss
... ... @@ -42,6 +42,8 @@ page {
42 42 }
43 43  
44 44 .search_fixed {
  45 + box-sizing: border-box;
  46 + height: 114rpx;
45 47 position: sticky;
46 48 top: 0;
47 49 /* width: 95%; */
... ...