在CSS中为背景设置height和width的值为100%即可让其充满整个屏幕。
示例代码:
html, body { height: 100%; width: 100%; }
body { background: url(image.jpg) no-repeat center center fixed; background-size: cover; }
上一篇:背景滤镜、相对和绝对定位的问题
下一篇:背景没有绘制