在网页中加两行css
* {margin: 0; padding: 0;}
html,body{
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
overflow-x: hidden;
overflow-y: auto;
}
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
overflow-x: hidden;
overflow-y: auto;
}