File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 81
81
color : #808080 ;
82
82
}
83
83
84
+ /* #endif*/
85
+
86
+ /* #ifdef MP-360 */
87
+ ::-webkit-scrollbar {width : 4px ; height : 4px ; background-color : transparent ;}
88
+ ::-webkit-scrollbar-track {background-color : transparent ;}
89
+ ::-webkit-scrollbar-thumb {background-color : #ddd ;}
90
+ ::-webkit-scrollbar-thumb :hover {background-color : #ccc ;}
91
+ ::-webkit-scrollbar-thumb :active {background-color : #bbb ;}
92
+ ::-webkit-scrollbar-corner {background : #ffffff ;}
84
93
/* #endif*/
85
94
</style >
Original file line number Diff line number Diff line change 1152
1152
]
1153
1153
}
1154
1154
],
1155
- "globalStyle" : {
1155
+ "globalStyle" : {
1156
+ // #ifdef MP-360
1157
+ "navigationStyle" : " custom" ,
1158
+ // #endif
1156
1159
"pageOrientation" : " portrait" ,
1157
1160
"navigationBarTextStyle" : " white" ,
1158
1161
"navigationBarTitleText" : " Hello uniapp" ,
You can’t perform that action at this time.
0 commit comments