提交 c1c0b786 作者: 武宏岩

加盟页修改

上级 08efbcb0
......@@ -649,7 +649,7 @@
text-align: center;
line-height: 30px;
margin: 0 10px;
box-shadow: 0 0 2px 5px #eeeeee;
box-shadow: 2px 2px 6px 1px rgba(110,110, 110, 0.22);
position:relative;
top: -10px;
}
......@@ -659,7 +659,7 @@
background:url(../images/arrow.png) no-repeat;
position: absolute;
left: 35px;
top: 93px;
top: 92px;
}
#hover .doublemint{
display: block;
......
......@@ -36,4 +36,40 @@ var common = function () {
img.style.animation = "fadeInBig .8s ease-in-out forwards"
}
}
// 六大支持
$(".on").click(function(){
$(this).css("width","536px").siblings().css("width","118px");
$(this).addClass('firsted').siblings().removeClass('firsted');
$(this).find(".oness").css("left","430px");
$(this).siblings().find(".oness").css("left","15px");
$(this).find(".shadow .sected").css("display","block");
$(this).siblings().find(".shadow .sected").css("display","none");
})
}
// 品牌圆环的事件
var aaa = true;
window.onscroll=function(){
var topScroll =document.documentElement.scrollTop;
if(topScroll >= 800){
if(!aaa){
}else{
$(".market").css("display","block");
// 圈内数字加载
var num = 0;
var t = setInterval(function(){
num++;
var arr=document.getElementsByClassName("numbers")[0];
arr.innerHTML = num;
if(num==85){
clearInterval(t);
}
},60);
aaa = false;
}
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论