32 lines
570 B
Plaintext
32 lines
570 B
Plaintext
@import "../../../config/styles/mp/index.less";
|
|
@import "../../../config/styles/mp/mixins.less";
|
|
|
|
.page-body {
|
|
height: 100%;
|
|
display: flex;
|
|
flex: 1;
|
|
flex-direction: column;
|
|
background-color: @oak-bg-color-page;
|
|
// background-image: linear-gradient(to bottom, #ffffff, #f4f5f6);
|
|
}
|
|
|
|
.userInfo {
|
|
padding: 14rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.nickname {
|
|
font-size: 30rpx;
|
|
color: @oak-text-color-secondary;
|
|
padding-top: 14rpx;
|
|
padding-bottom: 14rpx;
|
|
}
|
|
|
|
|
|
.list {
|
|
background-color: #ffffff;
|
|
padding: 0 10rpx;
|
|
}
|