模板:FullscreenCard/styles.css

来自夜幕之下
跳到导航跳到搜索
.fullscreen_card {
  position: fixed;
  inset: 0;
  z-index: -1;
}

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