//水平上下居中
width:900px;
height:640px;
left:50%;
top:50%;
margin-left:-450px;
margin-top:-320px;

//定位水平居中显示
position:
left:50%;
transform: translate(-50%,0);

//居中
text-algin:center;
margin:0 auto;

posted on 2017-01-16 16:19  程序小院  阅读(91)  评论(0编辑  收藏  举报