디즈니 작업 중

This commit is contained in:
2025-06-30 22:18:26 +09:00
parent 70c31fa0b2
commit aec4aef61e
7 changed files with 1070 additions and 973 deletions

View File

@@ -3906,6 +3906,7 @@
}
.displayThemeDesney.comp_content .comp_wide {
max-width: 192rem;
height: 337.4rem;
padding: 12rem 0 0;
background: url(../images/kia/pdp/display_theme_disney/bg_design.jpg) no-repeat center top/100% auto;
text-align: center;
@@ -3929,6 +3930,9 @@
.displayThemeDesney.comp_content .comp_wide .comp_body {
max-width: 120rem;
}
.displayThemeDesney.comp_content .comp_wide .tab-wrap .tab-menu {
margin-bottom: 4.8rem;
}
.displayThemeDesney.comp_content .comp_wide .tab-wrap .tab-menu ul {
display: flex;
-moz-column-gap: 0.8rem;
@@ -3949,6 +3953,23 @@
border: 0;
background: linear-gradient(90deg, #ed1c24 0%, #b51016 100%);
}
.displayThemeDesney.comp_content .comp_wide .tab-wrap .text_area {
margin-top: 2rem;
text-align: left;
}
.displayThemeDesney.comp_content .comp_wide .tab-wrap h4 {
font-size: 2.4rem;
font-weight: 600;
color: #fff;
}
.displayThemeDesney.comp_content .comp_wide .tab-wrap p {
margin-top: 1rem;
font-size: 1.6rem;
color: #fff;
}
.displayThemeDesney .welcome-goodbye .image_area + .image_area {
margin-top: 2rem;
}
.desktop .displayThemeDesney .mobile {
display: none;

File diff suppressed because one or more lines are too long

View File

@@ -4440,6 +4440,7 @@
&.comp_content {
.comp_wide {
max-width: 192rem;
height: 337.4rem;
padding: 12rem 0 0;
background: url(../images/kia/pdp/display_theme_disney/bg_design.jpg) no-repeat center top / 100% auto;
text-align: center;
@@ -4464,6 +4465,7 @@
}
.tab-wrap {
.tab-menu {
margin-bottom: 4.8rem;
ul {
display: flex;
column-gap: 0.8rem;
@@ -4488,6 +4490,29 @@
}
}
}
.text_area {
margin-top: 2rem;
text-align: left;
}
h4 {
font-size: 2.4rem;
font-weight: 600;
color: #fff;
}
p {
margin-top: 1rem;
font-size: 1.6rem;
color: #fff;
}
}
}
}
.welcome-goodbye {
.image_area {
& + .image_area {
margin-top: 2rem;
}
}
}