feat: 更新前端多个页面和后端服务

- 前端: 更新AI营养师、计算器、打卡、食物详情等页面
- 前端: 更新食物百科、知识详情、营养知识页面
- 前端: 更新社区首页
- 后端: 更新ToolKieAIServiceImpl服务
- API: 更新models-api.js和user.js
This commit is contained in:
2026-03-07 22:26:37 +08:00
parent 1632801880
commit f692c75f7b
11 changed files with 221 additions and 85 deletions

View File

@@ -487,12 +487,12 @@ export default {
align-items: center;
justify-content: center;
gap: 16rpx;
transition: all 0.3s;
border-bottom: none;
transition: all 0.2s ease;
box-sizing: border-box;
/* 未激活:明显变灰,无下划线 */
color: #9ca3af;
font-weight: 400;
/* 未激活:明显变灰,无下划线 */
border-bottom: none;
.tab-icon {
font-size: 28rpx;
color: #9ca3af;
@@ -503,12 +503,12 @@ export default {
color: #9ca3af;
font-weight: 400;
}
/* 激活:加粗、主色、橙色底部下划线 */
/* 激活:加粗、主色、橙色底部下划线BUG-002 */
&.active {
background: transparent;
border-bottom: 3px solid #f97316;
color: #f97316;
font-weight: 700;
border-bottom: 3px solid #f97316;
.tab-text {
color: #f97316;
font-weight: 700;