为了账号安全,请及时绑定邮箱和手机立即绑定

图片水平垂直居中不行

<html>
<head>
    <style>
        .content{
            width: 800px;
            background-color: #cccccc;
            margin: 0 auto;
            height: 300px;
        }
        .box {
            line-height: 500px;
            text-align: center;
        }
        .box > img{
            vertical-align: middle;
        }
    </style>
</head>
<body>
    <div class="content">
        <div class="box">
            <img src="1.jpg"/>
        </div>
    </div>
</body>
</html>

为什么我的不能实现垂直居中?

正在回答

2 回答

在.box这个div里,img标签后加一个&nbsp试一下

0 回复 有任何疑惑可以回复我~

有一处写错  height: 500px;  

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

图片水平垂直居中不行

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信