navbar.wxss 175 B

1234567891011121314
  1. @import '../common.wxss';
  2. page,
  3. .page,
  4. .page__bd{
  5. height: 100%;
  6. }
  7. .page__bd{
  8. padding-bottom: 0;
  9. }
  10. .weui-tab__content{
  11. padding-top: 60px;
  12. text-align: center;
  13. }