This commit is contained in:
Wang Kejun 2022-11-28 19:12:46 +08:00
parent 876e299996
commit f7386afb63
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
/** 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: @bg-color-fade;
}
.userInfo {
padding: @spacer-1;
display: flex;
flex-direction: column;
align-items: center;
}
.nickname {
font-size: @font-size-base;
color: @text-level-3-color;
padding-top: @spacer-1;
padding-bottom: @spacer-1;
}
.cell {
background-color: #fff;
flex: 1;
}