css body背景图全屏,不论分辨率大小。在body里嵌套一个img元素,控制这个img 的z-index为-1即可。 复制代码代码如下: <img id="bg" src="../images/bg.jpg" width="100%" height="100%" style="right: 0; bottom: 0;position: absolute; top: 0;