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