/** index.wxss **/ @import "../../../config/styles/_base.less"; @import "../../../config/styles/_mixins.less"; .page-body { height: 100vh; display: flex; flex: 1; flex-direction: column; background-color: @bg-color-fade; box-sizing: border-box; .safe-area-inset-bottom(); } .user-list { flex: 1; display: flex; flex-direction: column; } .user-info { flex-direction: column; align-items: flex-start; padding-left: 22rpx; flex: 1; } .cell { display: flex; align-items: center; padding: @spacer; border-bottom: 1px solid #e0e0e0; background-color: #fff; } .row { display: flex; align-items: center; margin-bottom: @font-size-base; } .avatar { height: 140rpx; width: 140rpx; border-radius: 50%; } .img-view { display: flex; align-items: center; justify-content: center; height: 140rpx; width: 140rpx; border-radius: 50%; background-color: @bg-color-fade; } .nickname { margin-right: @spacer; font-size: @font-size-base; } .name { font-size: @font-size-base; color:@text-level-3-color; margin-bottom: 4rpx; } .mobile { font-size: @font-size-base; color: @text-level-3-color; } .btn-view { display: flex; justify-content: center; align-items: center; }