css 居中块级元素

.login_box{
  position: absolute;
  width: 400px;
  height:200px;
  top: 50%;
  left:50%;
  border-radius: 3px;
  transform: translate(-50%,-50%);
}
posted @ 2021-05-28 21:41  能借我十块钱吗  阅读(14)  评论(0编辑  收藏  举报