This commit is contained in:
HAM!DREZA
2024-12-31 11:52:10 +03:30
parent 6c388b6e07
commit 01c8e31ee1
27 changed files with 331 additions and 396 deletions
@@ -19,19 +19,19 @@
</div>
<div class="mt-[6vw] md:mt-[2.1vw] space-y-[3vw] md:space-y-[1vw] thin">
<div
v-for="headline in props.props.courseHeadlines" :key="headline.id"
v-for="headline in props?.props?.courseHeadlines" :key="headline.id"
class="px-[3vw] md:px-[0.4vw] flex items-center bg-[#F4FDFD] rounded-[3.846vw] md:rounded-[0.781vw] h-[15.385vw] md:h-[3.438vw] w-full smallShadow"
>
<div class="flex items-center relative basis-5/6 md:basis-3/6 w-full">
<span
class=" border-b-[0.15vw] border-[#878787] px-[1vw] md:px-[0.5vw] ms-[0.3vw] me-[2vw] md:me-[0.5vw] text-[4.038vw] md:text-[1.055vw] font-black text-[#878787]"
>
{{ props.props.courseHeadlines.indexOf(headline)+1 }}
{{ props?.props?.courseHeadlines?.indexOf(headline)+1 }}
</span>
<h2 class="border-r ps-[2.2vw]">{{ headline.headline }}</h2>
<h2 class="border-r ps-[2.2vw]">{{ headline?.headline }}</h2>
</div>
<div class="hidden md:flex items-center text-[0.833vw] w-full md:basis-2/6">
<span>{{ convertStoMs(headline.time) }}</span>
<span>{{ convertStoMs(headline?.time) }}</span>
<svg
class="ms-[0.3vw] h-[1.042vw] w-[1.042vw]"
viewBox="0 0 20 20"