master
parent
df814604b5
commit
84911ff018
|
@ -9,6 +9,10 @@ var wow = new WOW({
|
||||||
wow.init();
|
wow.init();
|
||||||
|
|
||||||
$(function(){
|
$(function(){
|
||||||
|
$(".listcur a").click(function(){
|
||||||
|
$(this).addClass("on").siblings().removeClass("on");
|
||||||
|
})
|
||||||
|
|
||||||
$(".hamburger").click(function(){
|
$(".hamburger").click(function(){
|
||||||
$(this).toggleClass("is-active");
|
$(this).toggleClass("is-active");
|
||||||
$(this).siblings(".right-boxs").find(".nav").toggleClass('inshow');
|
$(this).siblings(".right-boxs").find(".nav").toggleClass('inshow');
|
||||||
|
@ -93,3 +97,4 @@ $(function(){
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<li class="nLi {if $Request.controller == 'About'}curr{/if}">
|
<li class="nLi {if $Request.controller == 'About'}curr{/if}">
|
||||||
<h3><a href="/about.html">走进产投</a></h3>
|
<h3><a href="/about.html">走进产投</a></h3>
|
||||||
<!-- 二级菜单 -->
|
<!-- 二级菜单 -->
|
||||||
<div class="listcur">
|
<div class="listcur info">
|
||||||
<a href="/about.html#into1">集团简介</a>
|
<a href="/about.html#into1">集团简介</a>
|
||||||
<a href="/about.html#into2">集团领导</a>
|
<a href="/about.html#into2">集团领导</a>
|
||||||
<a href="/about.html#into3">发展战略</a>
|
<a href="/about.html#into3">发展战略</a>
|
||||||
|
|
Loading…
Reference in New Issue