.page-body{padding:8rpx 40rpx calc(60rpx + env(safe-area-inset-bottom))} .profile-header{text-align:center;padding:24rpx 0 32rpx} .ph-avatar{margin:0 auto 20rpx;width:152rpx;height:152rpx;font-size:76rpx;border-radius:56rpx;position:relative;overflow:visible} .ph-avatar-img{width:100%;height:100%;border-radius:56rpx} .ph-avatar-cam{position:absolute;right:-6rpx;bottom:-6rpx;width:52rpx;height:52rpx;line-height:52rpx;text-align:center;font-size:26rpx;background:#fff;border-radius:50%;box-shadow:var(--shadow)} .ph-name{font-size:44rpx;font-weight:800} .ph-meta{font-size:26rpx;margin-top:10rpx} .profile-list{background:#fff;border-radius:48rpx;box-shadow:var(--shadow);overflow:hidden;margin-bottom:28rpx} .profile-row{ display:flex;align-items:center;justify-content:space-between;min-height:104rpx;padding:0 32rpx; border-bottom:1rpx solid var(--line);font-size:28rpx;font-weight:800; } .profile-row:last-child{border-bottom:0} .pr-val{color:var(--muted);font-weight:700;font-size:26rpx} /* 页面不自身滚动,改由 page-scroll 承载滚动(隐藏滚动条)*/ page{height:100vh;overflow:hidden;display:flex;flex-direction:column} .page-scroll{flex:1;min-height:0}