居中方法

<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+)


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章