关于ionic中tabbar的设置,tab.html中配置如下图所示:
使用ionic系统自带的即可配置
条纹选项卡颜色可通过 tabs-background-{color} 和 tabs-color-{color} 来控制, {color} 值可以是:default, light, stable, positive, calm, balanced, energized, assertive, royal, 或 dark。
注意:如果要在选项卡上设置头部标题,需要使用 has-tabs-top 类。
tabs-background-{color}:用于渲染整个tabbar的背景色
tabs-color-{color}:用于渲染tabbaritem选中时的颜色