52 lines
2.2 KiB
PHP
Executable File
52 lines
2.2 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* @Author: fm453
|
|
* @Date: 2018-04-24 02:02:21
|
|
* @Last Modified by: fm453
|
|
* @Last Modified time: 2021-08-24 00:47:46
|
|
* @Email: fm453@lukegzs.com
|
|
**/
|
|
|
|
global $_HI;
|
|
?>
|
|
<div class="footer">
|
|
<div class="footer_con">
|
|
<div class="footer_top">
|
|
<dl class="dl01">
|
|
<dt><a href="<?php echo $_HI['siteUrl'];?>"><img src="<?php echo $_HI['staticUrl'];?>/img/logo-bot.png" alt=""></a></dt>
|
|
<dd style="font-size:14px;">专注轿运业务O2O<br>车辆运输平台管理系统</dd>
|
|
</dl>
|
|
<dl class="dl02">
|
|
<dd>
|
|
<em class="dd_em1">办公地址</em>
|
|
<em class="dd_em2"><?php echo $_HI['addr'];?></em>
|
|
<br>
|
|
<em class="dd_em1">备案号</em>
|
|
<em class="dd_em2"><?php echo $_HI['ICP'];?></em>
|
|
<br>
|
|
<!-- <em class="dd_em1">工商标识</em>
|
|
<em class="dd_em2"><iframe src="http://aic.hainan.gov.cn:880/lz.ashx?vie=076144A08548ACE3D44936D812597B30466F7AF68167CB730DB6365797A35579A499F7E1793EFE34B3771DB8041877B3" allowtransparency="true" scrolling="no" style="overflow:hidden;" frameborder="0"></iframe></em> -->
|
|
<br>
|
|
</dd>
|
|
</dl>
|
|
<dl class="dl03">
|
|
<dd>
|
|
<em class="dd_em1">友情链接</em>
|
|
<em class="dd_em2">
|
|
<a href="http://www.hiluker.com" target="_blank">嗨路客电商</a>
|
|
<a href="http://www.hiluker.cn" target="_blank">嗨噜客科技</a>
|
|
<a href="https://vcms.hiluker.com" target="_blank">VCMS-微信公众号管理平台</a>
|
|
<a href="https://xcx.hiluker.com" target="_blank">嗨噜小程序/轻应用管理平台</a>
|
|
<a href="http://www.hiluker.cn" target="_blank">嗨噜客科技-我司技术伙伴</a>
|
|
<a href="http://che.hiluker.com" target="_blank">运车百科-专业汽车托运知识</a>
|
|
</em>
|
|
</dd>
|
|
</dl>
|
|
<div class="dl04">
|
|
<ul>
|
|
<li><a id="wsy">运车客服</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|