mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +00:00
fix style
This commit is contained in:
parent
cef54ad7f9
commit
358d2b61ab
1 changed files with 5 additions and 5 deletions
|
|
@ -106,8 +106,8 @@ import hayasaka from "../_assets/hayasaka.jpg"
|
|||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt-12 h-56 grid grid-cols-3 gap-6">
|
||||
<div class="h-full bg-white rounded-2xl overflow-hidden flex flex-col items-center justify-center p-8">
|
||||
<div class="mt-8 flex flex-col md:mt-12 md:h-56 md:grid md:grid-cols-3 gap-6">
|
||||
<div class="h-full bg-white rounded-2xl overflow-hidden flex flex-col items-center justify-center p-6 xl:p-8">
|
||||
<div class="font-bold text-center">
|
||||
<div>
|
||||
加入协会,
|
||||
|
|
@ -120,7 +120,7 @@ import hayasaka from "../_assets/hayasaka.jpg"
|
|||
<a href="/join-us" class="text-base ">进一步了解{" >"}</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="h-full bg-white rounded-2xl overflow-hidden flex flex-col items-center justify-center p-8">
|
||||
<div class="h-full bg-white rounded-2xl overflow-hidden flex flex-col items-center justify-center p-6 xl:p-8">
|
||||
<div class="font-bold text-center">
|
||||
<div>
|
||||
扫一扫,
|
||||
|
|
@ -130,10 +130,10 @@ import hayasaka from "../_assets/hayasaka.jpg"
|
|||
</div>
|
||||
</div>
|
||||
<div class="mt-4">
|
||||
<a href="/repair/mini-program" class="text-base ">查看我们的报修小程序{" >"}</a>
|
||||
<a href="/repair/mini-program" class="text-base ">查看报修小程序{" >"}</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="h-full bg-white rounded-2xl overflow-hidden flex flex-col items-center justify-center p-8">
|
||||
<div class="h-full bg-white rounded-2xl overflow-hidden flex flex-col items-center justify-center p-6 xl:p-8">
|
||||
<div class="font-bold text-center">
|
||||
<div>
|
||||
海内存知己,
|
||||
|
|
|
|||
Loading…
Reference in a new issue