|
|
|
|
page {
|
|
|
|
|
background-color: #f6f8f9;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.page {
|
|
|
|
|
padding-bottom: 200rpx;
|
|
|
|
|
.page-header {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
.tab-class {
|
|
|
|
|
font-size: 32rpx;
|
|
|
|
|
}
|
|
|
|
|
.form {
|
|
|
|
|
padding: 0 18rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
.date {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 10rpx;
|
|
|
|
|
font-size: 32rpx;
|
|
|
|
|
color: #69686e;
|
|
|
|
|
.icon {
|
|
|
|
|
transform: rotate(90deg);
|
|
|
|
|
font-size: 20rpx;
|
|
|
|
|
color: #adacb2;
|
|
|
|
|
}
|
|
|
|
|
.start,
|
|
|
|
|
.end {
|
|
|
|
|
padding: 18rpx 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.chart-list {
|
|
|
|
|
padding: 32rpx 40rpx 0;
|
|
|
|
|
.chart-card {
|
|
|
|
|
margin-bottom: 24rpx;
|
|
|
|
|
padding: 32rpx;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border-radius: 24rpx;
|
|
|
|
|
&.chart-card-legend {
|
|
|
|
|
.chart {
|
|
|
|
|
padding-top: 40rpx;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.title {
|
|
|
|
|
font-size: 32rpx;
|
|
|
|
|
color: #211d2e;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
.chart {
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 420rpx;
|
|
|
|
|
.legend {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 12rpx;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
.dot {
|
|
|
|
|
width: 18rpx;
|
|
|
|
|
height: 18rpx;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
&.dot4 {
|
|
|
|
|
background-color: #1ec580;
|
|
|
|
|
}
|
|
|
|
|
&.dot5 {
|
|
|
|
|
background-color: #b982ff;
|
|
|
|
|
}
|
|
|
|
|
&.dot6 {
|
|
|
|
|
background-color: #ffa300;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.list {
|
|
|
|
|
margin: 28rpx 40rpx 0;
|
|
|
|
|
.list-title {
|
|
|
|
|
font-size: 36rpx;
|
|
|
|
|
color: #211d2e;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
.list-container {
|
|
|
|
|
.row {
|
|
|
|
|
display: flex;
|
|
|
|
|
gap: 16rpx;
|
|
|
|
|
.aside {
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
.line-top {
|
|
|
|
|
height: 58rpx;
|
|
|
|
|
border-right: 1px dashed rgba(185, 130, 255, 0.29);
|
|
|
|
|
}
|
|
|
|
|
.side {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 32rpx;
|
|
|
|
|
height: 32rpx;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
background-color: rgba(185, 130, 255, 0.3);
|
|
|
|
|
&::after {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
display: block;
|
|
|
|
|
content: '';
|
|
|
|
|
width: 18rpx;
|
|
|
|
|
height: 18rpx;
|
|
|
|
|
background-color: #b982ff;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.line {
|
|
|
|
|
flex: 1;
|
|
|
|
|
border-right: 1px dashed rgba(185, 130, 255, 0.29);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.r-container {
|
|
|
|
|
padding-top: 48rpx;
|
|
|
|
|
flex: 1;
|
|
|
|
|
.date {
|
|
|
|
|
font-size: 32rpx;
|
|
|
|
|
color: #211d2e;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
.r-card {
|
|
|
|
|
margin-top: 16rpx;
|
|
|
|
|
padding: 24rpx 32rpx;
|
|
|
|
|
border-radius: 24rpx;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
.wrap {
|
|
|
|
|
padding-bottom: 32rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 22rpx;
|
|
|
|
|
border-bottom: 1px dashed rgba(33, 29, 46, 0.05);
|
|
|
|
|
.num {
|
|
|
|
|
font-size: 104rpx;
|
|
|
|
|
color: var(--color);
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
line-height: 1;
|
|
|
|
|
}
|
|
|
|
|
.inner {
|
|
|
|
|
.label {
|
|
|
|
|
padding: 4rpx 16rpx;
|
|
|
|
|
border-radius: 50rpx 50rpx 50rpx 0;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
line-height: 36rpx;
|
|
|
|
|
background: var(--label-background);
|
|
|
|
|
}
|
|
|
|
|
.name {
|
|
|
|
|
margin-top: 12rpx;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
color: #adacb2;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.stat {
|
|
|
|
|
padding-top: 24rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
.s-item {
|
|
|
|
|
font-size: 32rpx;
|
|
|
|
|
color: #adacb2;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 24rpx;
|
|
|
|
|
.score {
|
|
|
|
|
color: #211d2e;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.r-card-hormones {
|
|
|
|
|
margin-top: 16rpx;
|
|
|
|
|
padding: 26rpx 32rpx;
|
|
|
|
|
background: linear-gradient(11deg, #ffffff 0%, #ffffff 49%, #f6efff 100%);
|
|
|
|
|
border-radius: 24rpx 24rpx 24rpx 24rpx;
|
|
|
|
|
border: 2rpx solid #ffffff;
|
|
|
|
|
.rch-title {
|
|
|
|
|
font-size: 32rpx;
|
|
|
|
|
color: #211d2e;
|
|
|
|
|
}
|
|
|
|
|
.rch-content {
|
|
|
|
|
margin-top: 6rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: baseline;
|
|
|
|
|
gap: 48rpx;
|
|
|
|
|
.num {
|
|
|
|
|
font-size: 72rpx;
|
|
|
|
|
color: #b982ff;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: baseline;
|
|
|
|
|
.sub {
|
|
|
|
|
font-size: 32rpx;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.tip {
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
color: #211d2e;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.rch-footer {
|
|
|
|
|
margin-top: 22rpx;
|
|
|
|
|
border-top: 1px solid rgba(33, 29, 46, 0.05);
|
|
|
|
|
padding-top: 22rpx;
|
|
|
|
|
font-size: 32rpx;
|
|
|
|
|
color: #211d2e;
|
|
|
|
|
.range {
|
|
|
|
|
color: #b982ff;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.page-footer {
|
|
|
|
|
position: fixed;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
z-index: 100000;
|
|
|
|
|
width: 100%;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: 20rpx 40rpx calc(20rpx + env(safe-area-inset-bottom));
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
box-shadow: 0 8rpx 32rpx rgba(25, 0, 57, 0.07);
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
.home {
|
|
|
|
|
padding: 0 34rpx;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
color: #b982ff;
|
|
|
|
|
.icon {
|
|
|
|
|
width: 44rpx;
|
|
|
|
|
height: 44rpx;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.btn {
|
|
|
|
|
flex: 1;
|
|
|
|
|
height: 88rpx;
|
|
|
|
|
font-size: 38rpx;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
background: linear-gradient(197deg, #ffbcf9 0%, #b982ff 100%);
|
|
|
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.status1 {
|
|
|
|
|
--color: #ef3939;
|
|
|
|
|
--background: #ffdddd;
|
|
|
|
|
--label-background: linear-gradient(177deg, #ff9090 0%, #ef3939 100%);
|
|
|
|
|
}
|
|
|
|
|
.status2 {
|
|
|
|
|
--color: #ffa300;
|
|
|
|
|
--background: #fff4e0;
|
|
|
|
|
--label-background: linear-gradient(153deg, #ffd48b 0%, #ffa300 100%);
|
|
|
|
|
}
|
|
|
|
|
.status3 {
|
|
|
|
|
--color: #1ec580;
|
|
|
|
|
--background: #dafdee;
|
|
|
|
|
--label-background: linear-gradient(330deg, #1ec580 0%, #4feaaa 100%);
|
|
|
|
|
}
|