如何使背景照片覆盖全屏

html 中 css 中 使背景照片覆盖全屏

body,html{
	background: url(../img/index.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}
posted @ 2020-09-09 18:43  江咏之  阅读(275)  评论(0编辑  收藏  举报