<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">
*{
margin: 0px;
padding: 0px;
}
.box{
/**/
position: absolute; /*绝对定位*/
width: 100%;
height: 100%;
background-color: #ccc;
}
</style>
</head>
<body>
<div></div>
</body>
</html>
这一结论用的还是比较多的。。。