javascript - css3 flex居中問題
阿神
阿神 2017-06-12 09:20:46
0
1
561

我為元素設定justify-content:center能居中,但是加入 position: fixed;後元素為什麼不能居中呢?難道使用fixed後flex佈局就不生效嗎?

 .v-stairs-nav {
         
            display: flex;
            position: fixed;
            justify-content: center;
        }
阿神
阿神

闭关修行中......

全部回覆(1)
学习ing

position:fixed文件脫離標準流了,你加個width:100%可以解決此問題

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板