gpt4 book ai didi

jquery - ionic 选项卡背景颜色

转载 作者:太空宇宙 更新时间:2023-11-04 02:38:25 30 4
gpt4 key购买 nike

Please refer to this image

你好,我正在使用 Ionic 开发移动应用程序。我使用了 Ionic 选项卡模板。在屏幕底部,选项卡的背景仍然是白色。我不知道如何更改背景。我只是用下面的代码改变图标的​​颜色。如何更改背景选项卡颜色。

<ion-tabs class="tabs-icon-top tabs-color-{{theme.primary}}" > 
<ion-tab title="Cards" icon-off="ion-ios-pulse" icon-on="ion-ios-pulse-strong" href="#/tab/dash">
<ion-nav-view name="tab-dash">
</ion-nav-view>
</ion-tab>
</ion-tabs>

最佳答案

我有同样的问题,但我没有得到任何有效的解决方案。

我在 app.scss 中的家庭解决方案:

.tabbar {
background: red !important;
color: #bbb !important;
& .tab-button {
color: #bbb !important;
& .tab-button-icon {
color: #bbb !important;

}

}
& .tab-button[aria-selected=true]{
// text-shadow: 1px 0px #eaeaea;
color: white !important;
& .tab-button-icon {
text-shadow: 1px 0px #eaeaea;
color: white !important;

}
}
}

关于jquery - ionic 选项卡背景颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35217165/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com