Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试使用这篇文章中的解决方案,但仍然无法正常工作,结果是白页
如何在phonegap中为iphone应用程序设置背景图片
通过使用这个 CSS 代码,它对我来说很好:
.ui-page.ui-body-c { background: url("img/J-BigBox.png"); background-repeat:no-repeat; background-position:left center; background-size:cover; } .ui-page { background: transparent; } .ui-content{ background: transparent; }