這樣寫對嗎
<style>
? ? ?#block{width:400px;
? ? ? ?height:400px;
background-color:#09C;
margin:auto;
? ? ? ?-webkit-transition:background-color 3s;
}
#block:hover
{background-color:#F00;}
</style>
<style>
? ? ?#block{width:400px;
? ? ? ?height:400px;
background-color:#09C;
margin:auto;
? ? ? ?-webkit-transition:background-color 3s;
}
#block:hover
{background-color:#F00;}
</style>
2015-12-16
舉報
2015-12-16
對啊,鼠標(biāo)滑過會變成紅色