标签:dex 浏览器 dom top attribute width osi ret 元素
可将弹层对应的dom作为body第一层子元素,然后给弹层设置样式:
{ background-color: #fff;
left: 50%;
margin: -高/2 0 0 -宽/2;
position: fixed;
top: 50%;
width: 300px;
height: 300px;
z-index: 25;
}
PS:
1、margin的值设置: -(元素的实际高度/2) 0 0 -(元素的实际宽度/2);
2、该元素的宽高如果被内部元素撑开,也可不写;
标签:dex 浏览器 dom top attribute width osi ret 元素
原文地址:http://www.cnblogs.com/sharestone/p/7054456.html