|
@@ -506,10 +506,10 @@ $(window).resize(autoFlashHeight);
|
|
|
//自动高度
|
|
|
$(function(){
|
|
|
$(".videoItem li").hover(function () {
|
|
|
- $(this).children(".videoCon").animate({bottom:'25px'},"normal","swing");
|
|
|
+ $(this).children(".videoCon").animate({top:'0'},"normal","swing");
|
|
|
},
|
|
|
function () {
|
|
|
- $(this).children(".videoCon").animate({bottom:'165px'},"fast");
|
|
|
+ $(this).children(".videoCon").animate({top:'-170px'},"fast");
|
|
|
}
|
|
|
);
|
|
|
});
|