我试着这个
.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会在我的其他选项卡中重复显示背景图像,当本机键盘出现时,它会调整图像的大小.