oak-general-business/app/pages/token/login/index.less

16 lines
246 B
Plaintext

/** index.wxss **/
@import "../../../styles/base.less";
page {
height: 100%;
}
.page-body {
height: 100%;
display: flex;
flex-direction: column;
align-items: stretch;
justify-content: flex-end;
// background-color: slategrey;
}