标签: css
我在css中设置了一个整体,但是当你向下滚动时,图像结束并再次重复。有没有办法让图像不随页面滚动?
答案 0 :(得分:2)
这应该可以解决问题:
body{ background: url(theURL) no-repeat center center fixed; background-size: cover; }