发现form的高度已经无法设置了,100vw也没有效果,另外view容器的padding和button的margin以及高宽都失效了,麻烦各位大佬给我解答一下是怎么回事
position: fixed; bottom: 0;
这个view放在,最外面那个view里面
position:fixed;bottom:0;
page { width: 100vw; height: 100vh; box-sizing: border-box; } .btn { position: fixed; bottom: 40rpx; left: 5vw; button { width: 90vw; } }
试试
试试flex