1
0
Fork 0
tera-wallet/src/app.scss

22 lines
286 B
SCSS

@import "~taro-ui/dist/style/index.scss";
.flex-wrp{
display: flex;
justify-content: center;
align-items: center;
}
.flex-item{
flex-grow: 1;
text-align: center;
}
.page {
position: relative;
background-color: #FDFDFD;
view,
div {
box-sizing: border-box;
}
}