18 lines
404 B
Plaintext
18 lines
404 B
Plaintext
/**app.wxss**/
|
|
page {
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica,
|
|
Segoe UI, Arial, Roboto, 'PingFang SC', 'miui', 'Hiragino Sans GB', 'Microsoft Yahei',
|
|
sans-serif;
|
|
background-color: #f6f6f6;
|
|
font-size: 32rpx;
|
|
width: 100%;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: stretch;
|
|
box-sizing: border-box;
|
|
}
|