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:
@@ -492,6 +492,9 @@ html {
|
||||
#promotion .parallax-bg-wrap .parallax-bg.bg5 {
|
||||
background: url("../images/kia/promotion/section6.jpg") no-repeat center top/cover;
|
||||
}
|
||||
#promotion .parallax-bg-wrap .parallax-bg.bg7 {
|
||||
background: url("../images/kia/promotion/section7.jpg") no-repeat center top/cover;
|
||||
}
|
||||
#promotion .parallax-section .section-content .content-item .copy {
|
||||
position: static;
|
||||
margin-top: 20rem;
|
||||
@@ -1356,6 +1359,9 @@ html {
|
||||
#promotion .theme-select-guide .guides-wrap .guides-section.national-geographic-theme .guides-header {
|
||||
background: url("../images/kia/promotion/bg_national_pattern.png") no-repeat center top/100% auto;
|
||||
}
|
||||
#promotion .recent-theme {
|
||||
padding-bottom: 8rem;
|
||||
}
|
||||
#promotion .recent-theme .contentSection {
|
||||
max-width: 120rem;
|
||||
margin: 0 auto;
|
||||
@@ -1412,7 +1418,7 @@ html {
|
||||
cursor: pointer;
|
||||
}
|
||||
#promotion .recent-theme .contentSection .media-area .youtubeArea {
|
||||
display: none;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user