24 lines
437 B
Plaintext
24 lines
437 B
Plaintext
/** index.wxss **/
|
|
@import "../../../../config/styles/mp/index.less";
|
|
@import "../../../../config/styles/mp/mixins.less";
|
|
|
|
.page-body {
|
|
height: 100vh;
|
|
display: flex;
|
|
flex: 1;
|
|
flex-direction: column;
|
|
background-color: @oak-bg-color-page;
|
|
box-sizing: border-box;
|
|
.safe-area-inset-bottom();
|
|
}
|
|
|
|
.col {
|
|
display: flex;
|
|
flex-direction: column;
|
|
background-color: #fff;
|
|
|
|
.label {
|
|
color: @oak-text-color-primary;
|
|
}
|
|
}
|