程度居中

1, text-align: center2,  magin: 0 auto3, flex布局,设置justify-content: center

垂直居中

1, line-height 单行居中2, 给父元素设置padding:.px 03,  flex布局,设置align-items: center4, position:absolute,top:50%,transform:translate(-50%)