绝对定位居中

position: absolute;
text-align: center;
top:255rpx;
 750rpx; 
left: 50%;
margin-left: -375rpx;    /* 宽度的一半 */
原文地址:https://www.cnblogs.com/jiqing9006/p/13718327.html