我正在尝试将带有一些文字的图像居中。当我在 chrome 中显示时工作正常。它也适用于使用 Opera Mobile 的模拟器。但是当我使用 html/css 文件创建我的 phonegap 应用程序时,图像在 Android 中运行时拒绝居中。
这是我的CSS:
.centered {
width: 100%;
height: auto;
position: fixed;
top: 20%;
text-align:center;
}
有任何想法吗?
谢谢