21 lines
395 B
Plaintext
21 lines
395 B
Plaintext
/** index.wxss **/
|
|
@import '../../../config/styles/mp/index.less';
|
|
@import '../../../config/styles/mp/mixins.less';
|
|
|
|
.view {
|
|
height: 100vh;
|
|
display: flex;
|
|
flex: 1;
|
|
flex-direction: column;
|
|
background-color: @oak-bg-color-page;
|
|
box-sizing: border-box;
|
|
.safe-area-inset-bottom();
|
|
}
|
|
|
|
.btn {
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
// margin: 0 10px;
|
|
}
|