样式修改

This commit is contained in:
aihe 2023-12-01 08:35:39 +08:00
parent d0b5327b05
commit 45da706d1f
4 changed files with 7 additions and 5 deletions

View File

@ -1,8 +1,9 @@
/* #ifndef APP-PLUS-NVUE */
page { page {
min-height: 100%; min-height: 100%;
height: auto; height: auto;
height: 100%;
} }
/* #endif */
/* 解决头条小程序字体图标不显示问题,因为头条运行时自动插入了span标签,且有全局字体 */ /* 解决头条小程序字体图标不显示问题,因为头条运行时自动插入了span标签,且有全局字体 */
/* #ifdef MP-TOUTIAO */ /* #ifdef MP-TOUTIAO */

View File

@ -19,7 +19,8 @@
"pages": [{ "pages": [{
"path": "pages/tabBar/sending/sending", "path": "pages/tabBar/sending/sending",
"style": { "style": {
"navigationBarTitleText": "探路物流 速运全球", "navigationBarTitleText": "",
"navigationStyle":"custom",
"app-plus": { "app-plus": {
"bounce": "vertical", "bounce": "vertical",
"titleNView": { "titleNView": {

View File

@ -17,7 +17,7 @@
/* 颜色变量 */ /* 颜色变量 */
/* 行为相关颜色 */ /* 行为相关颜色 */
$uni-color-primary: #007aff; $uni-color-primary: #B12D29;
$uni-color-success: #4cd964; $uni-color-success: #4cd964;
$uni-color-warning: #f0ad4e; $uni-color-warning: #f0ad4e;
$uni-color-error: #dd524d; $uni-color-error: #dd524d;

View File

@ -10,7 +10,7 @@ $u-border-color: #dadbde;
$u-bg-color: #f3f4f6; $u-bg-color: #f3f4f6;
$u-disabled-color: #c8c9cc; $u-disabled-color: #c8c9cc;
$u-primary: #3c9cff; $u-primary: #B12D29;
$u-primary-dark: #398ade; $u-primary-dark: #398ade;
$u-primary-disabled: #9acafc; $u-primary-disabled: #9acafc;
$u-primary-light: #ecf5ff; $u-primary-light: #ecf5ff;