div完美自适应动态上下左右居中
发布时间:2016-12-27 来源:查字典编辑
摘要:div{position:absolute;width:500px;height:260px;top:50%;left:50%;margin...
div
{
position:absolute;
width:500px;
height:260px;
top:50%;
left:50%;
margin-left:-250px;
height:-130px;
z-index:1000;
}
文字居中:text-align:center; height:22px;line-height:22px;设置显示文字的标签的高和line-height的高一样就行了!