| 1234567891011121314151617181920 |
- .nut-tabbar {
- border: 0px;
- border-bottom: 1px solid $tabbar-border-color;
- border-top: 1px solid $tabbar-border-color;
- width: 100%;
- display: flex;
- height: 50px;
- box-sizing: border-box;
- background: $white;
- &:last-child {
- border-right: 0;
- }
- &-bottom {
- position: fixed;
- bottom: 0px;
- left: 0px;
- z-index: 888;
- }
- }
|