您的位置:首页 > 其它

div垂直居中问题

2016-07-06 14:23 281 查看
<body>

<style>

.div-box{

        position: fixed;

        left: 0;

        top: 0;

        bottom: 0;

        right: 0;

        background-color: #fff;

        border-radius: 3px;

        border: 1px solid #e9e9e9;

        margin: auto;

        height: 380px;

        width: 290px;
</style>

<div class="div-box"></div>

</body>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: