diff --git a/pages.json b/pages.json
index 2a7f67b..8463690 100644
--- a/pages.json
+++ b/pages.json
@@ -47,6 +47,8 @@
{
"path": "pages/address/list",
"style": {
+ "navigationBarTextStyle": "white",
+ "navigationBarBackgroundColor": "#B12D29",
"navigationBarTitleText": "地址管理"
}
},
@@ -71,6 +73,8 @@
{
"path": "pages/service/list",
"style": {
+ "navigationBarTextStyle": "white",
+ "navigationBarBackgroundColor": "#B12D29",
"navigationBarTitleText": "网点查询"
}
},
@@ -95,6 +99,8 @@
{
"path": "pages/bill/list",
"style": {
+ "navigationBarTextStyle": "white",
+ "navigationBarBackgroundColor": "#B12D29",
"navigationBarTitleText": "我的账单"
}
},
@@ -130,7 +136,7 @@
}],
"globalStyle": {
"pageOrientation": "portrait",
- "navigationBarTitleText": "Hello uniapp",
+ "navigationBarTitleText": "探路物流",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#fff",
diff --git a/pages/address/list.vue b/pages/address/list.vue
index 0a7eb34..f52fc46 100644
--- a/pages/address/list.vue
+++ b/pages/address/list.vue
@@ -13,7 +13,7 @@
- { handleSearchParamChange() }" v-slot="curTab"
>
@@ -195,7 +195,8 @@
.pgb-header {
// padding-top: --status-bar-height;
padding-top: 30rpx;
- background-color: #FFF;
+ // background-color: #FFF;
+ background-color:#B12D29;
position: relative;
}
.pgb-cont{
diff --git a/pages/bill/detail.vue b/pages/bill/detail.vue
index 072c624..672181c 100644
--- a/pages/bill/detail.vue
+++ b/pages/bill/detail.vue
@@ -66,7 +66,7 @@
-
+
@@ -74,7 +74,7 @@
-
+
@@ -134,6 +134,7 @@
diff --git a/pages/service/list.vue b/pages/service/list.vue
index 9cab3de..620ecb9 100644
--- a/pages/service/list.vue
+++ b/pages/service/list.vue
@@ -126,7 +126,8 @@
// padding-top: --status-bar-height;
padding-top: 30rpx;
padding-bottom: 30rpx;
- background-color: #FFF;
+ // background-color: #FFF;
+ background-color:#B12D29;
position: relative;
}
.pgb-cont{