refactor(index): 去掉首页底部 toolbar 上方的小提示卡片

- 删除首页随机姿势提示卡片(homeTip):wxml 移除 tip-card 整块、wxss 清理 .tip-card/.tip-icon/.tip-text、js 移除 homeTip 逻辑
- config.postureTips 仍被训练页复用,保留不动
This commit is contained in:
2026-07-31 09:42:11 +08:00
parent 1589d6c387
commit deaff72763
4 changed files with 3 additions and 40 deletions
-23
View File
@@ -313,29 +313,6 @@
margin: 8rpx 0 8rpx;
}
/* ---- tip card ---- */
.tip-card {
display: flex;
align-items: flex-start;
padding: 24rpx 32rpx;
background: transparent;
border-radius: 20rpx;
}
.tip-icon {
width: 32rpx;
height: 32rpx;
margin-right: 12rpx;
flex-shrink: 0;
align-self: center;
}
.tip-text {
font-size: 28rpx;
color: var(--text-secondary);
line-height: 1.6;
}
/* ---- picker ---- */
.picker-title {
font-size: 34rpx;