footer.vue 877 Bytes
<template>
  <div style="display: flex;flex-direction: row;justify-content: center; align-items: center;height: 75px;background-color: #384163;color: #BDBDBD;font-size: 14px">
    <div class="mr10">Copyright © 2018 - 2024 信用管家 All Rights Reserved.</div>
    <div style="display: flex">
      <div class="mr10">
        <a href="https://beian.miit.gov.cn/" target="_blank" style="color:#BDBDBD;">津ICP备19006954号</a>
      </div>
      <div style="display: flex;align-items: center">
        <img class="mr5" src="http://www.bringspring.com/webfile/Rustic/images/ghs.png" alt="ghs.png">
        <a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=12010102000285" style="color:#BDBDBD;">津公网安备12010102000285号</a>
      </div>
    </div>
  </div>
</template>

<script setup lang="ts">

</script>

<style scoped>

</style>