【发布时间】:2016-08-28 14:37:59
【问题描述】:
我正在升级我的 Ionic App 版本:
ionic: ionic-bower#1.2.4
ionic-platform-web-client": ^0.7.1
cordova: 6.1.1
而且升级后背景图片不居中,我的CSS代码是:
body {
background:url('../img/splash.png') rgb(227,227,213) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
而我的正文 html 只是:
</head>
<body ng-app="starter">
<ion-spinner></ion-spinner>
</body>`
Ionic 可能存在错误吗?我做错了什么?
【问题讨论】:
-
是的,您需要将背景图像提供给类 .scroll-content。
标签: html css cordova ionic-framework