父盒子设置position: relative;字盒子设置了position: fixed;就是居中不了
解决方法:
给子盒子设置 display: flex;
justify-content: center;top: 0;
left: 0;
和再子级盒子设置宽度,不要设置100%设置90-95%比较好
前端-设置了固定定位,盒子居中不了
阅读 57
2022-01-08
父盒子设置position: relative;字盒子设置了position: fixed;就是居中不了
解决方法:
给子盒子设置 display: flex;
justify-content: center;top: 0;
left: 0;
和再子级盒子设置宽度,不要设置100%设置90-95%比较好
相关推荐
精彩评论(0)