index.scss 353 B

1234567891011121314151617181920
  1. .nut-tabbar {
  2. border: 0px;
  3. border-bottom: 1px solid $tabbar-border-color;
  4. border-top: 1px solid $tabbar-border-color;
  5. width: 100%;
  6. display: flex;
  7. height: 50px;
  8. box-sizing: border-box;
  9. background: $white;
  10. &:last-child {
  11. border-right: 0;
  12. }
  13. &-bottom {
  14. position: fixed;
  15. bottom: 0px;
  16. left: 0px;
  17. z-index: 888;
  18. }
  19. }