离子背景图像

时间:2016-06-20 13:57:11

标签: html css cordova ionic-framework

我正在使用Ionic。目前,我使用“离子服务命令”在chrome中运行我的测试应用程序。试图将背景图像添加到我的一个导航视图(使用侧面菜单模板),但不知何故,图像在我的应用程序下面呈现而不是作为背景。这是我的代码:

的style.css:

.login {
    background: url(../img/BG_login.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

查看:

<ion-modal-view class="login">
    ...
</ion-modal-view>

这就是它的样子:

enter image description here

它应该覆盖整个backgorund而不是我的形式......

0 个答案:

没有答案