From 8456cf27be41e7ea2375d9a3c846863ef78d849e Mon Sep 17 00:00:00 2001 From: zdx <731335498@qq.com> Date: Thu, 31 Dec 2020 13:19:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=9F=8E=E5=90=8C=E4=B8=80=E9=A2=9C?= =?UTF-8?q?=E8=89=B2378fff?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mall/index.json | 2 +- pages/mall/index.wxss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/mall/index.json b/pages/mall/index.json index cdc080e..01f7e04 100644 --- a/pages/mall/index.json +++ b/pages/mall/index.json @@ -9,5 +9,5 @@ "navigationBarTitleText": "商城", "enablePullDownRefresh" : true, "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#2d6bf6" + "navigationBarBackgroundColor": "#378fff" } \ No newline at end of file diff --git a/pages/mall/index.wxss b/pages/mall/index.wxss index 59a7e71..a7d390d 100644 --- a/pages/mall/index.wxss +++ b/pages/mall/index.wxss @@ -16,7 +16,7 @@ page { .mallBox::after { position: absolute; content: ''; - background-color: #2d6bf6; + background-color: #378fff; border-radius: 0 0 10% 10%; width: 100%; height: 38vh;