javascript - css3 flex居中问题
阿神
阿神 2017-06-12 09:20:46
0
1
569

我给元素设置justify-content:center能居中,但是加入 position: fixed;后元素为什么就不能居中呢?难道使用fixed后flex布局就不生效吗?

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

闭关修行中......

全部回复(1)
学习ing

position:fixed文档脱离标准流了,你加个width:100%可以解决此问题

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板