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

这个代码有效果但是提交的时候提示错误

@keyframes changecolor{

  0%{

    background: red;

    height:10px;

  }

  20%{

    background:blue;

    height:30px;

  }

  40%{

    background:orange;

    height:40px;

  }

  60%{

    background:green;

    height:50px;

  }

  80%{

    background:yellow;

    height:100px;

  }

  100%{

    background: red;

    height:200px;

  }

}

div {

  width: 300px;

  height: 200px;

  background: red;

  color:#fff;

  margin: 20px auto;

}

div:hover {

  animation: changecolor 5s ease-out .2s;

}

这个代码有效果但是提交的时候提示错误

正在回答

1 回答

将这一段代码

div {

  width: 300px;

  height: 200px;

  background: red;

  color:#fff;

  margin: 20px auto;

}

放到最前面就可以了


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

举报

0/150
提交
取消

这个代码有效果但是提交的时候提示错误

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