SOURCE

console 命令行工具 X clear

                    
>
console

            
<input type="button" value="测试" />
input{
  cursor:pointer;
  background:#f90;
  transition:background 1s
}
input:hover{
  background:#f00
}