디즈니 작업 중

This commit is contained in:
2025-07-04 22:13:41 +09:00
parent 55910074a9
commit e929eecf54
8 changed files with 240 additions and 40 deletions

View File

@@ -3906,7 +3906,7 @@
}
.displayThemeDesney.comp_content .comp_wide {
max-width: 192rem;
height: 337.4rem;
height: 377.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;
@@ -3931,6 +3931,10 @@
max-width: 120rem;
}
.displayThemeDesney.comp_content .comp_wide .tab-wrap .tab-menu {
position: -webkit-sticky;
position: sticky;
top: 7rem;
z-index: 10;
margin-bottom: 4.8rem;
}
.displayThemeDesney.comp_content .comp_wide .tab-wrap .tab-menu ul {
@@ -3939,6 +3943,8 @@
column-gap: 0.8rem;
}
.displayThemeDesney.comp_content .comp_wide .tab-wrap .tab-menu ul li button {
display: flex;
align-items: center;
height: 4.3rem;
padding: 0 1.6rem 0 1.2rem;
font-size: 1.6rem;
@@ -3948,15 +3954,29 @@
border-radius: 2.2rem;
border: 0.2rem solid rgba(255, 255, 255, 0.2);
}
.displayThemeDesney.comp_content .comp_wide .tab-wrap .tab-menu ul li button:before {
content: "";
display: block;
width: 2.2rem;
height: 2.2rem;
margin-right: 0.6rem;
background: url(../images/kia/pdp/display_theme_disney/ico_tab.png) no-repeat center top/100% auto;
}
.displayThemeDesney.comp_content .comp_wide .tab-wrap .tab-menu ul li.active button {
color: #fff;
border: 0;
background: linear-gradient(90deg, #ed1c24 0%, #b51016 100%);
}
.displayThemeDesney.comp_content .comp_wide .tab-wrap .tab-menu ul li.active button:before {
background-image: url(../images/kia/pdp/display_theme_disney/ico_tab_active.png);
}
.displayThemeDesney.comp_content .comp_wide .tab-wrap .text_area {
margin-top: 2rem;
text-align: left;
}
.displayThemeDesney.comp_content .comp_wide .tab-wrap .tab-box .item {
margin-bottom: 6.4rem;
}
.displayThemeDesney.comp_content .comp_wide .tab-wrap h4 {
font-size: 2.4rem;
font-weight: 600;
@@ -3970,6 +3990,64 @@
.displayThemeDesney .welcome-goodbye .image_area + .image_area {
margin-top: 2rem;
}
.displayThemeDesney .welcome-goodbye .image_area video {
width: 100%;
}
.displayThemeDesney .inner {
max-width: 120rem;
margin: 0 auto;
}
.displayThemeDesney .three-reasons .tit-area h3 {
width: 35.4rem;
height: 6.4rem;
padding: 0 0.8rem;
font-size: 4.8rem;
color: #fff;
font-weight: 600;
background-color: #ed1c24;
white-space: nowrap;
}
.displayThemeDesney .three-reasons .tit-area p {
margin: 1.2rem 0 7.2rem;
font-size: 4.8rem;
color: #000;
font-weight: 600;
}
.displayThemeDesney .three-reasons .reasons {
height: 84.7rem;
background: linear-gradient(176.68deg, #3f3e3e 23.87%, #060606 97.26%);
}
.displayThemeDesney .three-reasons .reasons li {
display: flex;
flex-wrap: wrap;
}
.displayThemeDesney .three-reasons .reasons li:nth-child(2) p {
background: url(../images/kia/pdp/display_theme_disney/number2.png) no-repeat left center/5.1rem auto;
}
.displayThemeDesney .three-reasons .reasons li:nth-child(3) p {
background: url(../images/kia/pdp/display_theme_disney/number3.png) no-repeat left center/4.9rem auto;
}
.displayThemeDesney .three-reasons .reasons li strong {
display: block;
font-size: 2.4rem;
font-weight: 600;
color: #fff;
}
.displayThemeDesney .three-reasons .reasons li p {
max-width: 50%;
margin-top: 1.2rem;
padding-left: 6.2rem;
font-size: 1.6rem;
color: #fff;
line-height: 1.5;
background: url(../images/kia/pdp/display_theme_disney/number1.png) no-repeat left center/3.1rem auto;
}
.displayThemeDesney .three-reasons .reasons li .img-area {
width: 50%;
}
.displayThemeDesney .three-reasons .reasons li .img-area img {
max-width: 100%;
}
.desktop .displayThemeDesney .mobile {
display: none;

File diff suppressed because one or more lines are too long

View File

@@ -4440,7 +4440,7 @@
&.comp_content {
.comp_wide {
max-width: 192rem;
height: 337.4rem;
height: 377.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;
@@ -4465,12 +4465,17 @@
}
.tab-wrap {
.tab-menu {
position: sticky;
top: 7rem;
z-index: 10;
margin-bottom: 4.8rem;
ul {
display: flex;
column-gap: 0.8rem;
li {
button {
display: flex;
align-items: center;
height: 4.3rem;
padding: 0 1.6rem 0 1.2rem;
font-size: 1.6rem;
@@ -4479,12 +4484,23 @@
background-color: #2c2c2c;
border-radius: 2.2rem;
border: 0.2rem solid rgba(255, 255, 255, 0.2);
&:before {
content: "";
display: block;
width: 2.2rem;
height: 2.2rem;
margin-right: 0.6rem;
background: url(../images/kia/pdp/display_theme_disney/ico_tab.png) no-repeat center top / 100% auto;
}
}
&.active {
button {
color: #fff;
border: 0;
background: linear-gradient(90deg, #ed1c24 0%, #b51016 100%);
&:before {
background-image: url(../images/kia/pdp/display_theme_disney/ico_tab_active.png);
}
}
}
}
@@ -4495,6 +4511,12 @@
text-align: left;
}
.tab-box {
.item {
margin-bottom: 6.4rem;
}
}
h4 {
font-size: 2.4rem;
font-weight: 600;
@@ -4514,6 +4536,77 @@
& + .image_area {
margin-top: 2rem;
}
video {
width: 100%;
}
}
}
.inner {
max-width: 120rem;
margin: 0 auto;
}
.three-reasons {
.tit-area {
h3 {
width: 35.4rem;
height: 6.4rem;
padding: 0 0.8rem;
font-size: 4.8rem;
color: #fff;
font-weight: 600;
background-color: #ed1c24;
white-space: nowrap;
}
p {
margin: 1.2rem 0 7.2rem;
font-size: 4.8rem;
color: #000;
font-weight: 600;
}
}
.reasons {
height: 84.7rem;
background: linear-gradient(176.68deg, #3f3e3e 23.87%, #060606 97.26%);
li {
display: flex;
flex-wrap: wrap;
&:nth-child(2) {
p {
background: url(../images/kia/pdp/display_theme_disney/number2.png) no-repeat left center / 5.1rem auto;
}
}
&:nth-child(3) {
p {
background: url(../images/kia/pdp/display_theme_disney/number3.png) no-repeat left center / 4.9rem auto;
}
}
strong {
display: block;
font-size: 2.4rem;
font-weight: 600;
color: #fff;
}
p {
max-width: 50%;
margin-top: 1.2rem;
padding-left: 6.2rem;
font-size: 1.6rem;
color: #fff;
line-height: 1.5;
background: url(../images/kia/pdp/display_theme_disney/number1.png) no-repeat left center / 3.1rem auto;
}
.img-area {
width: 50%;
img {
max-width: 100%;
}
}
}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -429,7 +429,7 @@
</ul>
</div>
<div class="tab-box box1">
<div class="welcome-goodbye">
<div class="item welcome-goodbye">
<div class="image_area" data-aos="fade-up" data-aos-easing="ease-out-expo" data-aos-once="true" data-aos-duration="800">
<video playsinline="playsinline" autoplay="autoplay" muted="muted" loop>
<source src="../assets/images/kia/pdp/display_theme_disney/welcome.mp4" type="video/mp4" />
@@ -494,44 +494,73 @@
</div>
</div>
<div class="comp_wide">
<div class="comp_wide displayThemeDesney">
<div class="three-reasons">
<div class="tit-area">
<h3 data-aos="fade-up" data-aos-easing="ease-out-expo" data-aos-once="true" data-aos-duration="800">Three Reasons</h3>
<p>Why you can't miss out</p>
<div class="inner">
<div class="tit-area">
<h3 data-aos="fade-up" data-aos-easing="ease-out-expo" data-aos-once="true" data-aos-duration="800">Three Reasons</h3>
<p>Why you can't miss out</p>
</div>
<ol>
<li>
<em>1</em>
<div class="text_area">
<strong>A Wonderful In-Car Experience</strong>
<p>Once you transform your display with Marvel themes, you might find it hard to return to the standard setup.</p>
</div>
<div class="image_area">
<img src="../assets/images/kia/pdp/display_theme_disney/img_reasons1.png" alt="A Wonderful In-Car Experience" />
</div>
</li>
<li>
<em>2</em>
<div class="text_area">
<strong>Themes for Every Taste</strong>
<p>Whether you're a fan of Spider-Man, Deadpool, or Wolverine, a variety of Marvel themes will soon be available to match your favorite character.</p>
</div>
<div class="image_area">
<img src="../assets/images/kia/pdp/display_theme_disney/img_reasons2.png" alt="Themes for Every Taste" />
</div>
</li>
<li>
<em>3</em>
<div class="text_area">
<strong>Your One-of-a-kind Journey Starts Here</strong>
<p>Marvel in-car experience offers something you wont see anywhere else - made uniquely for Kia owners.</p>
</div>
<div class="image_area">
<img src="../assets/images/kia/pdp/display_theme_disney/img_reasons3.png" alt="Your One-of-a-kind Journey Starts Here" />
</div>
</li>
</ol>
</div>
<div class="reasons">
<div class="inner">
<ol>
<li>
<p>
<strong>A Wonderful In-Car Experience</strong>
Once you transform your display with Marvel themes, you might find it hard to return to the standard setup.
</p>
<div class="img-area">
<img src="../assets/images/kia/pdp/display_theme_disney/img_reasons1.png" alt="" />
</div>
</li>
<li>
<p>
<strong>Themes for Every Taste</strong>
Whether you're a fan of Spider-Man, Deadpool, or Wolverine, a variety of Marvel themes will soon be available to match your favorite character.
</p>
</li>
<li>
<p>
<strong>Your One-of-a-kind Journey Starts Here</strong>
Marvel in-car experience offers something you wont see anywhere else - made uniquely for Kia owners.
</p>
</li>
</ol>
</div>
</div>
<ol>
<li>
<em>1</em>
<div class="text_area">
<strong>A Wonderful In-Car Experience</strong>
<p>Once you transform your display with Marvel themes, you might find it hard to return to the standard setup.</p>
</div>
<div class="image_area">
<img src="../assets/images/kia/pdp/display_theme_disney/img_reasons1.png" alt="A Wonderful In-Car Experience" />
</div>
</li>
<li>
<em>2</em>
<div class="text_area">
<strong>Themes for Every Taste</strong>
<p>Whether you're a fan of Spider-Man, Deadpool, or Wolverine, a variety of Marvel themes will soon be available to match your favorite character.</p>
</div>
<div class="image_area">
<img src="../assets/images/kia/pdp/display_theme_disney/img_reasons2.png" alt="Themes for Every Taste" />
</div>
</li>
<li>
<em>3</em>
<div class="text_area">
<strong>Your One-of-a-kind Journey Starts Here</strong>
<p>Marvel in-car experience offers something you wont see anywhere else - made uniquely for Kia owners.</p>
</div>
<div class="image_area">
<img src="../assets/images/kia/pdp/display_theme_disney/img_reasons3.png" alt="Your One-of-a-kind Journey Starts Here" />
</div>
</li>
</ol>
</div>
</div>