lingrui-web/components/AppFooter.vue

39 lines
1.5 KiB
Vue
Raw Normal View History

2025-04-03 17:40:33 +08:00
<template>
<div class="group_30 flex-col">
<div class="text-wrapper_13 flex-row">
<span class="text_67">企业首页</span>
<span class="text_68">产品&nbsp;&amp;服务</span>
<span class="text_69">灵睿&nbsp;&amp;我们</span>
<span class="text_70">客户&amp;评价</span>
<span class="text_71">社会&amp;责任</span>
<span class="text_72">联系我们</span>
<span class="text_73">联系电话400-080-0379</span>
</div>
<div class="group_31 flex-col"></div>
<div class="group_32 flex-row">
<div class="text-wrapper_14 flex-col">
<span class="text_74">
洛阳灵睿网络技术有限公司|洛阳网络公司|洛阳网络推广|洛阳易站通总代理|洛阳微客红包|洛阳微信营销
</span>
<span class="text_75">法律顾问河南森合律师事务机构</span>
<span class="text_76">
©2021&nbsp;洛阳灵睿网络技术有限公司&nbsp;All&nbsp;rights&nbsp;reserved.豫ICP备15023627号-3
</span>
<span class="text_77">
洛阳公司地址洛阳市&nbsp;洛龙区&nbsp;世贸中心D座1816室
</span>
</div>
<img class="image_29" referrerpolicy="no-referrer"
src="public/images/wb.png" />
<img class="image_30" referrerpolicy="no-referrer"
src="public/images/wx.png" />
</div>
</div>
</template>
<script lang="ts" setup>
</script>
<style lang="scss" scoped>
@import '@/assets/index.css';
</style>