gpt4 book ai didi

css - 如何在 jquery mobile 中正确使用 ui-btn-left 和 ui-btn-right 类

转载 作者:太空宇宙 更新时间:2023-11-04 13:52:14 24 4
gpt4 key购买 nike

如何正确使用ui-btn-left和ui-btn-right类

这就是我想要的
enter image description here

这就是我得到的
enter image description here

这是我的 jsfiddle

我的代码

<div  class="ui-bar ui-bar-b ui-btn-corner-all bar" data-theme="a">
<div class="ui-btn-left" >
<a id="btnlogout" href="javascript:void(0);" data-role="button" class="ui-btn-left btnlogout" data-inline="true" data-theme="a">Disconnect</a>
<a data-role="button" href="javascript:void(0);" class="imgInfo ui-btn-right" data-mini="true" data-inline="true" style="width:45px;height:45px;" data-theme="a"> </a>
</div>
<div class="ui-btn-right" >
<a data-role="button" href="javascript:void(0);" class="imgRefresh" data-mini="true" data-inline="true" style="width:45px;height:45px;" onclick="getunreadmessage();" data-theme="a"></a>
</div>
</div>

最佳答案

我认为也许有更好的方法。但是,这里有一个快速修复方法。您可以添加:

.ui-btn-right {
float: right;
}

.ui-btn-left {
float: left
}

<br style="clear: both" />在你的 <div class="ui-btn-right" > 之后清除 float

Updated Fiddle

关于css - 如何在 jquery mobile 中正确使用 ui-btn-left 和 ui-btn-right 类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22142174/

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