<div>——解决页面最外层div无法铺满网页,左上角有空隙的情况

241 阅读1分钟
allscreen{
    float:left;
    left:0;
    top:0;
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
}