bottom_service.js
878 字节
$(function(){
setTimeout(function(){$('.bottomsidebar').animate({bottom:"0"},1000)},500);
setTimeout(function(){$('.bottomsidebar .bottomlist .wel01').fadeIn('fast')},1500);
setTimeout(function(){$('.bottomsidebar .bottomlist .wel02').fadeIn('fast')},2300);
setTimeout(function(){$('.bottomsidebar .bottomlist .choose-button .close').fadeIn('fast')},2800);
setTimeout(function(){$('.bottomsidebar .bottomlist .choose-button .goon').fadeIn('fast')},3500);
$('.inquiry-pop-bd').css('width',$(window).width()).css('height',$(window).height())
})
function bottomClose(){
$('.bottomsidebar').animate({bottom:"-268px"},1000)
}
function bottomGoo(){
$('.bootom-inquiry').animate({bottom:"0"},1000)
$('.bottomsidebar').animate({bottom:"-268px"},1000)
}
function bottomCloseDirect(){
$('.bootom-inquiry').animate({bottom:"-500px"},1000)
}