底部内容修改
This commit is contained in:
parent
1bee7bb76c
commit
4716b6c3a9
|
|
@ -3,6 +3,9 @@ const {footer} = useAppConfig()
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
<UMarquee>
|
||||||
|
共享APP开发-创特科技专注于共享陪护床,共享电动车,共享汽车,共享充电桩,共享家居电器,共享按摩椅,共享充电宝,共享滑板车等共享软件开发及物联网解决方案
|
||||||
|
</umarquee>
|
||||||
<UFooter
|
<UFooter
|
||||||
:ui="{ left: 'text-muted text-xs' }"
|
:ui="{ left: 'text-muted text-xs' }"
|
||||||
class="z-10 bg-default"
|
class="z-10 bg-default"
|
||||||
|
|
|
||||||
|
|
@ -59,31 +59,31 @@
|
||||||
<UIcon
|
<UIcon
|
||||||
class="w-4 h-4 text-muted group-hover:text-primary transition-colors"
|
class="w-4 h-4 text-muted group-hover:text-primary transition-colors"
|
||||||
name="i-heroicons-phone-20-solid"/>
|
name="i-heroicons-phone-20-solid"/>
|
||||||
<a class="group-hover:text-primary transition-colors" href="tel:0755-85225123">
|
<a class="group-hover:text-primary transition-colors" href="tel:133-7697-0966">
|
||||||
客服电话:0755-85225123
|
客服电话:133-7697-0966
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center justify-center md:justify-start space-x-2 group">
|
<div class="flex items-center justify-center md:justify-start space-x-2 group">
|
||||||
<UIcon
|
<UIcon
|
||||||
class="w-4 h-4 text-muted group-hover:text-primary transition-colors"
|
class="w-4 h-4 text-muted group-hover:text-primary transition-colors"
|
||||||
name="i-heroicons-users-20-solid"/>
|
name="i-heroicons-users-20-solid"/>
|
||||||
<a class="group-hover:text-primary transition-colors" href="tel:18123752516">
|
<a class="group-hover:text-primary transition-colors" href="tel:133-7697-0966">
|
||||||
商务合作: 18123752516
|
商务合作: 133-7697-0966
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center justify-center md:justify-start space-x-2 group">
|
<div class="flex items-center justify-center md:justify-start space-x-2 group">
|
||||||
<UIcon
|
<UIcon
|
||||||
class="w-4 h-4 text-muted group极hover:text-primary transition-colors"
|
class="w-4 h-4 text-muted group极hover:text-primary transition-colors"
|
||||||
name="i-heroicons-envelope-20-solid"/>
|
name="i-heroicons-envelope-20-solid"/>
|
||||||
<a class="group-hover:text-primary transition-colors" href="mailto:yuxi@yuxiit.com">
|
<a class="group-hover:text-primary transition-colors" href="mailto:564737095@qq.com">
|
||||||
反馈建议邮箱:yuxi@yuxiit.com
|
反馈建议邮箱:564737095@qq.com
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
<UPageSection
|
<UPageSection
|
||||||
:ui="{
|
:ui="{
|
||||||
container: '!pt-0'
|
container: '!pt-0 !px-50'
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<Motion
|
<Motion
|
||||||
|
|
@ -51,11 +51,14 @@
|
||||||
/>
|
/>
|
||||||
</ULink>
|
</ULink>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<img
|
<img
|
||||||
:alt="product.title"
|
:alt="product.title"
|
||||||
:src="product.image"
|
:src="product.image"
|
||||||
class="object-cover w-48 h-48 rounded-lg"
|
class="object-cover w-96 h-96 rounded-lg "
|
||||||
>
|
>
|
||||||
|
|
||||||
|
|
||||||
</UPageCard>
|
</UPageCard>
|
||||||
</Motion>
|
</Motion>
|
||||||
</UPageSection>
|
</UPageSection>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user