You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
300 B

4 years ago
/**app.wxss**/
4 years ago
@import '/vant-index.wxss';
4 years ago
page{
background-color:#f0f0f0;
}
4 years ago
/* view{
4 years ago
background-color: #fff;
4 years ago
} */
4 years ago
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}