template.h5.html设置
<div class="app">
<div id="app"></div>
</div>
body {
background-color: rgb(180, 180, 180);
}
.app {
max-width: 400px;
margin: auto;
}
pages.json设置
"globalStyle": {
"rpxCalcMaxDeviceWidth": 752,
"rpxCalcBaseDeviceWidth": 400,
"rpxCalcIncludeWidth": 752,
"navigationStyle": "custom",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "测试",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"enablePullDownRefresh": true
}