28 lines
529 B
Plaintext
28 lines
529 B
Plaintext
/** index.wxss **/
|
|
@import "../../../config/styles/mp/index.less";
|
|
@import "../../../config/styles/mp/mixins.less";
|
|
|
|
.page-body {
|
|
height: 100%;
|
|
display: flex;
|
|
flex: 1;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
background-color: @oak-bg-color-container;
|
|
.safe-area-inset-bottom();
|
|
}
|
|
|
|
.login-box {
|
|
padding: 36rpx;
|
|
min-width: 78vw;
|
|
}
|
|
|
|
.login-body {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
} |