| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- <div class="bg"><img src="__TMPL__/static/picture/bg.png" alt="51加盟网"></div>
- <!-- 底部footer -->
- <footer>
- <!-- 底部导航 -->
- <div class="foot_nav box">
- <p class="p1">
- <a href="/about/" rel="nofollow">关于我们</a>
- <em>|</em>
- <a href="/about/service.html" rel="nofollow">招商服务</a>
- <em>|</em>
- <a href="/about/statement.html" rel="nofollow">免责申明</a>
- <em>|</em>
- <a href="/about/zhaopin.html" rel="nofollow">加入我们</a>
- <em>|</em>
- <a href="/about/tousu.html" rel="nofollow">投诉删除</a>
- <!--<em>|</em>
- <a href="/about/contact.html" rel="nofollow">联系我们</a>
- <em>|</em>-->
- <!--<a href="/pre.html">返回旧版</a>-->
- </p>
- <p class="p2">
- 客服QQ:<strong>2383952183</strong>
- </p>
- </div>
- <!-- 底部版权信息 -->
- <div class="mass box">
- <div class="mass_l fl">
- <img src="__TMPL__/static/picture/logo_bottom.png" alt="91加盟网">
- <p>招商加盟一站式综合服务平台</p>
- </div>
- <div class="mass_c fl">
- <p>版权所有 © 91加盟网</p>
- <p>Copyright © www.91jmls.com All Rights Reserved</p>
- <p>备案号:<em>京ICP备88888888号-1</em></p>
- </div>
- <div class="mass_r fr">
- <img src="__TMPL__/static/picture/foot.png">
- </div>
- </div>
- <!-- 友情提醒 -->
- <div class="notice box">
- <img src="__TMPL__/static/picture/bottom.jpg" alt="">
- </div>
- </footer>
- <style>
- .to{
- position: sticky;
- top:20px;
- }
- </style>
- <!-- 友情链接 -->
- <?php
- isset($link_cate_name) or $link_cate_name='';
- if($link_cate_name!=''){
- $links = get_link($link_cate_name);
- }else{
- $links = array();
- }
-
-
- ?>
- <?php if(count($links)){ ?>
- <div class="foot_link box">
- <a href="javascript:;">友情链接:</a>
- <foreach name="links" id="vo">
- <a href="{$vo.url}" target="_blank">{$vo.name}</a>
- </foreach>
- </div>
- <?php } ?>
- <div class="float_ri">
- <ul class="con">
- <li><a href="javascript:void(0)" id="zixun" class="zx" rel="nofollow">在线咨询</a></li>
- <li><a href="javascript:" class="weixin"><div class="test" style="display: none;"><img src="/Public/home/images/code.gif" alt=""><span>扫描关注我们</span></div>关注我们</a></li>
- </ul>
- <ul class="to">
- <li><a href="javascript:void(0)" class="topfl" rel="nofollow" style="display: block;">回到顶部</a></li>
- </ul>
- </div>
- <script>
- $(window).scroll(function() {
- var scroHei = $(window).scrollTop();
- if (scroHei > 250) {
- $('.float_ri .to').fadeIn();
- } else {
- $('.float_ri .to').fadeOut();
- }
- });
- </script>
- <script>
- $(".topfl").click(function() {
- $('body,html').animate({
- scrollTop: 0
- },
- 500);
- return false;
- });
- </script>
- <script src="__TMPL__/static/layer/layer.js"></script>
- <script>
- $('#zixun').on('click', function(){
- layer.open({
- type: 2,
- title: '在线咨询',
- maxmin: true,
- shadeClose: true, //点击遮罩关闭层
- area : ['800px' , '520px'],
- content: '/index/news/message'
- });
- });
- </script>
-
-
|