div垂直居中水平居中css
width: 860px;
height: 500px;
position: absolute;
margin-left: -430px;
margin-top: -250px;
top: 50%;
left: 50%;
//成功一定有方法,失败一定有原因。
width: 860px;
height: 500px;
position: absolute;
margin-left: -430px;
margin-top: -250px;
top: 50%;
left: 50%;