微信小程序如何使view覆盖整个屏幕?

发布于 7 年前作者 jing5512018 次浏览最后编辑 7 年前来自 ask

如题,能不能让view覆盖整个屏幕

2 回复
guiyingzhao
guiyingzhao1 楼6 年前

position: fixed;

top: 0;

left: 0;

width: 100%;

height: 100%;

lwu
lwu2 楼5 年前

position: fixed;

width: 100%;

top: 0;

bottom: 0;