码迷,mamicode.com
首页 > 其他好文 > 详细

HBuilder设置沉浸式状态栏显示效果

时间:2017-08-24 17:06:43      阅读:1346      评论:0      收藏:0      [点我收藏+]

标签:add   distrib   app   元素   man   res   als   文件   margin   

1:在【manifest.json】文件中,在【plus-->distribute--> apple】下加上【 "UIReserveStatusbarOffset":false】,在【google】下加上【"ImmersedStatusbar":true】

2:配置完之后在引入的样式css中加上

.mui-ios header{

padding-top: 8px !important;

}

.mui-android header{

padding-top: 10px !important;

}

3:安卓版本可以,但是ios版本中,一旦又form表单带有input元素,将会导致标题栏上的标题向上移动,破坏样式,解决办法是在表单外层,div=mui-content里面在加上一层

<div class="mui-content" style="margin-top: 45px; padding: 0px;">

<div class="mui-content-padded" style="margin: 5px; ">

其他

</div></div>

HBuilder设置沉浸式状态栏显示效果

标签:add   distrib   app   元素   man   res   als   文件   margin   

原文地址:http://www.cnblogs.com/lynna/p/7110860.html

(1)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!