(Foste ar h = $(this).height();
$(this).find(".mask").css({top: "0"}).addClass("transitionAll");
$(this).find("p").css({top:"0"}).addClass("transitionAll");
$(this).find("img").addClass("transitionAll scaleImg");
},
mouseleave:
function(){
$(this).find(".mask").css({top: "100%"});
$(this).find("p").css({top:"100%"});
$(this).find("img").removeClass("scaleImg");
}
});
//换一换
$('div.tit .guessbtn').bind('click',function(e){
e.preventDefault();
var count=$('.guesslike li').length;
var arr=getrandom(4,count);
$('.guesslike li').addClass('none').removeClass('first');
for(var i=0;i