实用CSS代码片段(1)-绝对定位居中
2016-07-13 本文已影响15人
voidMain
.absolute-center{
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
}
.absolute-center{
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
}