gpt4 book ai didi

css - ionic 奇怪的行为

转载 作者:行者123 更新时间:2023-11-28 00:07:33 25 4
gpt4 key购买 nike

您好,我正在尝试将渐变背景设置为 ionic 工具栏,

.logo-toolbar {
background: linear-gradient(to right, #fff 25%, #004b7a 35%, #004b7a 68%, #004b7a 100%) !important;
border-bottom: 3px solid #f48726 !important;
transition: all 0.3s linear;
}
<ion-toolbar class="logo-toolbar">
<ion-title>
<img src="../../assets/img/sys.jpg" class="logo"/>
</ion-title>
</ion-toolbar>

显示了上面的代码边框,但未设置背景,但是当我向 ion-title 添加颜色时,它就可以工作了,

 <ion-toolbar  color="pink" class="logo-toolbar">
<ion-title>
<img src="../../assets/img/sys.jpg" class="logo"/>
</ion-title>
</ion-toolbar>

这里发生了什么?

最佳答案

我找到了解决方案,

Ionic 使用自定义属性为工具栏设置背景,它始终具有更高的优先级,需要覆盖它,

--background: linear-gradient(to right, #fff 25%, #004b7a 35%, #004b7a 68%, #004b7a 100%) !important;

P.S:不知道黑客是如何工作的。

关于css - ionic 奇怪的行为,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55610115/

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