Commit 6debfb8ddfda2a3c8eca5a0ca509338ac587886a
1 parent
095b42a5
add
Showing
2 changed files
with
9 additions
and
9 deletions
js/services.js
1 | 1 | |
2 | 2 | //集团 tab 切换 |
3 | -$('.cd-primary-nav').on('click', function (event) { | |
3 | +/*$('.cd-primary-nav').on('click', function (event) { | |
4 | 4 | if ($(event.target).is('.cd-primary-nav')) $(this).children('ul').toggleClass('is-visible'); |
5 | 5 | }); |
6 | 6 | uploadVideo($('.cd-hero-slider')); |
... | ... | @@ -75,8 +75,8 @@ $.fn.removeClassPrefix = function (prefix) { |
75 | 75 | el.className = $.trim(classes.join(" ")); |
76 | 76 | }); |
77 | 77 | return this; |
78 | -}; | |
79 | -/*$('#services-soft-wrap li').on('click',function () { | |
78 | +};*/ | |
79 | +$('#services-soft-wrap li').on('click',function () { | |
80 | 80 | var _index = $(this).index(); |
81 | 81 | |
82 | 82 | $('#services-wrap-sass').css('background-image','url(images/services_saasIco'+(_index+1)+'.png)') |
... | ... | @@ -85,7 +85,7 @@ $.fn.removeClassPrefix = function (prefix) { |
85 | 85 | $('#services-soft-wrap li').eq(_index).children('div').removeClass('displaynone'); |
86 | 86 | // $('.ai-success-stories-list-bar').css('left',100*_index); |
87 | 87 | $('#services-section-wrap>li').eq(_index).removeClass('displaynone').siblings().addClass('displaynone') |
88 | -});*/ | |
88 | +}); | |
89 | 89 | |
90 | 90 | //车场 tab 切换 |
91 | 91 | $('#services-park-wrap li').on('click',function () { | ... | ... |
services.html
... | ... | @@ -29,7 +29,7 @@ |
29 | 29 | <link type="text/css" rel="stylesheet" href="style.css?a=2"> |
30 | 30 | <link type="text/css" rel="stylesheet" href="css/responsive.css"> |
31 | 31 | <link type="text/css" rel="stylesheet" href="css/services.css"> |
32 | - <link type="text/css" rel="stylesheet" href="css/serslide.css"> | |
32 | + <!--<link type="text/css" rel="stylesheet" href="css/serslide.css">--> | |
33 | 33 | |
34 | 34 | <!-- Color CSS --> |
35 | 35 | <link type="text/css" rel="stylesheet" href="css/color/color7.css"> |
... | ... | @@ -69,7 +69,7 @@ |
69 | 69 | <!--banner end--> |
70 | 70 | <div class="services-content"> |
71 | 71 | <!--集团 sta--> |
72 | - <section class="cd-hero"> | |
72 | + <!--<section class="cd-hero"> | |
73 | 73 | <div class="cd-slider-nav"> |
74 | 74 | <nav> |
75 | 75 | <span class="cd-marker item-3"></span> |
... | ... | @@ -104,8 +104,8 @@ |
104 | 104 | </div> |
105 | 105 | </li> |
106 | 106 | </ul> |
107 | - </section> | |
108 | - <!--<section class="section"> | |
107 | + </section>--> | |
108 | + <section class="section"> | |
109 | 109 | <div class="container"> |
110 | 110 | <ul class="row servicessection-wrap"> |
111 | 111 | <li class="text-center col-md-6 services-wrap-left-1" id="services-wrap-sass"></li> |
... | ... | @@ -156,7 +156,7 @@ |
156 | 156 | </li> |
157 | 157 | </ul> |
158 | 158 | </div> |
159 | - </section>--> | |
159 | + </section> | |
160 | 160 | <!--集团 end--> |
161 | 161 | <!--车场 sta--> |
162 | 162 | <section class="section"> | ... | ... |