diff --git a/common/uni-nvue.css b/common/uni-nvue.css index 3bdbb83..6863ac9 100644 --- a/common/uni-nvue.css +++ b/common/uni-nvue.css @@ -1,8 +1,9 @@ +/* #ifndef APP-PLUS-NVUE */ page { min-height: 100%; - height: auto; - height: 100%; + height: auto; } +/* #endif */ /* 解决头条小程序字体图标不显示问题,因为头条运行时自动插入了span标签,且有全局字体 */ /* #ifdef MP-TOUTIAO */ diff --git a/pages.json b/pages.json index 2185cc7..0213899 100644 --- a/pages.json +++ b/pages.json @@ -19,7 +19,8 @@ "pages": [{ "path": "pages/tabBar/sending/sending", "style": { - "navigationBarTitleText": "探路物流 速运全球", + "navigationBarTitleText": "", + "navigationStyle":"custom", "app-plus": { "bounce": "vertical", "titleNView": { diff --git a/uni.scss b/uni.scss index 698feeb..07ae966 100644 --- a/uni.scss +++ b/uni.scss @@ -17,7 +17,7 @@ /* 颜色变量 */ /* 行为相关颜色 */ -$uni-color-primary: #007aff; +$uni-color-primary: #B12D29; $uni-color-success: #4cd964; $uni-color-warning: #f0ad4e; $uni-color-error: #dd524d; diff --git a/uni_modules/uview-plus/theme.scss b/uni_modules/uview-plus/theme.scss index 331b30f..5d718f1 100644 --- a/uni_modules/uview-plus/theme.scss +++ b/uni_modules/uview-plus/theme.scss @@ -10,7 +10,7 @@ $u-border-color: #dadbde; $u-bg-color: #f3f4f6; $u-disabled-color: #c8c9cc; -$u-primary: #3c9cff; +$u-primary: #B12D29; $u-primary-dark: #398ade; $u-primary-disabled: #9acafc; $u-primary-light: #ecf5ff;