MediaWiki:Common.css:修订间差异
无编辑摘要
无编辑摘要 |
无编辑摘要 |
||
第109行: | 第109行: | ||
background-size:cover; | background-size:cover; | ||
} | } | ||
body::after{ | body::after { | ||
content: ''; | |||
position: fixed; | |||
width: 50%; | |||
background: url("https://tst.fannq.com/lndb/api/download/6b3a5aa8b6c94a22889769617b64042e.svg") no-repeat; | |||
background-size: cover; | |||
display: inline-block; | |||
right: 0; | |||
top: 0; | |||
height: 514px; | |||
} | |||
body::before { | |||
content: ''; | |||
position: fixed; | |||
width: 50%; | |||
background: url("https://tst.fannq.com/lndb/api/download/143c2ec30bfe106dafb00680f7585c01.svg") no-repeat; | |||
background-size: cover; | |||
display: inline-block; | |||
right: 0; | |||
top: 0; | |||
height: 514px; | |||
} | } |