From 43b666c876335314cd43b56c81d5e5a040789489 Mon Sep 17 00:00:00 2001 From: Apcallover <1503963513@qq.com> Date: Tue, 20 Feb 2024 09:47:57 +0800 Subject: [PATCH 1/2] =?UTF-8?q?flat:=20style=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 5 +- pages/index/index.vue | 103 ++++++++++++++++++++-------------- static/img/index/bannerBg.png | Bin 0 -> 41065 bytes static/img/index/inLogo.png | Bin 0 -> 36464 bytes 4 files changed, 64 insertions(+), 44 deletions(-) create mode 100644 static/img/index/bannerBg.png create mode 100644 static/img/index/inLogo.png diff --git a/pages.json b/pages.json index 4ed097f..c4bbc90 100644 --- a/pages.json +++ b/pages.json @@ -5,7 +5,10 @@ "path" : "pages/index/index", "style" : { "enablePullDownRefresh" : true, - "navigationBarBackgroundColor" : "#FFFFFF" + "navigationBarBackgroundColor" : "#FFFFFF", + "navigationBarShadow": { + "colorType": "none" + } } }, { diff --git a/pages/index/index.vue b/pages/index/index.vue index 33b4f8b..788439b 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,47 +1,51 @@