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

为什么显示的不是方块?求指导!!!

<!DOUCTYPE html>

<html>

<head>

  <title></title>

   

    <style>

       #block{

        width:400px;

        height:400px;

        background-color: #69c;

        margin:0 auto;


       -webkit-transition: background-color 3s;

}

       #block:hover{

       background-color: red;

}

</style>

</head>

<body>

     <div id="block">

     </div>

</body>

</html>


正在回答

1 回答

<!DOUCTYPE html>

这个是错的。


另外添加了-webkit前缀,请使用chrome测试

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

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信