Onsen UI:按钮,与底部

时间:2017-04-18 10:11:02

标签: javascript css onsen-ui2

我正在使用onsen-ui创建应用程序。

以下是我的"删除"的代码按钮

<div class='form-well'>
    <br><br>
    <ons-button style="background-color: red;" modifier="large">Delete</ons-button>
</div>

一切都很好,&#34;删除&#34;按钮有适当的尺寸&amp;颜色,但我希望它在底部对齐。

图书馆(温泉)是否有适当的&#34; onsenish&#34;这样做的方法,或者我应该使用通用的html模式(比如这个How to align content of a div to the bottom?)并自己猜测像素?

delete screen

2 个答案:

答案 0 :(得分:1)

使用这样的css position属性,我只需使用按钮来理解您可以使用button classid

button {
   position: absolute;
   bottom:0;
   left:0;
}

答案 1 :(得分:-1)

如果您想使用onsen.io

,可以找到答案

https://onsen.io/blog/auto-style-app-onsen/