美文网首页
2019-06-24 怎么让一个页面的弹框居中显示

2019-06-24 怎么让一个页面的弹框居中显示

作者: qiaoguoxing | 来源:发表于2019-06-24 20:01 被阅读0次

    <div style="width:100%;height:700px;border:1px solid black;position:relative"> <divstyle="position:absolute;top:0px;left:0px;bottom:0px;right:0px;margin:auto;width:200px;height:200px;border:1px;solid red"></div>

    </div>

    //像这样,通过绝对定位,设置上下左右的位置都是0,然后设置margin:auto。

    相关文章

      网友评论

          本文标题:2019-06-24 怎么让一个页面的弹框居中显示

          本文链接:https://www.haomeiwen.com/subject/tykaqctx.html