不固定宽高

 position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%,-50%);

固定宽高

 width: 300px;

    height: 350px;

    margin: auto;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

相关文章: