一直没居中
.box {
border: 1px solid #00ee00;
height: 300px;
width:300px;
position:relative;
}
.box1 {
width: 200px;
height: 200px;
border: 1px solid red;
top:50%;
left:50%;
margin-left:-100px;
margin-top:-100px;
position:absolute;
你发过来我给你看看
代码没写好