13 lines
198 B
Plaintext
13 lines
198 B
Plaintext
|
|
||
|
.qz {
|
||
|
background-image: url('https://pfapi.86698.cn/static/images/qzbg.png');
|
||
|
background-size: 100% 100%;
|
||
|
width: 100%;
|
||
|
height: 100vh;
|
||
|
position: fixed;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
overflow-y: auto;
|
||
|
}
|
||
|
|