footer.vue
942 Bytes
<template>
<div style="display: flex;flex-direction: row;justify-content: space-between; align-items: center;height: 75px;background-color: #1F3360;color: #BDBDBD;font-size: 14px">
<div class="w80" style="display: flex;flex-direction: row;justify-content: space-between; align-items: center;">
<div>
<span style="margin-right: 40px;color: #DCE4F9;"><span style="color: #9099B0;">指导单位:</span>宁夏回族自治区工业与信息化厅</span>
<span style="color: #DCE4F9;"><span style="color: #9099B0;">技术支持:</span>联合信用征信股份有限公司</span>
</div>
<div>
<span style="margin-right: 40px;color: #DCE4F9;"><span style="color: #9099B0;">联系人:</span>陈子龙 15009510820</span>
<span style="color: #DCE4F9;">李星星 18311056716</span>
</div>
</div>
</div>
</template>
<script setup lang="ts">
</script>
<style scoped>
</style>