小程序
小游戏
企业微信
微信支付
扫描小程序码分享
Android机:
官方自定义方案,或者自己写的fixed组件。
在下拉刷新时,tabbar 都会跟随页面一起跑。
求怎么解决?像原生一样,在下拉刷新时,始终固定在底部。
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
<view class=
'pageMenus '
></view>
pageMenus {
position
:
fixed
;
width
100%
height
100
rpx;
max-width
1042
z-index
500
bottom
0
background
#FFFFFF
border
1
rpx
solid
#e9e9e9
border-width
color
#666
}
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
android不会有上述问题?我自己的目前写的fixed 代码类似,就是有存在上述问题,所以来求助。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
<view class=
'pageMenus '
></view>
pageMenus {
position
:
fixed
;
width
:
100%
;
height
:
100
rpx;
max-width
:
1042
rpx;
z-index
:
500
;
bottom
:
0
;
background
:
#FFFFFF
;
border
:
1
rpx
solid
#e9e9e9
;
border-width
:
1
rpx
0
0
0
;
color
:
#666
;
}
android不会有上述问题?我自己的目前写的fixed 代码类似,就是有存在上述问题,所以来求助。