Files
RenyiXCX/app.wxss
2026-03-10 18:50:00 +08:00

12 lines
230 B
Plaintext

.container {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
display: flex;
flex-direction: column;
justify-content: space-between;
box-sizing: border-box;
}
page {
background-color: #F2f2f2;
}