gpt4 book ai didi

css - Ionic-Customizing Ionic title with CSS 不工作

转载 作者:行者123 更新时间:2023-11-28 16:46:01 24 4
gpt4 key购买 nike

我已经编写了一个代码来自定义 ionic 标题。

HTML

<div class="styTitle">
<ion-view title="Welcome to my App">
<ion-view>
<div>

CSS

.styTitle ion-view title {
font-size: 160%;
text-align: center;
color: white;
font-family: verdana;
margin-top: 11px;

}

在模拟器上渲染时,标题上没有应用可见的更改。有什么问题吗?谢谢

最佳答案

这是自定义 ionic 标题的标准方式,

HTML

<ion-view>
<ion-nav-title>
<span class="
styTitle">Welcome to my App</span>
</ion-nav-title>
</ion-view>

CSS

.styTitle {
font-size: 160%;
text-align: center;
color: white;
font-family: verdana;
margin-top: 11px;
}

关于css - Ionic-Customizing Ionic title with CSS 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33166869/

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