https://www.5xiaobo.com/ ;;背景图是正常光滑的
.bg-fixed {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: -1;
background: url(images/bg-fixed.png) repeat;
*background: 0;
}
图片在下面 很小 注意看:
或者这个链接
https://img-ask.csdn.net/upload/201906/03/1559531379_26321.png
随便写个div 加上上面的class 就好了