coupons.wxss 321 B

1234567891011121314151617181920212223
  1. ax-body{
  2. display: block;
  3. height: 100%;
  4. background: #F5F7FB;
  5. }
  6. ax-body .ax-custom-title{
  7. background-color: #fff !important;
  8. }
  9. .tabs-box{
  10. position: fixed;
  11. width: 100%;
  12. left: 0;
  13. height: 100rpx;
  14. background-color: #fff;
  15. display: flex;
  16. align-items: center;
  17. text-align: center;
  18. }
  19. .item-tabs{
  20. flex: 1;
  21. height: ;
  22. }