标签:tom css splay 使用 垂直 top transform div translate
<div class="parent">已知元素的宽度和高度:
.item {
position: absolute;
top: 50%;
left: 50%;
margin-top: -75px;
margin-left: -75px;
}
.item {
position: absolute;
margin:auto;
left:0;
top:0;
right:0;
bottom:0;
}
标签:tom css splay 使用 垂直 top transform div translate
原文地址:https://blog.51cto.com/13507333/2375177