CSS - 一个 a:hover
#test a:hover {
text-decoration: none;
background: url("http://xiaowiba.com/demo/svg/test-ahover.svg")
repeat-x 0 100% !important;
background-size: 20px auto !important;
animation: waveMove 1s infinite linear !important;
}