index.wxss 361 B

1234567891011121314151617181920212223
  1. .tabbar-position {
  2. position: fixed !important;
  3. bottom: 0;
  4. left: 0;
  5. width: 100%;
  6. }
  7. .wrap {
  8. height: 100vh;
  9. overflow: hidden;
  10. }
  11. .goods-category-class {
  12. background-color: #f6f6f6 !important;
  13. height: 100%;
  14. }
  15. .goods-category-class .goods-category-normal-item-container-item {
  16. margin-top: 20rpx;
  17. }
  18. page {
  19. min-height: none;
  20. padding-bottom: 0;
  21. }