17 lines
275 B
Plaintext
17 lines
275 B
Plaintext
|
/**app.wxss**/
|
||
|
@import "weui.wxss";
|
||
|
page{
|
||
|
line-height: 150%;
|
||
|
color: #666;
|
||
|
height: 100%;
|
||
|
}
|
||
|
.container {
|
||
|
height: 100%;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
padding: 200rpx 0;
|
||
|
box-sizing: border-box;
|
||
|
}
|