Fixed定位下的水平居中

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/arvin_top/article/details/84893635

在写气泡弹出提示组件时用到了这个样式:

适用于提示弹出框之类的

position: fixed;
left: 0;
right: 0;
margin: auto;

猜你喜欢

转载自blog.csdn.net/arvin_top/article/details/84893635