html背景图固定不随滚动条而改变

百度搜了半天才找到

body{
			background: url(../img/word_bg.jpg);
			background-attachment: fixed;
			background-size: 100%;
		}

在这里插入图片描述

发布了45 篇原创文章 · 获赞 47 · 访问量 1707

猜你喜欢

转载自blog.csdn.net/qq_44784185/article/details/103206621
今日推荐