feat(detailedReport): 新增躯干四肢脂肪与肌肉进阶成分网格卡片

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
17792275749
2026-08-20 10:34:48 +08:00
co-authored by Claude Opus 4.7
parent 1f5cc2c743
commit 090b33d0b3
4 changed files with 196 additions and 1 deletions
@@ -177,6 +177,7 @@
color: #252535;
height: 32rpx;
font-size: 32rpx;
font-weight: bolder;
line-height: 32rpx;
}
}
@@ -337,6 +338,7 @@
color: #252535;
height: 32rpx;
font-size: 32rpx;
font-weight: bolder;
line-height: 32rpx;
}
}
@@ -391,6 +393,66 @@
}
}
}
.bodyPartsList {
width: 100%;
padding: 0 32rpx 40rpx;
box-sizing: border-box;
.bodyPartsRow {
width: 100%;
display: flex;
flex-wrap: nowrap;
border-bottom: 2rpx solid #EAECF1;
.bodyPartCell {
flex: 1;
padding: 36rpx 24rpx;
box-sizing: border-box;
border-right: 2rpx solid #EAECF1;
&:last-of-type {
border-right: none;
}
.bodyPartLabel {
color: #808080;
height: 26rpx;
font-size: 26rpx;
line-height: 26rpx;
margin-bottom: 24rpx;
}
.bodyPartValue {
width: 100%;
display: flex;
flex-wrap: nowrap;
align-items: flex-end;
.bodyPartNum {
color: #252535;
height: 40rpx;
font-size: 40rpx;
line-height: 40rpx;
}
.bodyPartUnit {
color: #252535;
height: 24rpx;
font-size: 24rpx;
line-height: 24rpx;
}
.bodyPartSep {
color: #EAECFA;
height: 32rpx;
font-size: 32rpx;
line-height: 32rpx;
}
}
}
}
}
}
}
}