Files
gemini-cs/wechat-mini-program/app.wxss
2025-12-09 02:45:30 +08:00

11 lines
154 B
Plaintext

/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
box-sizing: border-box;
}
page {
background-color: #f9fafb;
}