/** 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(); } .avatar { font-size: 128rpx; color: @oak-text-color-secondary; height: 140rpx; width: 140rpx; border-radius: 14rpx; } .nickname { font-size: 44rpx; font-weight: bold; } .col { display: flex; flex-direction: column; padding: 0rpx 10rpx; border-bottom: 1px solid #e0e0e0; background-color: #fff; .left { display: flex; flex-direction: row; } .icon { width: 16rpx; margin-left: 6rpx; margin-right: 26rpx; text-align: center; } .label { color: @oak-text-color-primary; } .value { color: @oak-text-color-secondary; margin-right: 16rpx; .primary { background-color: @oak-color-primary; } .success { background-color: @oak-color-success; } .danger { background-color: @oak-color-error; } .warning { background-color: @oak-color-warning; } } } .userInfo { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 300rpx; } .btn-view { display: flex; justify-content: center; align-items: center; }