/* subpages/mine/mySpace/mySpace.wxss */ .name { font-size: 32rpx; } .position { font-size: 30rpx; line-height: 32rpx; } .date { font-size: 26rpx; color: #BFBFBF; line-height: 40rpx; } .status{ font-size: 26rpx; margin-top: 10rpx; } .btn { position: relative; } .doc { color: #08b3b3; font-size: 20rpx; } .scroll-view { padding: 20rpx; box-sizing: border-box; background: #eff0f3; min-height: 100vh; }