Browse Source

全局样式以及page路径更新

master
396316021 1 year ago
parent
commit
606b4595c8
  1. 5
      pages.json
  2. 2
      uview-plus/index.scss

5
pages.json

@ -31,6 +31,11 @@
"style" : { "style" : {
"navigationBarTitleText" : "地址详情" "navigationBarTitleText" : "地址详情"
} }
},{
"path" : "pages/Card/index",
"style" : {
"navigationBarTitleText" : "付款权益卡"
}
} }
], ],
"globalStyle" : { "globalStyle" : {

2
uview-plus/index.scss

@ -9,6 +9,8 @@ uni-page-body{
} }
.body-background{ .body-background{
position: fixed; position: fixed;
top:0;
left:0;
width:100%; width:100%;
height:100%; height:100%;
background:{ background:{

Loading…
Cancel
Save