Enhance promotion section: Add new parallax background for section 7, update recent theme padding, and modify display settings for YouTube areas. Remove unused PNG images and update HTML structure for Star Wars theme display.

This commit is contained in:
2025-12-10 22:34:51 +09:00
parent 9b97d1426c
commit 6426b87fd0
20 changed files with 112 additions and 16 deletions

View File

@@ -482,6 +482,10 @@ html {
// height: 108rem;
background: url("../images/kia/promotion/section6.jpg") no-repeat center top / cover;
}
.parallax-bg.bg7 {
// height: 108rem;
background: url("../images/kia/promotion/section7.jpg") no-repeat center top / cover;
}
}
.parallax-section {
@@ -1384,6 +1388,7 @@ html {
}
.recent-theme {
padding-bottom: 8rem;
.contentSection {
max-width: 120rem;
margin: 0 auto;
@@ -1432,7 +1437,7 @@ html {
}
}
.youtubeArea {
display: none;
display: block;
overflow: hidden;
position: absolute;
top: 0;