|
@@ -3,13 +3,13 @@
|
|
|
* @Description: AppFooter
|
|
* @Description: AppFooter
|
|
|
-->
|
|
-->
|
|
|
<template>
|
|
<template>
|
|
|
- <footer class="bg-black text-white py-60px lt-sm:py-40px sm:pt-130px sm:pb-60px">
|
|
|
|
|
|
|
+ <footer class="bg-black text-white py-60px lt-sm:py-40px sm:pt-130px sm:pb-60px lt-sm:pt-88px">
|
|
|
<div class="footer-container">
|
|
<div class="footer-container">
|
|
|
<!-- 顶部区域:链接列表 + 联系方式 -->
|
|
<!-- 顶部区域:链接列表 + 联系方式 -->
|
|
|
<div class="flex flex-col sm:flex-row justify-between items-start gap-60px sm:gap-0">
|
|
<div class="flex flex-col sm:flex-row justify-between items-start gap-60px sm:gap-0">
|
|
|
<!-- 左侧链接列表 -->
|
|
<!-- 左侧链接列表 -->
|
|
|
<div
|
|
<div
|
|
|
- class="flex flex-wrap gap-40px sm:gap-80px w-full sm:w-auto justify-between sm:justify-start"
|
|
|
|
|
|
|
+ class="flex flex-wrap gap-40px sm:gap-80px w-full sm:w-auto justify-between sm:justify-start lt-sm:hidden"
|
|
|
>
|
|
>
|
|
|
<!-- 产品 -->
|
|
<!-- 产品 -->
|
|
|
<div class="text-left">
|
|
<div class="text-left">
|
|
@@ -101,14 +101,17 @@
|
|
|
|
|
|
|
|
<!-- 右侧联系方式 -->
|
|
<!-- 右侧联系方式 -->
|
|
|
<div class="flex flex-col sm:flex-row gap-40px sm:gap-123px w-full sm:w-auto">
|
|
<div class="flex flex-col sm:flex-row gap-40px sm:gap-123px w-full sm:w-auto">
|
|
|
- <div class="text-left">
|
|
|
|
|
|
|
+ <div class="text-left lt-sm:text-center">
|
|
|
<div class="text-16px lh-22px text-white pf-sc-semibold">关注或联系我们</div>
|
|
<div class="text-16px lh-22px text-white pf-sc-semibold">关注或联系我们</div>
|
|
|
- <div class="text-14px lh-22px text-#94a3b8 mt-16px">电话:400-600-7709</div>
|
|
|
|
|
|
|
+ <div class="text-14px lh-22px text-#94a3b8 mt-16px">
|
|
|
|
|
+ <span class="lt-sm:hidden">电话:400-600-7709</span>
|
|
|
|
|
+ <i class="i-custom-mobile-phone lt-sm:h-58px lt-sm:w-552px"></i>
|
|
|
|
|
+ </div>
|
|
|
<div class="text-14px lh-22px text-#94a3b8 mt-16px">
|
|
<div class="text-14px lh-22px text-#94a3b8 mt-16px">
|
|
|
地址:海南省海口市美兰区西溪里商业街7号楼A127
|
|
地址:海南省海口市美兰区西溪里商业街7号楼A127
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="flex flex-col items-start sm:items-center">
|
|
|
|
|
|
|
+ <div class="flex flex-col items-start sm:items-center lt-sm:items-center">
|
|
|
<i class="i-custom-qrcode wh-136px"></i>
|
|
<i class="i-custom-qrcode wh-136px"></i>
|
|
|
<div class="mt-12px text-16px text-#white lh-22px pf-sc-regular">扫一扫关注我们</div>
|
|
<div class="mt-12px text-16px text-#white lh-22px pf-sc-regular">扫一扫关注我们</div>
|
|
|
</div>
|
|
</div>
|