<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/contact.js"></script>
<link href="css/style.css" rel="stylesheet" type="text/css"> var contachTop = 100; // 右侧联系我们默认高度
function Qust_contachScroll (){
var st = 0;
if (document.documentElement && document.documentElement.scrollTop) {
st = document.documentElement.scrollTop;
} else if (document.body) {
st = document.body.scrollTop;
}
var contactTop = $(".qust_contach").offset().top;
var height = $(".qust_contach").height();
if ( st>80) {
var top = (document.documentElement.clientHeight - height)/2+st -80;
$(".qust_contach").stop().animate(
{
top: top
},300,null,function(){
$("#toTop").stop().animate({
height:45
});
});
} else {
var top = (document.documentElement.clientHeight - height)/2 -80;
//$(".qust_contach").css({
//top: top
//});
if(top<=0)
{
top=contachTop
}
$(".qust_contach").stop().animate(
{
top: top
},300,null,function(){
$("#toTop").stop().animate({
height:0
});
});
}
*
回帖描述:*
链接类型:*
下载链接:*
描述:*
回帖描述:*
链接类型:*
阅读权限:*
下载链接:



聚优部落技术论坛 © 版权所有 鲁ICP备15007479号-6
Copyright(C)web.com, All Rights Reserved.
