studyplus/app.wxss
2018-09-11 13:06:48 +08:00

12 lines
195 B
Plaintext

/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}