This commit is contained in:
2024-04-19 20:09:40 +07:00
commit 5ba63b0869
64 changed files with 111785 additions and 0 deletions

View File

@@ -0,0 +1,84 @@
<template>
<div style="position: relative" class="bg-green-full text-normal pb-10">
<!-- <v-img :aspect-ratio="1" src="../assets/greenimg.png" width="100%"></v-img> -->
<div class="text-center txt-black py-10 ma-auto" style="width: 90%">
<div class="text-title my-3">กระบวนการเลอกสมาชกวสภา</div>
<v-timeline align="start" side="end" class="text-sub">
<v-timeline-item fill-dot size="large" dot-color="white">
<template v-slot:icon>
<span style="color: #4c884c;">1</span>
</template>
<div class="d-flex">
<div>กกต. ประกาศกำหนดว และเวลารบสมคร</div>
</div>
</v-timeline-item>
<v-timeline-item fill-dot size="large" dot-color="#4c884c">
<template v-slot:icon>
<span>2</span>
</template>
<div class="d-flex">
<div>เปดสมครรบเลอกสว.โดยม ระยะเวลารบสมคร 5 - 7 </div>
</div>
</v-timeline-item>
<v-timeline-item fill-dot size="large" dot-color="white">
<template v-slot:icon>
<span style="color: #4c884c;">3</span>
</template>
<div class="d-flex">
<div>ประกาศบญช รายชอผสมคร</div>
</div>
</v-timeline-item>
<v-timeline-item fill-dot size="large" dot-color="#4c884c">
<template v-slot:icon>
<span>4</span>
</template>
<div class="d-flex">
<div>เลอกสว. ระดบอำเภอ (ภายใน 20 )</div>
</div>
</v-timeline-item>
<v-timeline-item fill-dot size="large" dot-color="white">
<template v-slot:icon>
<span style="color: #4c884c;">5</span>
</template>
<div class="d-flex">
<div>เลอกสว. ระดบจงหว (+ 7 )</div>
</div>
</v-timeline-item>
<v-timeline-item fill-dot size="large" dot-color="#4c884c">
<template v-slot:icon>
<span>6</span>
</template>
<div class="d-flex">
<div>เลอกสว.ระดบประเทศ (+ 10 )</div>
</div>
</v-timeline-item>
<v-timeline-item fill-dot size="large" dot-color="white">
<template v-slot:icon>
<span style="color: #4c884c;" >7</span>
</template>
<div class="d-flex">
<div>กกต. ประกาศผล การเลอกสว.</div>
</div>
</v-timeline-item>
</v-timeline>
</div>
</div>
</template>
<script>
export default {};
</script>
<style>
.border-dot {
border-right: 3px dashed #b2c573;
}
.bg-green-full {
background-color: #b2c573;
height: auto;
}
</style>