mirror of
https://github.com/woodchen-ink/openai-billing-query.git
synced 2025-07-18 14:01:59 +08:00
25 lines
293 B
CSS
25 lines
293 B
CSS
body {
|
|
background: url('https://cdn-img.czl.net/2023/05/23/pjbczr.webp') no-repeat center center fixed;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
height: 100VH;
|
|
}
|
|
|
|
.container {
|
|
display: flex;
|
|
height: 100VH;
|
|
}
|
|
|
|
.sidebar {
|
|
width: 30%;
|
|
}
|
|
|
|
.content {
|
|
width: 70%;
|
|
}
|
|
|
|
.footer {
|
|
margin-top: auto;
|
|
} |