标签:background absolute position bottom 高也
<div class="pls"></div>
1:position:absolute;left:50%;top:50%;z-index:3;background:#f60;transform:translate(-50% -50%);(适合手机页面,IE9(-ms-), IE10+)
2:position:absolute;left:50%;top:50%;width:300px;height:300px;margin-left:-150px;margin-top:-150px;(必须有宽高的元素)
3:margin:auto; width: 600px; height: 400px;position: absolute; left: 0; top: 0; right: 0; bottom: 0;(上下左右均0位置定位;margin: auto;不设置宽高也无所谓,支持IE8+)
标签:background absolute position bottom 高也
原文地址:http://ansue.blog.51cto.com/9481468/1735110