css垂直水平居中常用方法

父元素:position:relative;子元素:position:absolute;top:50%;left:50%;margin-top:-子元素高度一半;margin-left:-子元素宽度一半;