gpt4 book ai didi

html - ionic : position button from bottom

转载 作者:行者123 更新时间:2023-11-28 05:21:53 25 4
gpt4 key购买 nike

在 ionic 中,我如何将按钮设置为距离底部 ion-content 的某个百分比?

我试过了

<ion-view>
<ion-content>
<div class="button-bottom">
<button class="button button-block button-energized">Button</button>
</div>
</ion-content>
</ion-view>

CSS:

.button-bottom{
position: absolute;
bottom: 30%;
}

但按钮现在不占整个宽度。

最佳答案

尝试给你的容器一个明确的宽度:

.button-bottom{
position: absolute;
bottom: 30%;
width: 100%;
}

关于html - ionic : position button from bottom,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37687276/

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