新闻页动效优化
This commit is contained in:
parent
3a23aa3d9d
commit
4c5fe080f6
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user