feat:新增照片
This commit is contained in:
+10
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user