父级给相对定位,子级给绝对定位,margin设置为auto,上下左右值设为0。
父级给相对定位,子级给绝对定位,设置left和top为50%,再向左和向上移动负的子级一半。
父级设置display:flex;justify-content: cneter;align-items: center;
父级设置display: table-cell;vertical-align: middle;text-align: center;子级设置display: inline-block;
父级给相对定位,子级给绝对定位,margin设置为auto,上下左右值设为0。
父级给相对定位,子级给绝对定位,设置left和top为50%,再向左和向上移动负的子级一半。
父级设置display:flex;justify-content: cneter;align-items: center;
父级设置display: table-cell;vertical-align: middle;text-align: center;子级设置display: inline-block;
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。