模板:Test/character:修订间差异
来自夜幕之下
跳到导航跳到搜索
创建页面,内容为“<templatestyles> .example-box { border: 2px solid #888; padding: 8px; background: #fff4f4; color: #202020; } </templatestyles> <div class="example-box"> 这是带有样式的示例模板。 </div>” |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
<templatestyles> | <templatestyles> | ||
. | .fullscreen_card { | ||
position: fixed; | |||
inset: 0; | |||
background: | z-index: -1; /* 放到底层 */ | ||
overflow: hidden; | |||
} | |||
.fullscreen_card img { | |||
width: 100%; | |||
height: 100%; | |||
object-fit: cover; /* 等价于 background-size: cover */ | |||
object-position: center; | |||
} | } | ||
</templatestyles> | </templatestyles> | ||
<div class=" | <div class="fullscreen_card"> | ||
[[File:test卡面.jpg|class=bgimg]] | |||
</div> | </div> | ||
