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;