loading
2014-05-26 17:37:06 +08:00
<script type="text/javascript">
$(document).ready(function(){
$(".logo a").hover(function(){
$(this).find(".shine").stop();
$(this).find(".shine").css("background-position","-177px 0");
$(this).find(".shine").animate({backgroundPosition: '177px 0'},600);
$(this).find(".title").stop().animate({left:'0px'},{queue:false,duration:450});
},function(){
$(this).find(".title").stop().animate({left:'-160px'},{queue:false,duration:200});
});
$("#sfloat").scrollFollow({
bottomObj: '.index-w-box',
marginTop: 8,
marginBottom: 0
});
});
</script>
你是真的什么都不懂吗?