Update promotion styles: change text color, adjust font sizes, and add new 'stay-tuned-same' section for improved layout and design consistency.

This commit is contained in:
2025-10-16 00:13:29 +09:00
parent 58aed43fb9
commit fcea467771
4 changed files with 159 additions and 10 deletions

View File

@@ -143,7 +143,7 @@
position: relative;
height: 3rem;
text-decoration: none;
color: #666;
color: #9ba2a9;
font-size: 1.6rem;
font-weight: 400;
text-align: center;
@@ -621,12 +621,15 @@
display: flex;
align-items: center;
padding: 1.2rem;
letter-spacing: -0.075em;
font-size: 1.4rem;
letter-spacing: -0.05em;
}
@media (min-width: 768px) {
#promotion .theme-select-guide .guides-wrap .guides-section .guides-content .item strong {
width: 100%;
font-size: 1.8rem;
padding: 1.6rem;
line-height: 2.6rem;
}
}
#promotion .theme-select-guide .guides-wrap .guides-section .guides-content .item.stay-tuned-item {
@@ -682,7 +685,7 @@
width: 7.2rem;
height: 1.6rem;
margin: 0 auto;
margin-bottom: 0.5rem;
margin-bottom: 0.8rem;
background: none;
border: 1px solid #b2b8bd;
border-radius: 0.8rem;
@@ -704,6 +707,78 @@
font-size: 1.6rem;
}
}
#promotion .theme-select-guide .guides-wrap .guides-section .guides-content .stay-tuned-same {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: 100%;
padding: 1.2rem;
font-size: 1.2rem;
font-weight: 400;
color: #b2b8bd;
border-radius: 0;
letter-spacing: -0.05em;
}
#promotion .theme-select-guide .guides-wrap .guides-section .guides-content .stay-tuned-same span {
position: relative;
width: 7.2rem;
height: 1.6rem;
margin: 0 auto;
margin-bottom: 0.5rem;
background: none;
border: 1px solid #b2b8bd;
border-radius: 0.8rem;
}
#promotion .theme-select-guide .guides-wrap .guides-section .guides-content .stay-tuned-same span:before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 0.3rem;
width: 4.8rem;
height: 1rem;
transform: translateY(-50%);
background-color: #b2b8bd;
border-radius: 0.5rem;
}
#promotion .theme-select-guide .guides-wrap .guides-section .guides-content .stay-tuned-same strong {
display: block;
padding: 0.2rem 0 0;
line-height: 1;
}
@media (min-width: 768px) {
#promotion .theme-select-guide .guides-wrap .guides-section .guides-content .stay-tuned-same {
font-size: 1.2rem;
}
#promotion .theme-select-guide .guides-wrap .guides-section .guides-content .stay-tuned-same span {
position: relative;
width: 7.2rem;
height: 1.6rem;
margin: 0 auto;
margin-bottom: 0.8rem;
background: none;
border: 1px solid #b2b8bd;
border-radius: 0.8rem;
}
#promotion .theme-select-guide .guides-wrap .guides-section .guides-content .stay-tuned-same span:before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 0.3rem;
width: 4.8rem;
height: 1rem;
transform: translateY(-50%);
background-color: #b2b8bd;
border-radius: 0.5rem;
}
#promotion .theme-select-guide .guides-wrap .guides-section .guides-content .stay-tuned-same strong {
padding: 0;
font-size: 1.6rem;
text-align: center;
}
}
#promotion .theme-select-guide .guides-wrap .guides-section.disney-pixar-theme .guides-header {
background: url("../images/kia/promotion/bg_disney_pixar_pattern.png") no-repeat center top/100% auto;
}

File diff suppressed because one or more lines are too long

View File

@@ -122,7 +122,7 @@ $KiaBlack: #05141f;
position: relative;
height: 3rem;
text-decoration: none;
color: #666;
color: #9ba2a9;
font-size: 1.6rem;
font-weight: 400;
text-align: center;
@@ -589,10 +589,13 @@ $KiaBlack: #05141f;
display: flex;
align-items: center;
padding: 1.2rem;
letter-spacing: -0.075em;
font-size: 1.4rem;
letter-spacing: -0.05em;
@include tablet {
width: 100%;
font-size: 1.8rem;
padding: 1.6rem;
line-height: 2.6rem;
}
}
@@ -646,7 +649,7 @@ $KiaBlack: #05141f;
width: 7.2rem;
height: 1.6rem;
margin: 0 auto;
margin-bottom: 0.5rem;
margin-bottom: 0.8rem;
background: none;
border: 1px solid #b2b8bd;
border-radius: 0.8rem;
@@ -669,6 +672,77 @@ $KiaBlack: #05141f;
}
}
}
.stay-tuned-same {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: 100%;
padding: 1.2rem;
font-size: 1.2rem;
font-weight: 400;
color: #b2b8bd;
border-radius: 0;
letter-spacing: -0.05em;
span {
position: relative;
width: 7.2rem;
height: 1.6rem;
margin: 0 auto;
margin-bottom: 0.5rem;
background: none;
border: 1px solid #b2b8bd;
border-radius: 0.8rem;
&:before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 0.3rem;
width: 4.8rem;
height: 1rem;
transform: translateY(-50%);
background-color: #b2b8bd;
border-radius: 0.5rem;
}
}
strong {
display: block;
padding: 0.2rem 0 0;
line-height: 1;
}
@include tablet {
font-size: 1.2rem;
span {
position: relative;
width: 7.2rem;
height: 1.6rem;
margin: 0 auto;
margin-bottom: 0.8rem;
background: none;
border: 1px solid #b2b8bd;
border-radius: 0.8rem;
&:before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 0.3rem;
width: 4.8rem;
height: 1rem;
transform: translateY(-50%);
background-color: #b2b8bd;
border-radius: 0.5rem;
}
}
strong {
padding: 0;
font-size: 1.6rem;
text-align: center;
}
}
}
}
&.disney-pixar-theme {

View File

@@ -645,7 +645,7 @@
</div> -->
<div class="item stay-tuned-item">
<div class="stay-tuned">
<div class="stay-tuned-same">
<span></span>
<strong>STAY TUNED</strong>
</div>
@@ -663,10 +663,10 @@
<div class="copyright">
<span>&copy; National Geographic</span>
</div>
<a href="#" class="btn-viewAll">
<!-- <a href="#" class="btn-viewAll">
<span>View all</span>
<span class="arrow-icon"></span>
</a>
</a> -->
</div>
<div class="guides-content">