feat: add sleep report page

This commit is contained in:
czz
2026-05-08 11:30:37 +08:00
parent 054d8e3519
commit a6382d669b
26 changed files with 3249 additions and 6 deletions

View File

@@ -246,6 +246,55 @@
line-height: 1.7;
}
.device-report-entry {
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 22rpx;
padding: 24rpx;
border-radius: 22rpx;
background:
radial-gradient(circle at top right, rgba(54, 228, 170, 0.18), transparent 42%),
rgba(42, 48, 66, 0.96);
box-shadow:
inset 0 0 0 2rpx rgba(255, 255, 255, 0.03),
0 14rpx 28rpx rgba(6, 10, 22, 0.18);
}
.device-report-entry__content {
flex: 1;
padding-right: 20rpx;
}
.device-report-entry__eyebrow {
display: block;
color: #39e6ad;
font-size: 20rpx;
}
.device-report-entry__title {
display: block;
margin-top: 8rpx;
color: #f3f7ff;
font-size: 30rpx;
font-weight: 600;
}
.device-report-entry__desc {
display: block;
margin-top: 10rpx;
color: #96a1b5;
font-size: 22rpx;
line-height: 1.6;
}
.device-report-entry__arrow {
color: #d8e1ed;
font-size: 28rpx;
}
.device-tabbar {
position: fixed;
left: 0;