Commit 8457b94d authored by shangbj's avatar shangbj

增加访问统计

parent b3921293
Pipeline #3 canceled with stages
<template>
<div class="footer">版权所有&nbsp;&nbsp;北京天绿恒力科技有限公司&nbsp;&nbsp;<a href="http://www.miitbeian.gov.cn/" target="_blank">京ICP备18028316号-1</a>&nbsp;&nbsp;京公网安备11010802013435号</div>
<div class="footer">
版权所有&nbsp;&nbsp;北京天绿恒力科技有限公司&nbsp;&nbsp;<a href="http://www.miitbeian.gov.cn/" target="_blank">京ICP备18028316号-1</a>&nbsp;&nbsp;京公网安备11010802013435号
<div class="cnzz">
<script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_1275165771'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s19.cnzz.com/z_stat.php%3Fid%3D1275165771%26show%3Dpic' type='text/javascript'%3E%3C/script%3E"));</script>
</div>
</div>
</template>
<style lang="scss" scoped>
.footer {
height: 18px;
background: url(~assets/images/11019917.jpg) repeat-x left top;
padding: 15px 0px 0px 30px;
font-size: 12px;
color: #000;
margin: 10px 0px 20px 0px;
text-align: left;
a{
color:#00f;
}
height: 18px;
position: relative;
background: url(~assets/images/11019917.jpg) repeat-x left top;
padding: 15px 0px 0px 30px;
font-size: 12px;
color: #000;
margin: 10px 0px 20px 0px;
text-align: left;
a {
color: #00f;
}
}
.cnzz {
position: absolute;
right: 10px;
top: 5px;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment