index.less 530 B

1234567891011121314151617181920212223242526
  1. .home {
  2. .app-tabbar {
  3. background: var(--tabbar-background) !important;
  4. margin-top: auto;
  5. &__item {
  6. font-size: .24rem;
  7. color: var(--tabbar-icon);
  8. &.is-active {
  9. color: var(--tabbar-icon-active);
  10. }
  11. .g-icon {
  12. img {
  13. width: .56rem;
  14. height: .56rem;
  15. }
  16. }
  17. span {
  18. margin-top: 0 !important;
  19. }
  20. }
  21. }
  22. }