父:
height: 100%;
overflow: hidden; position: relative;子:
position: absolute;
width:100%; height: 100%; overflow: auto; top:0; left:0;(padding-bottom: 43px; box-sizing: border-box;)------若底部为导航条时,设置,不设置box-sizing则padding无效本文共 272 字,大约阅读时间需要 1 分钟。
父:
height: 100%;
overflow: hidden; position: relative;子:
position: absolute;
width:100%; height: 100%; overflow: auto; top:0; left:0;(padding-bottom: 43px; box-sizing: border-box;)------若底部为导航条时,设置,不设置box-sizing则padding无效转载于:https://www.cnblogs.com/hhweb/p/6557454.html