123456body{ background-image: url("/bg.jpg"); //加载背景图片 background-repeat: no-repeat; //设置图片不重复 background-size: 100% 100%; //将宽度与高度均设为百分百,显然你自己也可以根据情况设置width还是height。 background-attachment: fixed; //这是完成背景拉伸的最关键的一环,将背景固定,使背景不随滚动条走} Author: BinGCULink: http://bingcu.com/2020/05/30/CSS%E5%AE%9E%E7%8E%B0%E8%83%8C%E6%99%AF%E6%8B%89%E4%BC%B8%EF%BC%88%E9%9D%9E%E5%B9%B3%E9%93%BA%EF%BC%89/Copyright Notice: All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.CSS Donate微信支付寶Previous PostSpringMVC文件上传(前后端分离)Next PostC/C++关于指针的复杂类型解析 Comment