feat(detailedReport): 基础指标完善评分单位、健康评价等级与BMI状态

- 健康评分补"分"单位
- 健康评价展示等级文案(如"亚健康")替代数值
- BMI名称后跟体型状态胶囊,颜色取底部刻度色

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
17792275749
2026-09-02 10:36:23 +08:00
co-authored by Claude Opus 4.7
parent 680794702e
commit 7a1e8942a9
3 changed files with 51 additions and 6 deletions
@@ -208,11 +208,27 @@
}
.basicIndicatorsLabel {
color: #808080;
display: flex;
align-items: center;
height: 30rpx;
font-size: 26rpx;
line-height: 30rpx;
margin-bottom: 20rpx;
.basicIndicatorsLabelText {
color: #808080;
height: 30rpx;
font-size: 26rpx;
line-height: 30rpx;
}
.basicIndicatorsLabelExtra {
color: #FFFFFF;
height: 28rpx;
font-size: 20rpx;
line-height: 28rpx;
padding: 0 12rpx;
border-radius: 8rpx;
margin-left: 8rpx;
}
}
.basicIndicatorsValueRow {