diff --git a/concert.css b/concert.css index decc749..9ffe3d5 100644 --- a/concert.css +++ b/concert.css @@ -133,7 +133,10 @@ body { /* 第一層:演唱會卡片外殼 */ .con-1, .con-2, -.con-3 { +.con-3, +.con-4 { + display: flex; + flex-direction: column; background-color: #fff; border-radius: 16px; padding: 50px 100px; @@ -145,6 +148,12 @@ body { overflow: hidden; } +img { + width: 50%; + margin: 0 auto; + align-items: center; +} + /* 右上角緞帶:改用獨立 div 或確保不被裁切 */ [data-tour]::after { content: attr(data-tour); diff --git a/concert.html b/concert.html index 22f3a87..e9bb02c 100644 --- a/concert.html +++ b/concert.html @@ -25,7 +25,7 @@
2016  |   YELLOW NOTE - +
首爾 | 首爾奧林匹克體操競技場 @@ -153,6 +153,8 @@
2017-2018  |  20TH ANNIVERSARY + +
首爾:高尺天空巨蛋 @@ -333,6 +335,7 @@
2018  |  NOW・HERE・AGAIN +
首爾:首爾奧林匹克體操競技場 @@ -366,7 +369,34 @@
+ + +
+ 2020  |  CONCERT [ACCESS] + + + +
+ 首爾:慶熙大學和平殿堂 + + + +
+
+ 很遺憾,因應新型冠狀病毒 (COVID-19) 疫情,本場次演唱會已取消。 +
+
+ 相關退票手續請參閱官方公告。 +
+
+ 期待在更安全的時間與大家重逢。 +
+
+ + +
+
diff --git a/img/1650509638027.jpg b/img/1650509638027.jpg new file mode 100644 index 0000000..fadfe49 Binary files /dev/null and b/img/1650509638027.jpg differ diff --git a/img/201801231634594057.jpg b/img/201801231634594057.jpg new file mode 100644 index 0000000..f20f216 Binary files /dev/null and b/img/201801231634594057.jpg differ diff --git a/img/32260718_1783556105020524_6795654717822205952_o.jpg b/img/32260718_1783556105020524_6795654717822205952_o.jpg new file mode 100644 index 0000000..0a8efca Binary files /dev/null and b/img/32260718_1783556105020524_6795654717822205952_o.jpg differ diff --git a/img/concert/2016.jpg b/img/concert/2016.jpg new file mode 100644 index 0000000..58545ea Binary files /dev/null and b/img/concert/2016.jpg differ diff --git a/img/concert/2017.jpg b/img/concert/2017.jpg new file mode 100644 index 0000000..e228e20 Binary files /dev/null and b/img/concert/2017.jpg differ diff --git a/img/concert/2018.jpg b/img/concert/2018.jpg new file mode 100644 index 0000000..87235f3 Binary files /dev/null and b/img/concert/2018.jpg differ diff --git a/img/concert/2020.jpg b/img/concert/2020.jpg new file mode 100644 index 0000000..d1dc2b2 Binary files /dev/null and b/img/concert/2020.jpg differ