小编Dav*_*ros的帖子

如何在离子中设置响应式背景图像?

我试着这个

.pane { 
        background: url('../img/fondoapp.png'); 
        background-size: 100% 100% !important;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
Run Code Online (Sandbox Code Playgroud)

但是使用.pane或.scrollcontent会在我的其他选项卡中重复显示背景图像,当本机键盘出现时,它会调整图像的大小.

css ionic-framework

2
推荐指数
1
解决办法
2万
查看次数

标签 统计

css ×1

ionic-framework ×1