无编辑摘要
无编辑摘要 |
无编辑摘要 标签:已被回退 |
||
| 第103行: | 第103行: | ||
pointer-events: none; | pointer-events: none; | ||
} | } | ||
body { | |||
background-image: url('https://static.wikia.nocookie.net/naruto/images/a/a9/Boruto_Chapter_49.png/revision/latest/scale-to-width-down/200?cb=20200824172743'); | |||
background-size: cover; /* 使背景图片覆盖整个页面 */ | |||
background-repeat: no-repeat; /* 防止背景图片重复 */ | |||
background-attachment: fixed; /* 背景图片固定,内容滚动时不随之滚动 */ | |||
background-position: center center; /* 背景图片居中显示 */ | |||
} | |||