样式修改
This commit is contained in:
parent
d0b5327b05
commit
45da706d1f
@ -1,8 +1,9 @@
|
||||
/* #ifndef APP-PLUS-NVUE */
|
||||
page {
|
||||
min-height: 100%;
|
||||
height: auto;
|
||||
height: 100%;
|
||||
}
|
||||
/* #endif */
|
||||
|
||||
/* 解决头条小程序字体图标不显示问题,因为头条运行时自动插入了span标签,且有全局字体 */
|
||||
/* #ifdef MP-TOUTIAO */
|
||||
|
||||
@ -19,7 +19,8 @@
|
||||
"pages": [{
|
||||
"path": "pages/tabBar/sending/sending",
|
||||
"style": {
|
||||
"navigationBarTitleText": "探路物流 速运全球",
|
||||
"navigationBarTitleText": "",
|
||||
"navigationStyle":"custom",
|
||||
"app-plus": {
|
||||
"bounce": "vertical",
|
||||
"titleNView": {
|
||||
|
||||
2
uni.scss
2
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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user