17 lines
301 B
Plaintext
17 lines
301 B
Plaintext
/** index.wxss **/
|
|
@import "../../../config/styles/_base.less";
|
|
@import "../../../config/styles/_mixins.less";
|
|
|
|
page {
|
|
height: 100%;
|
|
}
|
|
|
|
.page-body {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: stretch;
|
|
justify-content: flex-end;
|
|
// background-color: slategrey;
|
|
}
|