mirror of
https://gitee.com/XZCRAZY/wx_epaper_lite.git
synced 2025-12-06 11:32:48 +08:00
30 lines
389 B
Plaintext
30 lines
389 B
Plaintext
/**app.wxss**/
|
|
|
|
/* @import './miniprogram_npm/weui-miniprogram/weui-wxss/dist/style/weui.wxss'; */
|
|
@import '/static/font/iconfont.wxss';
|
|
|
|
|
|
|
|
|
|
.container {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
/* padding: 200rpx 0; */
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.page {
|
|
background: #d6c8ff;
|
|
height: 100vmax;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|