Files
miniwx/app.wxss
T
2026-04-18 22:15:11 +08:00

18 lines
374 B
Plaintext

/**app.wxss**/
page {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
font-size: 28rpx;
color: #333;
background-color: #f5f7fa;
}
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}