|
|
|
|
2
|
<div class="index-box">
|
2
|
<div class="index-box">
|
3
|
<popup :show="showPopup" @cancel="cancelFrom" :current-month="currentMonth" />
|
3
|
<popup :show="showPopup" @cancel="cancelFrom" :current-month="currentMonth" />
|
4
|
<MyWinning :show="showMyWinning" :current-month="currentMonth" />
|
4
|
<MyWinning :show="showMyWinning" :current-month="currentMonth" />
|
5
|
- <!-- <div>
|
|
|
6
|
- <div> -->
|
|
|
7
|
- <img class="topImage" src="../assets/indexImg/indexBgctop.jpg" alt />
|
|
|
8
|
- <!-- </div>
|
|
|
9
|
- </div> -->
|
|
|
|
|
5
|
+ <img class="topImage" src="../assets/indexImg/indexBgctop.jpg" alt />
|
10
|
<div class="outer6-wrapper">
|
6
|
<div class="outer6-wrapper">
|
11
|
<div class="outer6 flex-col">
|
7
|
<div class="outer6 flex-col">
|
12
|
<div v-for="month in list" :key="month.id" class="section-item">
|
8
|
<div v-for="month in list" :key="month.id" class="section-item">
|
|
|
|
|
16
|
</div>
|
12
|
</div>
|
17
|
</div>
|
13
|
</div>
|
18
|
</div>
|
14
|
</div>
|
|
|
15
|
+ <img class="bottomImage" src="../assets/indexImg/indexBgctop.jpg" alt />
|
19
|
</div>
|
16
|
</div>
|
20
|
</template>
|
17
|
</template>
|
21
|
|
18
|
|