File tree Expand file tree Collapse file tree 6 files changed +397
-7
lines changed Expand file tree Collapse file tree 6 files changed +397
-7
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,28 @@ <h2 class="title">開催概要</h2>
4
4
< p class ="subtitle "> OUTLINE</ p >
5
5
< div class ="item-list ">
6
6
< div class ="event-box d-flex flex-column align-items-center ">
7
- < div class ="event-img "> </ div >
7
+ < div class ="image-wrapper ">
8
+
9
+ </ div >
8
10
< p class ="event-desc "> 開催日時</ p >
9
11
</ div >
10
12
< div class ="event-box d-flex flex-column align-items-center ">
11
- < div class ="event-img "> </ div >
13
+ < div class ="image-wrapper " style ="overflow: visible; ">
14
+ < img style ="z-index: -1; position: absolute; top: -140px; left: -200px " src ="/img/2025/top/fukuoka.svg " width ="650 " height ="650 " />
15
+ < img style ="z-index: 1; position: absolute; top: 140px; left: 216px " src ="/img/2025/top/kappa_ninja.svg " width ="156 " height ="176 " />
16
+ </ div >
12
17
< p class ="event-desc "> 福岡県久留米市六ツ門町8−1</ p >
13
18
</ div >
14
19
< div class ="event-box d-flex flex-column align-items-center ">
15
- < div class ="event-img "> </ div >
20
+ < div class ="image-wrapper ">
21
+ < img style ="position: absolute; top: -31px; left: -4px " src ="/img/2025/top/building.svg " width ="350 " height ="350 " />
22
+ </ div >
16
23
< p class ="event-desc "> 久留米市ティプラザ</ p >
17
24
</ div >
18
25
< div class ="event-box d-flex flex-column align-items-center ">
19
- < div class ="event-img "> </ div >
26
+ < div class ="image-wrapper ">
27
+ < img style ="position: absolute; top: -110px; left: -100px " src ="/img/2025/top/free.svg " width ="500 " height ="500 " />
28
+ </ div >
20
29
< p class ="event-desc "> 参加無料</ p >
21
30
</ div >
22
31
</ div >
Original file line number Diff line number Diff line change 56
56
font-weight : bold ;
57
57
}
58
58
59
- .event-img {
59
+ .image-wrapper {
60
60
margin-bottom : 18px ;
61
61
width : 300px ;
62
62
height : 300px ;
63
- background :#ccc ;
64
- border-radius : 8px ;
63
+ position : relative ;
65
64
}
66
65
67
66
.item-list {
You can’t perform that action at this time.
0 commit comments