背景图片的各种使用 /* 引入背景图片 */ background-image: url(bg.jpg); /* 背景图垂直、水平均居中显示 */ background-position: center center; /* 背景图不平铺 */ background-repeat: no-repeat; /* 当内容高度大于图片高度时,背景图像的位置相对于viewport固定 */ background-attachment 2024-04-28 366 0