<style>
#block{width:400px;
height:400px;
background-color:#09C;
margin:auto;
-webkit-transition:background-color 3s;
}
#block:hover
{background-color:#F00;}
</style>
对啊,鼠标滑过会变成红色