gpt4 book ai didi

html - ionic header 隐藏内容尽管类 "has-header"

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

在带有 Ionic 和 AngularJs 的应用程序上,我尝试创建一个带有标题的新模板。不幸的是,标题隐藏了一些内容。

这是我的代码:

<link href="http://code.ionicframework.com/1.0.0/css/ionic.min.css" rel="stylesheet"/>
<div class="bar bar-header bar-stable">
<h1 class="title">XXX</h1>
</div>
<ion-content class="has-header">
<div class="padding-horizontal">
<h4 class="center">Sign in</h4>
<button class="button button-block button-positive">Sign In</button>
</div>
<hr>
<div class="padding-horizontal">
<h4 class="center">Don't have an account?</h4>
<button class="button button-block button-positive">Sign Up</button>
</div>
</ion-content>

或者 JsFiddle:http://jsfiddle.net/cyef9sxs/1/

谢谢!

最佳答案

那么您需要指定 ionic 元素的绝对位置和宽度。

.has-header {
top: 44px;
position:absolute;
width: 100%;
}

关于html - ionic header 隐藏内容尽管类 "has-header",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30201183/

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