DIV在整个页面居中

.content {
    width: 428px;
    height: 528px;
    border: 1px solid red;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 12px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);            
}

 

posted @ 2021-12-08 15:26  缤纷世界  阅读(102)  评论(0编辑  收藏  举报