模板:FullscreenCard/styles.css

来自夜幕之下
Rin留言 | 贡献2026年3月2日 (一) 20:52的版本 (创建页面,内容为“.fullscreen_card { position: fixed; inset: 0; z-index: -1; } .fullscreen_card img { width: 100vw; height: 100vh; object-fit: cover; }”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航跳到搜索
.fullscreen_card {
  position: fixed;
  inset: 0;
  z-index: -1;
}

.fullscreen_card img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}