/** index.wxss **/ @import "../../../config/styles/_base.less"; @import "../../../config/styles/_mixins.less"; .page-body { height: 100vh; display: flex; justify-content: center; flex: 1; flex-direction: column; background-color: @bg-color-fade; box-sizing: border-box; .safe-area-inset-bottom(); } .content { display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 1; } .circle-view { margin-top: @spacer; padding: @spacer; width: 200rpx; height: 200rpx; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: #fff; } .text { font-size: @font-size-base; color: @text-level-3-color; } .relation { font-size: @font-size-base; } .btn-view { display: flex; justify-content: center; align-items: center; }