1234567891011121314151617181920212223 |
- ax-body{
- display: block;
- height: 100%;
- background: #F5F7FB;
- }
- ax-body .ax-custom-title{
- background-color: #fff !important;
- }
- .tabs-box{
- position: fixed;
- width: 100%;
- left: 0;
- height: 100rpx;
- background-color: #fff;
- display: flex;
- align-items: center;
- text-align: center;
- }
- .item-tabs{
- flex: 1;
- height: ;
- }
|