From 50446243408390f953fabc386c9efa5754d88680 Mon Sep 17 00:00:00 2001 From: zhaowenkang Date: Wed, 22 Oct 2025 20:01:21 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/footerBar.vue | 50 +++++++++++++++------- static/footBar-image/c1.png | Bin 401 -> 0 bytes static/footBar-image/c2.png | Bin 470 -> 0 bytes static/footBar-image/c4.png | Bin 476 -> 0 bytes static/footBar-image/c5.png | Bin 472 -> 0 bytes static/footBar-image/deepExploration-selected.png | Bin 0 -> 1914 bytes static/footBar-image/deepExploration.png | Bin 0 -> 2894 bytes static/footBar-image/deepmate-selected.png | Bin 0 -> 11990 bytes static/footBar-image/deepmate.png | Bin 0 -> 11359 bytes static/footBar-image/home-selected.png | Bin 0 -> 1280 bytes static/footBar-image/home.png | Bin 0 -> 1932 bytes static/footBar-image/logo.png | Bin 4023 -> 0 bytes static/footBar-image/marketSituation-selected.png | Bin 0 -> 1050 bytes static/footBar-image/marketSituation.png | Bin 0 -> 1636 bytes static/footBar-image/member-selected.png | Bin 0 -> 1421 bytes static/footBar-image/member.png | Bin 0 -> 2128 bytes 16 files changed, 34 insertions(+), 16 deletions(-) delete mode 100644 static/footBar-image/c1.png delete mode 100644 static/footBar-image/c2.png delete mode 100644 static/footBar-image/c4.png delete mode 100644 static/footBar-image/c5.png create mode 100644 static/footBar-image/deepExploration-selected.png create mode 100644 static/footBar-image/deepExploration.png create mode 100644 static/footBar-image/deepmate-selected.png create mode 100644 static/footBar-image/deepmate.png create mode 100644 static/footBar-image/home-selected.png create mode 100644 static/footBar-image/home.png delete mode 100644 static/footBar-image/logo.png create mode 100644 static/footBar-image/marketSituation-selected.png create mode 100644 static/footBar-image/marketSituation.png create mode 100644 static/footBar-image/member-selected.png create mode 100644 static/footBar-image/member.png diff --git a/components/footerBar.vue b/components/footerBar.vue index d9b88bf..21f703a 100644 --- a/components/footerBar.vue +++ b/components/footerBar.vue @@ -1,37 +1,37 @@ - \ No newline at end of file From 1aee77cf79aeb61749840015a234738fab8255b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Thu, 23 Oct 2025 16:33:14 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E4=BB=8A=E6=97=A5=E5=B8=82=E5=9C=BA?= =?UTF-8?q?=E6=A6=82=E8=A7=88=E7=9A=84logo=E5=9E=82=E7=9B=B4=E5=B1=85?= =?UTF-8?q?=E4=B8=AD=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/MarketOverview.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/MarketOverview.vue b/components/MarketOverview.vue index 7e61726..743b365 100644 --- a/components/MarketOverview.vue +++ b/components/MarketOverview.vue @@ -272,6 +272,7 @@ export default { display: flex; align-items: center; justify-content: center; + align-self: center; } .analysis-brain-icon { From 092b781ef4b0665fc4d66ee63bd3e7671b25b4fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Thu, 23 Oct 2025 16:54:23 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E5=AE=8C=E6=88=90=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/DeepMate.vue | 84 +++++++++++++++++++++++++++++++++++++++---------- pages/home/home.vue | 23 ++++++++++++-- 2 files changed, 88 insertions(+), 19 deletions(-) diff --git a/components/DeepMate.vue b/components/DeepMate.vue index d3e3b3b..e8cb349 100644 --- a/components/DeepMate.vue +++ b/components/DeepMate.vue @@ -5,18 +5,18 @@ DeepMate + 您的市场最佳顾问~ - 您的市场最佳顾问~ - - 今日股票策略推荐是什么? - + + 今日股票策略晨报 + 热门股票分析 @@ -35,7 +35,9 @@ - + + + @@ -78,34 +80,67 @@ .title-left { width: 50%; + display: flex; + flex-direction: column; } .title-right { width: 50%; display: flex; - justify-content: flex-end; + justify-content: center; + align-items: center; } .deepmate-title { font-size: 18px; font-weight: bold; color: #ff4d4f; + display: block; } .deepmate-icon { - width: 30px; - height: 30px; + width: 50px; + height: 50px; margin-left: 0; } .deepmate-subtitle { font-size: 12px; color: #666; - margin-left: 5px; + display: block; + margin-top: 5px; } .deepmate-hotspots { margin: 10px 0; + background-color: #ffffff; + border-radius: 10px; + padding: 10px; +} + +.deepmate-question { + display: flex; + align-items: center; + margin-bottom: 10px; + padding-left: 10px; + position: relative; +} + +.deepmate-question:before { + content: ""; + position: absolute; + left: 0; + top: 0; + bottom: 0; + width: 4px; + background-color: #ff4d4f; + border-radius: 2px; +} + +.question-text { + font-size: 16px; + font-weight: bold; + color: #333; } .hotspot-item { @@ -124,25 +159,40 @@ display: flex; justify-content: space-between; align-items: center; - background-color: #ffffff; - padding: 8px 10px; - border-radius: 6px; + background-color: #ff4d4f; + padding: 8px 15px; + border-radius: 25px; margin-top: 10px; - border: 1px solid #e0e0e0; + border: none; } .stock-input { flex: 1; height: 36px; font-size: 14px; - color: #333; + color: #ffffff; padding: 0 10px; border: none; + background-color: transparent; } -.send-button { - width: 30px; - height: 30px; +.stock-input::placeholder { + color: rgba(255, 255, 255, 0.8); +} + +.send-button-container { + display: flex; + justify-content: center; + align-items: center; + width: 36px; + height: 36px; + background-color: #ffffff; + border-radius: 50%; margin-left: 10px; } + +.send-button { + width: 20px; + height: 20px; +} \ No newline at end of file diff --git a/pages/home/home.vue b/pages/home/home.vue index 6e2ca89..74777da 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -106,7 +106,9 @@ - 机构动向简报 + + 机构动向简报 + {{report.stock}} @@ -534,7 +536,7 @@ export default { .stock-list { display: flex; flex-direction: row; - justify-content: space-between; + justify-content: center; background-color: #f8f8f8; border-radius: 8px; padding: 15px; @@ -644,6 +646,23 @@ export default { padding: 10px; } +.section-title-container { + position: relative; + padding-left: 10px; + margin-bottom: 5px; +} + +.section-title-container:before { + content: ""; + position: absolute; + left: 0; + top: 0; + bottom: 0; + width: 4px; + background-color: #ff4d4f; + border-radius: 2px; +} + .report-item { background-color: #ffffff; border-radius: 8px; From 97c39e10206520046abeaf16f49d2be7ee18c4b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Thu, 23 Oct 2025 17:08:26 +0800 Subject: [PATCH 5/5] =?UTF-8?q?home=E9=A1=B5=E7=9A=84=E8=80=B3=E6=9C=BA?= =?UTF-8?q?=E5=92=8C=E9=93=83=E9=93=9B=E5=9B=BE=E6=A0=87=E6=8D=A2=E6=88=90?= =?UTF-8?q?=E5=9B=BE=E7=89=87=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/home.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index 74777da..3e0d7ff 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -6,11 +6,11 @@ - + DeepChart - + @@ -245,6 +245,12 @@ export default { justify-content: center; } +.header-icon-image { + width: 24px; + height: 24px; + object-fit: contain; +} + .content-container { flex: 1; padding: 10px;