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/components/u-link/u-link.vue b/components/u-link/u-link.vue new file mode 100644 index 0000000..de56c41 --- /dev/null +++ b/components/u-link/u-link.vue @@ -0,0 +1,59 @@ + + + + + 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/pages/tabBar/mine/mine.vue b/pages/tabBar/mine/mine.vue new file mode 100644 index 0000000..5c78a9d --- /dev/null +++ b/pages/tabBar/mine/mine.vue @@ -0,0 +1,178 @@ + + + + diff --git a/pages/tabBar/search/search.vue b/pages/tabBar/search/search.vue new file mode 100644 index 0000000..7774542 --- /dev/null +++ b/pages/tabBar/search/search.vue @@ -0,0 +1,392 @@ + + + + diff --git a/pages/tabBar/sending/sending.vue b/pages/tabBar/sending/sending.vue new file mode 100644 index 0000000..c682ecd --- /dev/null +++ b/pages/tabBar/sending/sending.vue @@ -0,0 +1,279 @@ + + + + + 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; diff --git a/windows/left-window.vue b/windows/left-window.vue index f4a888e..6349b2b 100644 --- a/windows/left-window.vue +++ b/windows/left-window.vue @@ -9,9 +9,9 @@