时间:2019-05-03 来源:小程序工厂
是只有一个手机有问题?提供一下能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
嗯,目前只碰到一个反馈。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:
请按这种格式提供代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)