|
@@ -553,7 +553,7 @@
|
|
|
</div>
|
|
|
<div class="company-info">
|
|
|
<div class="conpany-name">
|
|
|
- 智慧云创
|
|
|
+ 西安智慧云创信息科技有限公司
|
|
|
</div>
|
|
|
<p>地址:高新区科技路50号金桥国际广场</p>
|
|
|
<p>电话:13669284528(侯先生)</p>
|
|
@@ -616,5 +616,25 @@
|
|
|
<script src="../js/jquery.easing.min.js"></script>
|
|
|
<script src="../js/jquery.qrcode.min.js"></script>
|
|
|
<script src="../js/main.js"></script>
|
|
|
+ <script>
|
|
|
+ $(function(){
|
|
|
+ var params=window.location.search.substring(1);
|
|
|
+ var type=params.split('=')[1]
|
|
|
+ if(type==="2"||type==="5"||type==="6"){
|
|
|
+ let index=0;
|
|
|
+ $('#content3-menu').hide()
|
|
|
+ $('.banner-footer').hide()
|
|
|
+ $('.content3-content-group').css('padding-top','20px')
|
|
|
+ if(type==="2") index=7
|
|
|
+ if(type==="5") index=4
|
|
|
+ if(type==="6") index=8
|
|
|
+ $('.content3-content-group .content3-content-item').eq(index).show().siblings('.content3-content-item').hide()
|
|
|
+ }
|
|
|
+ $('.bottom-wrap li').hover(function(){
|
|
|
+ $(this).addClass('active').siblings('li').removeClass('active')
|
|
|
+ $('.content3-content-group .content3-content-item').eq( $(this).index()).show().siblings('.content3-content-item').hide()
|
|
|
+ })
|
|
|
+ })
|
|
|
+</script>
|
|
|
</body>
|
|
|
</html>
|