/* 全部记录时间轴。洞察和体重趋势已经搬到报告页,这里只留流水 + 筛选 */ .health-timeline{display:flex;flex-direction:column;gap:var(--sp-2)} .health-event{display:flex;gap:var(--sp-3);background:var(--surface-2);border-radius:var(--r-md);padding:var(--sp-4)} /* 底色和文字色由 .tone-N 提供(记录类型决定),这里只管形状 */ .event-dot{ width:64rpx;height:64rpx;border-radius:var(--r-sm);flex:none; display:flex;align-items:center;justify-content:center; } .he-b{font-size:var(--fs-md);font-weight:var(--fw-b)} .he-p{color:var(--muted);font-size:var(--fs-sm);line-height:1.45;margin-top:6rpx} .he-body{flex:1;min-width:0} .he-img{margin-top:var(--sp-2);width:220rpx;height:220rpx;border-radius:var(--r-sm)} .tl-tip{margin-top:var(--sp-3);text-align:center;color:var(--muted);font-size:var(--fs-cap)} .tl-more{ margin-top:var(--sp-3);padding:var(--sp-3);text-align:center;color:var(--primary-dark); background:var(--surface-2);border-radius:var(--r-md);font-size:var(--fs-sm);font-weight:var(--fw-b); }