.page { min-height: 100vh; padding: 24rpx 32rpx calc(180rpx + env(safe-area-inset-bottom)); } /* 空状态 */ .empty-hero { text-align: center; padding: 56rpx 40rpx 40rpx; display: flex; flex-direction: column; align-items: center; } .paw { width: 168rpx; height: 168rpx; border-radius: 50%; background: var(--accent-soft); display: flex; align-items: center; justify-content: center; font-size: 80rpx; line-height: 1; margin-bottom: 28rpx; } .empty-title { font-size: 32rpx; font-weight: 600; margin-bottom: 14rpx; } .empty-sub { font-size: 26rpx; color: var(--ink-2); line-height: 1.6; max-width: 440rpx; } .start-btn { width: auto; padding: 0 48rpx; margin-top: 36rpx; } /* 区块标题 */ .row-head { display: flex; align-items: center; justify-content: space-between; padding: 24rpx 4rpx 14rpx; } .row-head.bordered { border-top: 1rpx solid var(--line); margin-top: 16rpx; } .rh-title { font-size: 26rpx; font-weight: 600; } .rh-more { font-size: 22rpx; color: var(--accent-deep); } /* 成就墙 */ .wall { display: flex; flex-wrap: wrap; padding-bottom: 8rpx; } .medal-item { width: 25%; display: flex; flex-direction: column; align-items: center; gap: 8rpx; padding: 12rpx 0; } .medal { width: 84rpx; height: 84rpx; border-radius: 50%; background: var(--surface-2); display: flex; align-items: center; justify-content: center; font-size: var(--icon-size); line-height: 1; } .medal-item.locked .medal { opacity: 0.55; } .medal-name { font-size: 20rpx; color: var(--ink-2); } .medal-item.locked .medal-name { color: var(--ink-3); } /* 历史 */ .rows { display: flex; flex-direction: column; gap: 16rpx; } .walk-row { display: flex; align-items: center; gap: 18rpx; padding: 22rpx; background: var(--surface-2); border-radius: var(--radius-sm); } .walk-row.manual { background: transparent; border: 1rpx dashed var(--line-2); } .wr-ico { width: var(--icon-size); font-size: var(--icon-size); line-height: 1; text-align: center; } .walk-row.manual .wr-ico { color: var(--accent-deep); } .wr-body { flex: 1; } .wr-title { font-size: 26rpx; } .wr-sub { font-size: 22rpx; color: var(--ink-2); margin-top: 4rpx; } .tag { font-size: 20rpx; color: var(--ink-2); background: var(--surface-2); border: 1rpx solid var(--line-2); border-radius: var(--radius-pill); padding: 2rpx 12rpx; margin-left: 12rpx; }