gpt4 book ai didi

css - Ionic-v4 中的侧边菜单背景颜色

转载 作者:行者123 更新时间:2023-11-28 08:59:56 27 4
gpt4 key购买 nike

我有一个 Ionic-v4-app,其侧边菜单结构如下:

<ion-app>
<ion-split-pane>
<ion-menu>
<ion-header>
<ion-toolbar>
</ion-toolbar>
</ion-header>

<ion-content>
<ion-list>
</ion-list>
</ion-content>
</ion-menu>
</ion-split-pane>
</ion-app>

现在我想要整个侧边菜单(标题、列表、内容、所有内容)的背景。

但我尝试的是不必要的,我不明白它是如何工作的。

我尝试了 ion-menu 的背景色和 headercontent 的透明背景,但还是不行。

我知道我必须使用我必须使用像 --ion-background-color 这样的 ionic css 变量,但是怎么做呢?

最佳答案

我相信以下解决方案会对您有所帮助:-)

ion-menu {
--ion-background-color: var(--ion-color-primary);
--ion-text-color: var(--ion-color-primary-contrast);

ion-toolbar {
--background: var(--ion-color-primary);
}

ion-list {/* optional, but it needs when you use gradient as a background color.*/
background: transparent;
}
}

关于css - Ionic-v4 中的侧边菜单背景颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52311143/

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