homepagePHP/app/Home/View/mobile/Public/footer.html

31 lines
1.0 KiB
HTML
Executable File

<footer>
<div class="container">
<div class="footer-copyright">
<div class="top">
<span>{:C('CONFIG_COPYRIGHT')}</span>
<a href="http://beian.miit.gov.cn/">{:C('CONFIG_RECORD')}</a>
</div>
<div class="bottom">技术支持:<a href="https://www.quansitech.com/" class="bottom">挑战者网</a></div>
</div>
</div>
<div class="to-up fly-up-box">
<div class="fixed-menu">
<i class="icon-top icon-box"></i>
<a href="javascript:;" class="to-follow-us">TOP</a>
</div>
</div>
</footer>
<script src="__PUBLIC__/static/mobile/dist/js/app.js?v=d3718af679"></script>
<block name="script"></block>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?879611934a6a6cfcb66e0dd3d6197c5c";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>