gpt4 book ai didi

css - 尝试使用 jquerymobile 放置内联 elts

转载 作者:行者123 更新时间:2023-11-28 13:55:27 24 4
gpt4 key购买 nike

http://jsfiddle.net/ca11111/WEuzB/

我试着让评论和作者出现在同一行,作者+删除按钮右浮动

但是 jquery-mobile 很复杂,任何帮助或建议都将不胜感激

谢谢

已更新 此处:http://jsfiddle.net/ca11111/WEuzB/8/差不多好了

最佳答案

试试这个 - http://jsfiddle.net/WEuzB/5/

<div style="width:100%; overflow:hidden;">
<div style="display:inline-block; float:left; height:40px; line-height:40px;">how you?</div>
<div style="display:inline-block; float:right;">
<b>Sarah Pink</b>
<a href="" type="button" data-inline="true" data-iconpos="notext" data-icon="delete"></a>
</div>
</div>

更新 - 缩小高度 - http://jsfiddle.net/WEuzB/10/

CSS

.ui-li-static.ui-li { padding: 0 15px !important } /* need to redefine a jquery set style */

HTML

<div style="width:100%; overflow:hidden;">
<div style="display:inline-block; float:left; height:40px; line-height:40px;">how you?</div>
<div style="display:inline-block; float:right;">
<b style="display:inline-block; float:left; height:40px; line-height:40px;">Sarah Pink</b>
<a href="" type="button" data-inline="true" data-iconpos="notext" data-icon="delete"></a>
</div>
</div>

关于css - 尝试使用 jquerymobile 放置内联 elts,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10873589/

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