feat: 美食类型改为输入框+热门推荐,移除顶部 logo

- 菜系选择从固定标签改为自由输入框,支持任意关键词搜索
- 输入框下方展示热门推荐标签(火锅、日料、烧烤等),点击自动填入
- 筛选卡片内顺序调整为:美食 > 距离 > 人均
- 移除顶部绿色图标 logo,页面直接从标题开始
This commit is contained in:
2026-02-24 23:03:28 +08:00
parent 801e922bb6
commit a28f4405e9
2 changed files with 56 additions and 28 deletions
+8
View File
@@ -26,3 +26,11 @@ body {
user-select: none;
-webkit-tap-highlight-color: transparent;
}
.scrollbar-none {
-ms-overflow-style: none;
scrollbar-width: none;
}
.scrollbar-none::-webkit-scrollbar {
display: none;
}