新闻页动效优化

This commit is contained in:
WindowBird 2025-10-25 17:44:06 +08:00
parent 3a23aa3d9d
commit 4c5fe080f6
2 changed files with 4 additions and 3 deletions

View File

@ -97,7 +97,7 @@ description:'font-semibold text-lg',
<view <view
v-for="(field, index) in demonstrationFields" v-for="(field, index) in demonstrationFields"
:key="index" :key="index"
class="flex flex-col items-center justify-center text-center" class="flex flex-col items-center justify-center text-center rounded-2xl "
> >
<img <img
:alt="field.name" :alt="field.name"

View File

@ -64,6 +64,7 @@ const page = ref(1)
root:'group', root:'group',
container: 'relative grid lg:grid-cols-[1fr_4fr] gap-8 p-6', container: 'relative grid lg:grid-cols-[1fr_4fr] gap-8 p-6',
}" }"
class="hover:shadow-2xl hover:scale-105 hover:translate-x-8"
orientation="horizontal" orientation="horizontal"
reverse reverse
spotlight spotlight