@@ -85,7 +85,14 @@ import { fade } from 'svelte/transition';
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{#if showResult}
|
||||||
|
<div class="OEA_item6 result" transition:fade={{ duration: 1000 }}>
|
||||||
|
|
||||||
|
<BannerPrice client:load />
|
||||||
|
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
|
||||||
|
|
||||||
{#if showResult}
|
{#if showResult}
|
||||||
<div class="OEA_item6 result" transition:fade={{ duration: 1000 }}>
|
<div class="OEA_item6 result" transition:fade={{ duration: 1000 }}>
|
||||||
@@ -141,20 +148,20 @@ import { fade } from 'svelte/transition';
|
|||||||
@apply rounded-lg text-gray-700;
|
@apply rounded-lg text-gray-700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.OEA_item6 {
|
||||||
|
|
||||||
|
.result {
|
||||||
|
@apply opacity-0 transition-opacity duration-1000 ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.result[style*="opacity: 1"] {
|
||||||
|
@apply opacity-100;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.empfehlungen a {
|
|
||||||
@apply text-blue-600 underline hover:text-blue-800 font-semibold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.result {
|
|
||||||
@apply opacity-0 transition-opacity duration-1000 ease-in-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
.result[style*="opacity: 1"] {
|
|
||||||
@apply opacity-100;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
Reference in New Issue
Block a user