gpt4 book ai didi

jquery - 如何使用 jqmobile 将图像居中

转载 作者:技术小花猫 更新时间:2023-10-29 11:59:25 25 4
gpt4 key购买 nike

您好,我正在使用这段代码在 jquery mobile 中将图像居中,它在 iphone 模拟器中将图像居中,但是当我在 iphone 上检查它时,它本身并没有完全居中(居中但不完全居中)而是倾向于向左.

<div data-role="content" data-theme="a">

<div id="logo_image">
<img src="images/logo.png" alt="Image Header" >
</div>

</div>

CSS 是

#logo_image {
text-align: center;
margin-left:0 auto;
margin-right:0 auto;
}

提前致谢...

最佳答案

只需尝试 margin: 0 auto 而不是左右边距。之后您将能够设置顶部和底部边距。问候

关于jquery - 如何使用 jqmobile 将图像居中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9260307/

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