|
|
@@ -1835,6 +1835,7 @@ img{
|
|
|
}
|
|
|
}
|
|
|
.promotion--detail--wrap{
|
|
|
+ margin-bottom: 240px;
|
|
|
gap: 20px;
|
|
|
.detail{
|
|
|
.detail--l{
|
|
|
@@ -1889,7 +1890,15 @@ img{
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
.img--wrap{
|
|
|
- width: 50%;
|
|
|
+ width: 100%;
|
|
|
+ .wch--l{
|
|
|
+ top:-0px;
|
|
|
+ left:-0px;
|
|
|
+ }
|
|
|
+ .wch--r{
|
|
|
+ top:-0px;
|
|
|
+ right:-0px;
|
|
|
+ }
|
|
|
&::before{
|
|
|
width: 70px;
|
|
|
top: 0px;
|
|
|
@@ -2100,6 +2109,7 @@ img{
|
|
|
}
|
|
|
}
|
|
|
.promotion--detail--wrap{
|
|
|
+ margin-bottom: 240px;
|
|
|
.detail{
|
|
|
flex-direction: column;
|
|
|
padding: 30px;
|
|
|
@@ -2158,13 +2168,14 @@ img{
|
|
|
font-size: 20px;
|
|
|
}
|
|
|
.img--wrap{
|
|
|
+ width: 50%;
|
|
|
.wch--l{
|
|
|
- top:-60px;
|
|
|
- left:-30px;
|
|
|
+ top: -60px;
|
|
|
+ left: -30px;
|
|
|
}
|
|
|
.wch--r{
|
|
|
- top:-60px;
|
|
|
- right:-40px;
|
|
|
+ top: -60px;
|
|
|
+ right: -40px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -2310,9 +2321,6 @@ img{
|
|
|
.section--title{
|
|
|
margin-bottom: 40px;
|
|
|
}
|
|
|
- .promotion--detail--wrap{
|
|
|
- margin-bottom: 240px;
|
|
|
- }
|
|
|
.promotion--wrap{
|
|
|
margin-bottom: 0;
|
|
|
.promotion{
|