提交 3f111139 作者: 武宏岩

ie

上级 05807ed7
......@@ -177,7 +177,7 @@
<li class="on">
<div class="shadow">
<div class="association associations">
<div class="oness twor">宣传</div>
<div class="oness">宣传</div>
<div class="sected secteds">
<p class="two">宣传支持</p>
<p>公司每年广告宣传支持费用200余万元</p>
......@@ -191,7 +191,7 @@
<li class="on">
<div class="shadow">
<div class="association associations">
<div class="oness twor">培训</div>
<div class="oness">培训</div>
<div class="sected secteds">
<p class="two">培训支持</p>
<p>免费千家商学院,数百套名师授课精品视频</p>
......@@ -205,7 +205,7 @@
<li class="on">
<div class="shadow">
<div class="association associations">
<div class="oness twor">权证</div>
<div class="oness">权证</div>
<div class="sected secteds">
<p class="two">权证支持</p>
<p>20余家银行信贷协议合作单位</p>
......@@ -219,7 +219,7 @@
<li class="on">
<div class="shadow">
<div class="association associations">
<div class="oness twor">职能</div>
<div class="oness">职能</div>
<div class="sected secteds">
<p class="two">部门支持</p>
<p>总部拥有九大部门组成强大的职能中心</p>
......@@ -233,7 +233,7 @@
<li class="on last" >
<div class="shadow">
<div class="association associations">
<div class="oness twor">系统</div>
<div class="oness">系统</div>
<div class="sected secteds">
<p class="two">系统支持</p>
<p>专门的系统,定制升级</p>
......
......@@ -392,6 +392,7 @@ header {
border-radius: 50%;
background: url(../images/switch.jpg);
z-index: 100;
cursor:pointer;
overflow: hidden;
}
#video_banner .box_show li video{
......
......@@ -470,6 +470,14 @@
left: 0px;
}
}
@-ms-keyframes kais{
0%{
left: -417px;
}
80%,100%{
left: 0px;
}
}
@-webkit-keyframes shous{
10%{
left: -417px;
......@@ -478,6 +486,14 @@
left: -417px;
}
}
@-ms-keyframes shous{
10%{
left: -417px;
}
100%{
left: -417px;
}
}
#test1 .on p{
color: #fff;
text-align: right;
......@@ -501,6 +517,11 @@
opacity: 1;
}
}
@-ms-keyframes kai{
100%{
opacity: 1;
}
}
@-webkit-keyframes shou{
10%{
opacity: 0;
......@@ -509,6 +530,14 @@
opacity: 0;
}
}
@-ms-keyframes shou{
10%{
opacity: 0;
}
100%{
opacity: 0;
}
}
#test1 .on .oness{
width: 90px;
height: 90px;
......
......@@ -42,12 +42,12 @@ var common = function () {
$(".on").click(function(){
$(this).css("width","536px").siblings().css("width","118px");
$(this).addClass('firsted').siblings().removeClass('firsted');
$(this).find(".sected").css('-webkit-animation','kai 0.6s linear forwards')
$(this).find(".sected").css('animation','kai 0.6s linear forwards')
$(this).find(".sected").addClass('secteds')
$(this).siblings().find(".sected").css('-webkit-animation','shou 0.6s linear forwards');
$(this).find(".association").css('-webkit-animation','kais 0.6s linear forwards')
$(this).siblings().find(".sected").css('animation','shou 0.6s linear forwards');
$(this).find(".association").css('animation','kais 0.6s linear forwards')
$(this).find(".association").addClass('associations')
$(this).siblings().find(".association").css('-webkit-animation','shous 0.6s linear forwards');
$(this).siblings().find(".association").css('animation','shous 0.6s linear forwards');
})
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论