模板:Test/character:修订间差异
来自夜幕之下
跳到导航跳到搜索
无编辑摘要 |
无编辑摘要 |
||
| 第2行: | 第2行: | ||
.fullscreen_card { | .fullscreen_card { | ||
position: fixed; | position: fixed; | ||
top: 0; | |||
z-index: - | left: 0; | ||
width: 100vw; | |||
height: 100vh; | |||
z-index: -999; /* 比正文更低 */ | |||
pointer-events: none; | |||
} | } | ||
| 第10行: | 第14行: | ||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
object-fit: cover | object-fit: cover; | ||
} | } | ||
</templatestyles> | </templatestyles> | ||
<div class="fullscreen_card"> | <div class="fullscreen_card"> | ||
[[File:test卡面.jpg| | [[File:test卡面.jpg|frameless]] | ||
</div> | </div> | ||