한글 디즈니 수정

This commit is contained in:
2025-07-27 22:33:12 +09:00
parent f43e39e185
commit c1d6a59da5
24 changed files with 101 additions and 50 deletions

View File

@@ -4485,14 +4485,21 @@
}
a {
display: block;
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
img {
display: block;
max-width: 100%;
}
.txt {
display: block;
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 0.8rem 1.2rem;
line-height: 1.333;
@@ -5061,7 +5068,7 @@
}
& + li {
margin-top: 3.2rem;
margin-top: 3.7rem;
@include tablet {
margin-top: 7.6rem;
@@ -5074,7 +5081,7 @@
margin: 0 0 1.6rem 4rem;
font-size: 1.4rem;
color: #fff;
line-height: 1.5;
line-height: 1.52;
background: url(../images/kia/pdp/display_theme_disney/number1.png) no-repeat 0 0 / 2.3rem auto;
@include tablet {
@@ -5095,12 +5102,19 @@
}
}
}
&:nth-child(1) {
p {
@include tablet {
padding-bottom: 0.7rem;
}
}
}
&:nth-child(2) {
p {
padding: 1rem 8rem 0 0;
margin: 0 0 1.6rem 2rem;
background: url(../images/kia/pdp/display_theme_disney/number2.png) no-repeat calc(100% - 2.6rem) 0 / 3.7rem auto;
padding: 1rem 6rem 0 0;
margin: 0 2rem 2.3rem 2rem;
background: url(../images/kia/pdp/display_theme_disney/number2.png) no-repeat calc(100% - 0.6rem) 0 / 3.7rem auto;
text-align: right;
@include tablet {
@@ -5115,7 +5129,6 @@
.img-area {
display: flex;
justify-content: center;
padding-left: 2rem;
margin-bottom: 0.7rem;
@include tablet {
@@ -5170,7 +5183,20 @@
}
img {
display: block;
max-width: 100%;
&.web {
display: none;
}
@include tablet {
&.web {
display: block;
}
&.mobile {
display: none;
}
}
}
.img-msg {