15 lines
234 B
Plaintext
15 lines
234 B
Plaintext
/**app.wxss**/
|
|
.container {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
padding: 50rpx 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
page{
|
|
height:100%;
|
|
background: #ccc;
|
|
} |