|
|
@ -1,13 +1,16 @@ |
|
|
<template> |
|
|
<template> |
|
|
<div class="info rounded-xl bg-white"> |
|
|
<div class="info rounded-xl bg-white"> |
|
|
<div class="relative h-[486px] w-[864px] rounded-xl bg-gray-100"> |
|
|
<div class="relative h-[486px] w-[864px] rounded-xl bg-gray-100"> |
|
|
<EffectFade pagination :list="shop.doorMaterialList ?? []"> |
|
|
|
|
|
|
|
|
<EffectFade v-if="shop.doorMaterialList?.length" pagination :list="shop.doorMaterialList ?? []"> |
|
|
<template v-slot="{ item }"> |
|
|
<template v-slot="{ item }"> |
|
|
<div class="h-[486px] w-[864px] rounded-xl bg-gray-50"> |
|
|
<div class="h-[486px] w-[864px] rounded-xl bg-gray-50"> |
|
|
<img :src="item" class="rounded-xl cover" alt="" /> |
|
|
<img :src="item" class="rounded-xl cover" alt="" /> |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
</EffectFade> |
|
|
</EffectFade> |
|
|
|
|
|
<div v-else class="h-[486px] w-[864px] rounded-xl bg-gray-50"> |
|
|
|
|
|
<img :src="shop.logoUrl" class="rounded-xl contain" alt="" /> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="relative z-10 ml-12 mr-6.5 flex"> |
|
|
<div class="relative z-10 ml-12 mr-6.5 flex"> |
|
|
<div class="-mt-15.5 mr-10.5 size-40 overflow-hidden rounded-xl bg-white shadow-default"> |
|
|
<div class="-mt-15.5 mr-10.5 size-40 overflow-hidden rounded-xl bg-white shadow-default"> |
|
|
|