弹出式div在窗口中居中

弹出窗口居中

应用场景:弹出式登录、弹出式视频播放

假设:width:500px;height:500px

以下设置即可实现剧中效果:

position:absolute;top:50%;left:50%;margin-top:-250px;margin-left:-250px;

你可能感兴趣的:(div居中,div在窗口中居中)