.div01 {
width:500px;
height:500px;
position:relative;
}
.div02 {
width:200px;
height:200px;
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
}
网友评论