【发布时间】:2019-08-14 19:24:14
【问题描述】:
我不知道出了什么问题。当我尝试ionic serve 时,一切都正确加载。但是,当我尝试在 android 设备上运行它时,没有任何图像加载,而是显示错误 Failed to load resource: net::ERR_FILE_NOT_FOUND 没有正确加载图像。
我的 scss 文件
.bg-image{
background-image: url('../../assets/imgs/bgimage.png');
background-repeat: no-repeat;
background-size: 200%;
background-attachment: fixed;
position: absolute;
我的html文件
<div class="bg-image">
.
.
</div>
无法弄清楚请帮忙。
【问题讨论】:
标签: css ionic-framework sass ionic3