为什么返回的时候颜色不改变_html/css_WEB-ITnose
来源:动视网
责编:小采
时间:2020-11-27 16:12:51
为什么返回的时候颜色不改变_html/css_WEB-ITnose
为什么返回的时候颜色不改变_html/css_WEB-ITnose: div{ width:100px; height:100px; background:red; position:relative; -webkit-animation:myfirst 5s ; } @-webkit-keyframes myfirst{ 0%{background:red; left:0;top:0; } 50%{ background:skyblue; left:200px; top:100px;} } 75%{ background:red; le
导读为什么返回的时候颜色不改变_html/css_WEB-ITnose: div{ width:100px; height:100px; background:red; position:relative; -webkit-animation:myfirst 5s ; } @-webkit-keyframes myfirst{ 0%{background:red; left:0;top:0; } 50%{ background:skyblue; left:200px; top:100px;} } 75%{ background:red; le

回复讨论(解决方案)
最后是红色不对吗
你多了两个 }
为什么返回的时候颜色不改变_html/css_WEB-ITnose
为什么返回的时候颜色不改变_html/css_WEB-ITnose: div{ width:100px; height:100px; background:red; position:relative; -webkit-animation:myfirst 5s ; } @-webkit-keyframes myfirst{ 0%{background:red; left:0;top:0; } 50%{ background:skyblue; left:200px; top:100px;} } 75%{ background:red; le