css3有什么技巧能让section的高度加上header和footer的高度正好是屏幕的高度
不能用定位的,这关系到安卓的软键盘会把页面向上顶
---css---
.indexPage{
width:100%;
height:100%;
overflow:hidden;
}
.indexPage header{
height:100px;
overflow:hidden;
}
.indexPage section{
width:100%;
overflow:hidden;
}
.indexPage footer{
height:100px;
overflow:hidden;
}
---html---
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
欢迎选择我的课程,让我们一起见证您的进步~~