From caea0aeb6c2ecc3e75c77132435c8651401ee760 Mon Sep 17 00:00:00 2001
From: duan <1004387497@qq.com>
Date: Mon, 6 Jan 2025 17:55:26 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 2 +-
pages/index/search/index.vue | 86 +++++++++++++++++++++++++++++++-----
2 files changed, 75 insertions(+), 13 deletions(-)
diff --git a/pages.json b/pages.json
index b5e9ce1..2f40e86 100644
--- a/pages.json
+++ b/pages.json
@@ -44,7 +44,7 @@
"path" : "pages/index/search/index",
"style" :
{
- "navigationBarTitleText" : ""
+ "navigationBarTitleText" : "搜索"
}
}
],
diff --git a/pages/index/search/index.vue b/pages/index/search/index.vue
index 8183fd0..4e01e8b 100644
--- a/pages/index/search/index.vue
+++ b/pages/index/search/index.vue
@@ -1,22 +1,84 @@
-
+
+
+
+
+
+
+
+
+
+
+
+ {{keyword}}
+
+
+
+ 当前搜热已隐藏
+
+
-
-
+ .search-keyword {
+ width: 100%;
+ }
+
+ .keyword-block {
+ padding: 10upx 0;
+ }
+
+ .keyword-block .keyword-list-header {
+ width: 94%;
+ padding: 10upx 3%;
+ font-size: 27upx;
+ color: #333;
+ display: flex;
+ justify-content: space-between;
+ }
+
+ .keyword-block .keyword-list-header image {
+ width: 40upx;
+ height: 40upx;
+ }
+
\ No newline at end of file