收藏
回答

iphone6plus适配问题 标签错位

回答关注问题邀请回答
收藏

1 个回答

  • 灵芝
    灵芝
    2018-10-29

    是只有一个手机有问题?提供一下能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)

    2018-10-29
    有用
    回复 2
    • 2018-11-01

      嗯,目前只碰到一个反馈。wxss: @import "post-item/post-item-template.wxss"; Page{   background-color:#FBFBFB } swiper{    width:100%;    height:300rpx; } .banner1{   width:100%;   height:100%;   padding-top:0; } .banner2{   width:100%;   height:100%;   margin-top:0; } .banner3{   width:100%;   height:100%;   padding-top:0; } /* list格式 */     /* tab格式 */ page{     display: flex;     flex-direction: column;     height: 100%;   }   .navbar{     flex: none;     display: flex;     background: #fff;     font-size:30rpx; }   .navbar .item{     position: relative;     flex: auto;     text-align: center;     line-height: 80rpx;   }   .navbar .item.active{     color: #FFCC00;   }   .navbar .item.active:after{     content: "";     display: block;     position: fixed;     bottom: 0;     left: 0;     right: 0;     height: 4rpx;     background: #FFCC00;   }   .bottom-mind{   font-size:22rpx; }   wxml: <view class="navbar">   <text wx:for="{{navbar}}" data-idx="{{index}}" class="item {{currentTab==index ? 'active' : ''}}" wx:key="unique" bindtap="navbarTap">{{item}}</text> </view>

      2018-11-01
      回复
    • 灵芝
      灵芝
      2018-11-01回复

      请按这种格式提供代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

      2018-11-01
      回复
登录 后发表内容