.fd-guang{
width: 326px;
height: 23px;
background: url("../images/guang_07.png") no-repeat left top;
position: absolute;
left:0;
top: 0;
}

var css = {top:'210px'};
$('.fd-guang').animate(css,3000,rowBack);
function rowBack(){
if(css.top==='0px'){
css.top='210px';
}else if(css.top==='210px'){
css.top='0px';
}
$('.fd-guang').animate(css,3000,rowBack);
}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-09
猜你喜欢
  • 2022-01-02
  • 2022-12-23
  • 2021-09-16
  • 2021-07-25
  • 2022-01-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案