使用绝对定位强制定义盒模型的区域
.page{
background-color: #F7F7F7;
width: 100%;
position: absolute;
top: 0px;
bottom: 0px;
}
微信扫一扫
使用绝对定位强制定义盒模型的区域
.page{
background-color: #F7F7F7;
width: 100%;
position: absolute;
top: 0px;
bottom: 0px;
}
相关推荐