小程序页面高度控制

Posted MR_CHW

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了小程序页面高度控制相关的知识,希望对你有一定的参考价值。

page {
  background-color: #fbf9fe;
  height: 100%;
}

/*这个100%屏幕高度*/

.container {
  font-family: ‘Trebuchet MS‘,
                 ‘Lucida Sans Unicode‘,
                 ‘Lucida Grande‘,
                 ‘Lucida Sans‘,
                 Arial,
                 sans-serif,
                 sans-serif;
  font-size: 32rpx;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 20rpx 0rpx;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fbf9fe;
  position: relative;
}

  

/*这个auto高度*/

.containerLine {
  font-family: ‘Trebuchet MS‘,
                 ‘Lucida Sans Unicode‘,
                 ‘Lucida Grande‘,
                 ‘Lucida Sans‘,
                 Arial,
                 sans-serif,
                 sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 32rpx;
  height: auto;
  background-color: transparent;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
}

  

以上是关于小程序页面高度控制的主要内容,如果未能解决你的问题,请参考以下文章

小程序各种功能代码片段整理---持续更新

asp.net页面实用代码片段

微信小程序如何及时获取页面循环元素的宽度高度距离左边值函数自调类似递归闪屏selectAllexecglobalDatamapscroll-view

微信小程序如何及时获取页面循环元素的宽度高度距离左边值函数自调类似递归闪屏selectAllexecglobalDatamapscroll-view

小程序页面获取滚动条高度

微信小程序页面头部高度自适应