Skip to content

Commit

Permalink
💬 ページの更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Shion1305 committed Nov 2, 2023
1 parent 7361fa7 commit d31e9f1
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions pages/sp/contest.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script setup lang="ts">
<script lang="ts" setup>
interface RankingData {
FOOD: number[];
EXHIBITION: number[];
Expand Down Expand Up @@ -33,10 +33,12 @@ useHead({
<PageTitle title="企画コンテスト" />
<div class="content-root">
<div class="main-frame">
全参加企画の頂点、今回も決めます!!
<br />
皆さんの1票が結果に大きく関わりますので<br />是非投票しに来てください!
<br />協賛品も貰えちゃいます♪
全参加企画の頂点、<br />
今回も決めます!!<br />
皆さんの1票が結果に<br />
大きく関わりますので<br />
是非投票しに来てください!<br />
協賛品も貰えちゃいます♪
</div>
<img id="how-to-vote-img" src="@/assets/images/how-to-vote.webp" />
<SponsorsListTitle text="企画部門別" />
Expand All @@ -45,8 +47,10 @@ useHead({
<li>飲食</li>
<li>展示・物販</li>
<li>パフォーマンス</li>
<li>オリジナルドリンク部門</li>
<li>ビジュアル部門</li>
</ul>
全企画がこの3つの部門のいずれかに必ずエントリーされ、部門で競い合います
全企画がこれらの部門で競い合います
<br />
最も、得票数の多い企画が総合優勝となります!
</div>
Expand Down Expand Up @@ -85,7 +89,7 @@ useHead({
</div>
</template>

<style scoped lang="scss">
<style lang="scss" scoped>
@use "assets/scss/_breakpoint.scss" as *;
.page-root {
Expand Down

0 comments on commit d31e9f1

Please sign in to comment.