feat:新增照片

This commit is contained in:
2026-05-07 15:14:36 +08:00
parent e50ebda8ec
commit 9f2fe4e076
9 changed files with 41 additions and 2 deletions
+10 -1
View File
@@ -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);