.wrap { width:800px; height:600px; position:absolute; top:50%; left:50%; margin-left:-400px; margin-top:-300px; background-color:#333; overflow:hidden;}這樣設(shè)置div的樣式,為什么只能實現(xiàn)水平居中而不能實現(xiàn)垂直居中?
7 回答

慕碼人2456685
TA貢獻1條經(jīng)驗 獲得超0個贊
你的父元素應(yīng)該設(shè)置為relative,并且高度應(yīng)該設(shè)置為100%;應(yīng)該是html 和body吧,你設(shè)置一下
- 7 回答
- 0 關(guān)注
- 2671 瀏覽
添加回答
舉報
0/150
提交
取消