微信小程序> 微信小程序高度设置为100%

微信小程序高度设置为100%

浏览量:868 时间: 来源:weixin_34220179

在网页中设置body,html{height:100%};

将body和html设置为100%,这样我们就可以在他们的子元素中使用height:100%来使的我们的容器元素占满屏幕的高度啦。

但是在微信小程序中,是没有dom对象的,但是我们看调试工具可以看到在dom树(我也不知道怎么叫了,就这么叫吧)中,根节点是page,所以我们来试试使用page{height:100%}

小程序

 

<view class='index-wrapper'>  <view class='index-userinfo-container'>   <!--  <image src='{{userInfo.avatar}}'></image>-->  </view>  <view class='index-operate-container'>   <!-- <image src='{{userInfo.avatar}}'></image> -->  </view></view>
page{  height: 100%}.index-wrapper{  background: blue;  height: 100%;  width: 100%;  display:flex;  flex-direction:column;}.index-userinfo-container{  background: black;  height: 50px;}.index-operate-container{  background: green;  height: 50px;}

 

微信小程序

版权声明

即速应用倡导尊重与保护知识产权。如发现本站文章存在版权问题,烦请提供版权疑问、身份证明、版权证明、联系方式等发邮件至197452366@qq.com ,我们将及时处理。本站文章仅作分享交流用途,作者观点不等同于即速应用观点。用户与作者的任何交易与本站无关,请知悉。

产品经理

手机 : 13312967497

擅长 : 小程序流量变现

扫码领取礼包

热门模板

  • 头条
  • 搜狐
  • 微博
  • 百家
  • 一点资讯
  • 知乎