UC浏览器在宽高固定下,margin:auto,上下左右0;不能水平垂直居中是什么原因?
CSS
#globalTip{ position: fixed; left: 0; right: 0; top:0; bottom:0; z-index: 99999; width:75%; height: 50px; line-height: 50px; text-align: center; background-color: #000; color:#fff; font-size: 1.6rem; border-radius: 20px; }
如果position:absolute就可以,但这并不是我想要的。
顯示:表格單元格;
垂直對齊:中間;
我後來換了另一種水平垂直居中寫法
但依然想知道UC瀏覽器用原寫法怎麼解決bug
在absolute和fixed定位方式下使用
我也遇到了相同的問題
uc下 水平垂直居中不管事
解決方案