Commit 3b4b4a58 authored by Zhang Xiaojie's avatar Zhang Xiaojie

feat:footer info

parent db8e6497
...@@ -129,9 +129,10 @@ const handleClick = (type: string, e: Event) => { ...@@ -129,9 +129,10 @@ const handleClick = (type: string, e: Event) => {
</div> </div>
<img :src="getImgUrl('officialAccount')" class="md:hidden w-36 mx-auto pt-12"> <img :src="getImgUrl('officialAccount')" class="md:hidden w-36 mx-auto pt-12">
<p class=" md:hidden font-semibold text-center text-gray-800">扫一扫关注公众号</p> <p class=" md:hidden font-semibold text-center text-gray-800">扫一扫关注公众号</p>
<div class="pt-12 pb-20 md:flex md:w-pcWidth mx-auto md:justify-between md:gap-x-7"> <div class="pt-12 pb-16 md:flex md:w-pcWidth mx-auto md:justify-between md:gap-x-7">
<Card v-for="c in contact" :icon="c.icon" :title="c.title" :detail="c.detail" class=" my-5 mx-auto md:w-1/3" <Card v-for="c in contact" :icon="c.icon" :title="c.title" :detail="c.detail" class=" my-5 mx-auto md:w-1/3"
:small="c.small"></Card> :small="c.small"></Card>
</div> </div>
<div class=" text-center text-xs px-4 md:text-sm pb-9 text-gray-800">© 2021 库链科技 All Rights Reserved.Powered by 杭州库链科技有限责任公司 浙ICP备17050749号-5</div>
</div> </div>
</template> </template>
\ No newline at end of file
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