模板:Test/styles.css:修订间差异
外观
< 模板:Test
test allowed props |
test img-based approach |
||
| 第6行: | 第6行: | ||
height: 100%; | height: 100%; | ||
z-index: -1; | z-index: -1; | ||
overflow: hidden; | |||
} | |||
.wiki-bg-fixed img { | |||
width: 100%; | |||
height: 100%; | |||
object-fit: cover; | |||
object-position: center; | |||
} | } | ||
2026年3月3日 (二) 03:34的版本
.wiki-bg-fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
overflow: hidden;
}
.wiki-bg-fixed img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}