0

我正在制作一个网站,其中有一个充满整个屏幕的背景图像。它在桌面浏览器上运行良好,但不能在 iPad 上呈现。这是CSS:

body { 
    background: url('pics/net.png') no-repeat center center fixed; 
    background-size: cover;
}

html 实际上只是一个显示在图像上方的面板。任何提示将不胜感激。

4

0 回答 0