|
|
@ -66,70 +66,52 @@
|
|
|
|
<link type="text/css" rel="stylesheet" href="__CSS__/main1.css">
|
|
|
|
<link type="text/css" rel="stylesheet" href="__CSS__/main1.css">
|
|
|
|
<link href="__CSS__/common.css" rel="stylesheet" >
|
|
|
|
<link href="__CSS__/common.css" rel="stylesheet" >
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript" src="__JS__/zepto.min.js"></script>
|
|
|
|
<script type="text/javascript" src="__JS__/zepto.min.js"></script>
|
|
|
|
<script type="text/javascript" src="__JS__/swiper.min.js"></script>
|
|
|
|
<script type="text/javascript" src="__JS__/swiper.min.js"></script>
|
|
|
|
|
|
|
|
<if condition="CONTROLLER_NAME eq 'Index'">
|
|
|
|
|
|
|
|
<!-- <script type="text/javascript" src="__JS__/new/index.js"></script>-->
|
|
|
|
|
|
|
|
</if>
|
|
|
|
<block name="css"></block>
|
|
|
|
<block name="css"></block>
|
|
|
|
<script src="__JS__/jquery-1.11.1.min.js"></script>
|
|
|
|
<script src="__JS__/jquery-1.11.1.min.js"></script>
|
|
|
|
<script src="__JS__/TouchSlide.1.1.js"></script>
|
|
|
|
<script src="__JS__/TouchSlide.1.1.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
|
|
<block name="body"></block>
|
|
|
|
<block name="body"></block>
|
|
|
|
|
|
|
|
|
|
|
|
<block name="footer">
|
|
|
|
<block name="footer">
|
|
|
|
<footer class="footer">
|
|
|
|
|
|
|
|
<div class="foot-nav">
|
|
|
|
<!-- 底部导航 -->
|
|
|
|
<style>
|
|
|
|
<div class="foot_tabbar">
|
|
|
|
.foot-nav-list a{
|
|
|
|
<div class="foot_tabbar_box">
|
|
|
|
margin-left: 4%;
|
|
|
|
<div class="foot_info ">
|
|
|
|
}
|
|
|
|
<a href="{:U('Index/index')}" class="<if condition='CONTROLLER_NAME eq Index and ACTION_NAME eq index'>active</if>">
|
|
|
|
</style>
|
|
|
|
<img src="__IMG__/new/shouye<if condition='CONTROLLER_NAME eq Index and ACTION_NAME eq index'>1</if>.png" alt="">
|
|
|
|
<div class="foot-nav-list">
|
|
|
|
<span>首页</span>
|
|
|
|
<a href="{:U('Index/index')}" class="<if condition='CONTROLLER_NAME eq Index and ACTION_NAME eq index' >on</if>">
|
|
|
|
|
|
|
|
<i class="iconfont icon-home"></i>
|
|
|
|
|
|
|
|
<p>首页</p>
|
|
|
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<if condition="C('IS_OPEN_SMALL_ACCOUNT') neq 0">
|
|
|
|
|
|
|
|
<a href="{:U('Trade/index')}" class="<if condition='CONTROLLER_NAME eq Trade'>on</if>">
|
|
|
|
|
|
|
|
<i class="iconfont icon-trade"></i>
|
|
|
|
|
|
|
|
<p>交易</p>
|
|
|
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<a href="{:U('Shop/index')}" class="<if condition='CONTROLLER_NAME eq Shop'>on</if>">
|
|
|
|
|
|
|
|
<i class="iconfont icon-shop"></i>
|
|
|
|
|
|
|
|
<p>商城</p>
|
|
|
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<a href="{:U('Gift/index')}" class="<if condition='CONTROLLER_NAME eq Gift'>on</if>">
|
|
|
|
|
|
|
|
<i class="iconfont icon-gift"></i>
|
|
|
|
|
|
|
|
<p>礼包</p>
|
|
|
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<else/>
|
|
|
|
|
|
|
|
<!-- <a href="{:U('Gift/index')}" class="<if condition='CONTROLLER_NAME eq Gift'>on</if>">
|
|
|
|
|
|
|
|
<i class="iconfont icon-gift"></i>
|
|
|
|
|
|
|
|
<p>礼包</p>
|
|
|
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<a href="{:U('Shop/index')}" class="<if condition='CONTROLLER_NAME eq Shop'>on</if>">
|
|
|
|
|
|
|
|
<i class="iconfont icon-shop"></i>
|
|
|
|
|
|
|
|
<p>商城</p>
|
|
|
|
|
|
|
|
</a>-->
|
|
|
|
|
|
|
|
<a href="{:U('Index/product')}" class="<if condition='ACTION_NAME eq product'>on</if>">
|
|
|
|
|
|
|
|
<i class="iconfont icon-gift"></i>
|
|
|
|
|
|
|
|
<p>产品服务</p>
|
|
|
|
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
<a href="{:U('Index/business')}" class="<if condition='ACTION_NAME eq business'>on</if>">
|
|
|
|
</div>
|
|
|
|
<i class="iconfont icon-shop"></i>
|
|
|
|
<div class="foot_info ">
|
|
|
|
<p>商务合作</p>
|
|
|
|
<a href="{:U('Index/introduce')}" class="<if condition='ACTION_NAME eq introduce'>active</if>">
|
|
|
|
|
|
|
|
<img src="__IMG__/new/qiyechaxun<if condition='ACTION_NAME eq introduce'>1</if>.png" alt="">
|
|
|
|
|
|
|
|
<span>企业简介</span></a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="foot_info ">
|
|
|
|
|
|
|
|
<a href="{:U('Index/business')}" class="<if condition='ACTION_NAME eq business'>active</if>">
|
|
|
|
|
|
|
|
<img src="__IMG__/new/hezuo<if condition='ACTION_NAME eq business'>1</if>.png" alt="">
|
|
|
|
|
|
|
|
<span>招商合作</span>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
<!--<a href="{:U('News/index')}" class="<if condition='CONTROLLER_NAME eq News'>on</if>">
|
|
|
|
</div>
|
|
|
|
<i class="iconfont icon-news"></i>
|
|
|
|
<div class="foot_info ">
|
|
|
|
<p>资讯</p>
|
|
|
|
<a href="{:U('User/index')}" class="<if condition='CONTROLLER_NAME eq User'>active</if>">
|
|
|
|
</a>-->
|
|
|
|
<img src="__IMG__/new/geren<if condition='CONTROLLER_NAME eq User'>1</if>.png" alt="">
|
|
|
|
</if>
|
|
|
|
<span>我的</span>
|
|
|
|
<a href="{:U('User/index')}" class="<if condition='CONTROLLER_NAME eq User'>on</if>">
|
|
|
|
|
|
|
|
<i class="iconfont icon-user"></i>
|
|
|
|
|
|
|
|
<p>我的</p>
|
|
|
|
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
</block>
|
|
|
|
</block>
|
|
|
|
<div class="float_contact_position " style="display: none;">
|
|
|
|
<div class="float_contact_position " style="display: none;">
|
|
|
|
<div class="float_contact ">
|
|
|
|
<div class="float_contact ">
|
|
|
@ -230,6 +212,7 @@
|
|
|
|
$('.share-box').on('click','.li-7 a',function(){
|
|
|
|
$('.share-box').on('click','.li-7 a',function(){
|
|
|
|
$('body,html').animate({"scrollTop":0},500);
|
|
|
|
$('body,html').animate({"scrollTop":0},500);
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
})
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
</html>
|
|
|
|
</html>
|
|
|
|