vue项目,h5登录页面,手机上键盘弹起把背景图也顶起来了。解决办法
.user-container{ position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;background: url("../../static/imgs/bgi.png") no-repeat;background-size:cover;}.form {position: relative...
·
.user-container{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
background: url("../../static/imgs/bgi.png") no-repeat;
background-size:cover;
}
.form { position: relative; height: 100vh; overflow-y: auto; width: 100%; }
<div class="user-container"> <div class=form> </div> </div>
更多推荐
已为社区贡献3条内容
所有评论(0)