【发布时间】:2017-10-19 16:55:28
【问题描述】:
我想在ionic2的页面中设置背景图片,
<style type="text/css">
ion-content {
background: url(../../img/background.jpg) no-repeat center center fixed;
}
</style>
<ion-content padding>
<h2>Welcome to Ionic!</h2>
</ion-content>
但它没有显示在设备中。 为什么?
【问题讨论】:
-
可能你的网址有误。尝试将其更改为互联网上的图像。
-
这个方法我试过了。
-
那么,结果如何?
-
结果是一样的
-
可能其他元素与您的
ion-content重叠,您看不到结果。删除ion-content中的所有内容。设置它height和width100%。设置background-color: green。将background-image url更改为实时图像。结果如何?
标签: ionic2