更多操作
AkiraZea将页面模板:BackgroundImage.css的内容模型从“wikitext”更改为“已过滤的CSS” |
无编辑摘要 |
||
| 第8行: | 第8行: | ||
.bg-image-artwork img { | .bg-image-artwork img { | ||
mask-image: linear-gradient(to top,rgba(0,0,0,0.2),rgba(0,0,0,0)); | |||
object-fit: cover; | object-fit: cover; | ||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
} | } | ||
2025年4月2日 (三) 22:11的版本
.bg-image-artwork {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
}
.bg-image-artwork img {
mask-image: linear-gradient(to top,rgba(0,0,0,0.2),rgba(0,0,0,0));
object-fit: cover;
width: 100%;
height: 100%;
}