Update CSS styles for Disney display themes: adjust menu visibility for mobile and tablet views, refine padding in product detail sections, and enhance layout consistency across various components. Update HTML for improved content clarity and fix minor formatting issues.
This commit is contained in:
@@ -16,9 +16,11 @@
|
||||
.text-left {
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.text-right {
|
||||
text-align: right !important;
|
||||
}
|
||||
@@ -1573,7 +1575,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.btn-select.on + .list-member {
|
||||
.btn-select.on+.list-member {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@@ -1844,7 +1846,7 @@
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
|
||||
> p {
|
||||
>p {
|
||||
position: relative;
|
||||
width: 93%;
|
||||
|
||||
@@ -1920,7 +1922,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
dt.active + dd {
|
||||
dt.active+dd {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@@ -2052,7 +2054,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
button + button {
|
||||
button+button {
|
||||
margin-top: 1rem;
|
||||
|
||||
@include tablet {
|
||||
@@ -2064,7 +2066,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
> .dd-padding {
|
||||
>.dd-padding {
|
||||
padding-left: 6.5rem;
|
||||
}
|
||||
}
|
||||
@@ -2085,10 +2087,9 @@
|
||||
content: none;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
}
|
||||
&:hover {}
|
||||
|
||||
> p {
|
||||
>p {
|
||||
span {
|
||||
color: #9ea1a2;
|
||||
}
|
||||
@@ -2096,7 +2097,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
dl + dl {
|
||||
dl+dl {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
}
|
||||
@@ -2316,6 +2317,7 @@
|
||||
}
|
||||
|
||||
@include maxtablet {
|
||||
|
||||
&:before,
|
||||
&:after {
|
||||
display: none;
|
||||
@@ -2384,6 +2386,7 @@
|
||||
// height: 10rem;
|
||||
.comp_body {
|
||||
.text_area {
|
||||
|
||||
// display: flex;
|
||||
h3 {
|
||||
font-size: 3rem;
|
||||
@@ -2394,7 +2397,7 @@
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
|
||||
> * {
|
||||
>* {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
@@ -2470,7 +2473,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
& + .item {
|
||||
&+.item {
|
||||
margin-top: 8rem;
|
||||
|
||||
@include maxtablet {
|
||||
@@ -2484,7 +2487,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
& + .comp_1x_b_v_s_b {
|
||||
&+.comp_1x_b_v_s_b {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
margin-top: 0;
|
||||
@@ -2510,7 +2513,7 @@
|
||||
margin-top: 8rem;
|
||||
|
||||
.comp_body {
|
||||
& + .comp_body {
|
||||
&+.comp_body {
|
||||
margin-top: 10rem;
|
||||
}
|
||||
|
||||
@@ -2527,7 +2530,7 @@
|
||||
|
||||
.displayThemeDtl {
|
||||
.swiper-navigation {
|
||||
> * {
|
||||
>* {
|
||||
top: 210px;
|
||||
left: -65px;
|
||||
width: 5rem;
|
||||
@@ -2762,6 +2765,7 @@
|
||||
}
|
||||
|
||||
@include maxtablet {
|
||||
|
||||
&:before,
|
||||
&:after {
|
||||
display: none;
|
||||
@@ -2832,12 +2836,13 @@
|
||||
|
||||
.comp_body {
|
||||
.text_area {
|
||||
|
||||
// display: flex;
|
||||
h3 {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
> * {
|
||||
>* {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
@@ -2906,7 +2911,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
& + .item {
|
||||
&+.item {
|
||||
margin-top: 8rem;
|
||||
|
||||
@include maxtablet {
|
||||
@@ -2920,7 +2925,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
& + .comp_1x_b_v_s_b {
|
||||
&+.comp_1x_b_v_s_b {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
margin-top: 2rem;
|
||||
@@ -3193,7 +3198,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.contentWarp .productView .productRight .optionWarp .producOption .optionList .checkBtn.type2 input[type="checkbox"] + label {
|
||||
.contentWarp .productView .productRight .optionWarp .producOption .optionList .checkBtn.type2 input[type="checkbox"]+label {
|
||||
height: auto;
|
||||
padding: 2rem 2rem 2rem 0;
|
||||
|
||||
@@ -3389,12 +3394,13 @@
|
||||
// }
|
||||
.comp_body {
|
||||
.text_area {
|
||||
|
||||
// display: flex;
|
||||
h3 {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
> * {
|
||||
>* {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
@@ -3424,7 +3430,7 @@
|
||||
|
||||
.comp_wide {
|
||||
&.title-only {
|
||||
& + .comp_wide {
|
||||
&+.comp_wide {
|
||||
margin-top: 4rem;
|
||||
}
|
||||
}
|
||||
@@ -3672,6 +3678,7 @@
|
||||
}
|
||||
|
||||
&.paused {
|
||||
|
||||
.btn-play,
|
||||
.btn-sound {
|
||||
display: block !important;
|
||||
@@ -3803,6 +3810,7 @@
|
||||
}
|
||||
|
||||
&.playing {
|
||||
|
||||
.comp_body.layer_up,
|
||||
.thumb-swiper,
|
||||
.pdpInCarGameSwiper,
|
||||
@@ -3943,7 +3951,7 @@
|
||||
|
||||
.pdpDtl {
|
||||
.swiper-navigation {
|
||||
> * {
|
||||
>* {
|
||||
top: 210px;
|
||||
left: -65px;
|
||||
width: 5rem;
|
||||
@@ -3992,8 +4000,7 @@
|
||||
}
|
||||
|
||||
.scroll_area {
|
||||
@include maxtablet {
|
||||
}
|
||||
@include maxtablet {}
|
||||
|
||||
.web {
|
||||
display: block;
|
||||
@@ -4287,7 +4294,7 @@
|
||||
display: block;
|
||||
|
||||
.swiper-slide {
|
||||
& + .swiper-slide {
|
||||
&+.swiper-slide {
|
||||
margin-top: 5rem;
|
||||
}
|
||||
}
|
||||
@@ -4295,7 +4302,7 @@
|
||||
}
|
||||
|
||||
.swiper-navigation {
|
||||
> * {
|
||||
>* {
|
||||
top: 210px;
|
||||
left: -65px;
|
||||
width: 5rem;
|
||||
@@ -4459,6 +4466,7 @@
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
em {
|
||||
display: block;
|
||||
width: 100%;
|
||||
@@ -4466,6 +4474,7 @@
|
||||
font-size: 1.4rem;
|
||||
font-weight: 400;
|
||||
text-align: center;
|
||||
|
||||
@include tablet {
|
||||
margin-top: 2.4rem;
|
||||
font-size: 1.6rem;
|
||||
@@ -4565,7 +4574,7 @@
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
|
||||
> * {
|
||||
>* {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
@@ -4761,13 +4770,16 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.stay-tuned-item {
|
||||
width: 100%;
|
||||
height: 4.8rem;
|
||||
|
||||
@include tablet {
|
||||
width: 20rem;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.stay-tuned {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -4780,6 +4792,7 @@
|
||||
background-color: #f2f4f6;
|
||||
border-radius: 0.6rem;
|
||||
letter-spacing: -0.05em;
|
||||
|
||||
span {
|
||||
display: block;
|
||||
width: 1.8rem;
|
||||
@@ -4787,12 +4800,15 @@
|
||||
margin-right: 0.6rem;
|
||||
background: url("../images/kia/promotion/ico_stay_tuned.svg") no-repeat center / contain;
|
||||
}
|
||||
|
||||
strong {
|
||||
padding: 0.2rem 0 0;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
@include tablet {
|
||||
flex-direction: column;
|
||||
|
||||
span {
|
||||
position: relative;
|
||||
width: 7.2rem;
|
||||
@@ -4802,6 +4818,7 @@
|
||||
background: none;
|
||||
border: 1px solid #b2b8bd;
|
||||
border-radius: 0.8rem;
|
||||
|
||||
&:before {
|
||||
content: "";
|
||||
display: block;
|
||||
@@ -4815,6 +4832,7 @@
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
strong {
|
||||
padding: 0;
|
||||
font-size: 1.6rem;
|
||||
@@ -4846,8 +4864,10 @@
|
||||
&.mickey {
|
||||
padding-top: 0;
|
||||
background: #fff;
|
||||
|
||||
.tab-box {
|
||||
padding-top: 0;
|
||||
|
||||
.discover-area {
|
||||
padding: 4rem 0 0;
|
||||
background: url(../images/kia/pdp/display_theme_mickey/bg_design_m.jpg) no-repeat center top / 100% auto;
|
||||
@@ -4856,10 +4876,13 @@
|
||||
padding: 12rem 0;
|
||||
background: url(../images/kia/pdp/display_theme_mickey/bg_design.jpg) no-repeat center top / 192rem auto;
|
||||
}
|
||||
> .comp_top {
|
||||
|
||||
>.comp_top {
|
||||
padding-bottom: 0;
|
||||
|
||||
h3 {
|
||||
margin-bottom: 4.8rem;
|
||||
|
||||
@include tablet {
|
||||
margin-bottom: 8rem;
|
||||
}
|
||||
@@ -4868,11 +4891,14 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.pixar {
|
||||
padding-top: 0;
|
||||
background: #fff;
|
||||
|
||||
.tab-box {
|
||||
padding-top: 0;
|
||||
|
||||
.discover-area {
|
||||
padding: 4rem 0 0;
|
||||
background: url(../images/kia/pdp/display_theme_mickey/pixar/bg_design_m.jpg) no-repeat center top / 100% auto;
|
||||
@@ -4881,13 +4907,17 @@
|
||||
padding: 12rem 0;
|
||||
background: url(../images/kia/pdp/display_theme_mickey/pixar/bg_design.jpg) no-repeat center top / 192rem auto;
|
||||
}
|
||||
> .comp_top {
|
||||
|
||||
>.comp_top {
|
||||
padding-bottom: 0;
|
||||
|
||||
h3 {
|
||||
margin-bottom: 4.8rem;
|
||||
|
||||
@include tablet {
|
||||
margin-bottom: 8rem;
|
||||
}
|
||||
|
||||
&.color-000 {
|
||||
color: #000;
|
||||
}
|
||||
@@ -4939,7 +4969,7 @@
|
||||
position: sticky;
|
||||
top: 5.6rem;
|
||||
z-index: 10;
|
||||
padding: 2.4rem 2rem;
|
||||
padding: 1.6rem 2rem;
|
||||
background: transparent;
|
||||
backdrop-filter: blur(1.2rem);
|
||||
|
||||
@@ -5072,6 +5102,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.active {
|
||||
.tab-btn {
|
||||
@include tablet {
|
||||
@@ -5108,6 +5139,7 @@
|
||||
|
||||
.index-area {
|
||||
padding: 0 2rem 6rem;
|
||||
|
||||
@include tablet {
|
||||
padding: 0 0 10rem;
|
||||
}
|
||||
@@ -5165,9 +5197,11 @@
|
||||
font-weight: 600;
|
||||
color: #fff;
|
||||
line-height: 1.25;
|
||||
|
||||
&.color-000 {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
@include tablet {
|
||||
font-size: 2.4rem;
|
||||
}
|
||||
@@ -5179,9 +5213,11 @@
|
||||
color: #fff;
|
||||
line-height: 1.55;
|
||||
letter-spacing: -0.025em;
|
||||
|
||||
&.color-000 {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
@include tablet {
|
||||
margin-top: 1.4rem;
|
||||
font-size: 1.6rem;
|
||||
@@ -5206,30 +5242,36 @@
|
||||
&.comp_body {
|
||||
.text_area {
|
||||
margin-top: 11.4rem;
|
||||
|
||||
@include tablet {
|
||||
margin-top: 13.7rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.comp_body {
|
||||
.text_area {
|
||||
margin-top: 11.4rem;
|
||||
|
||||
@include tablet {
|
||||
margin-top: 13.7rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.available-theme {
|
||||
@include tablet {
|
||||
min-height: auto;
|
||||
}
|
||||
|
||||
.list {
|
||||
padding: 0.6rem 2rem 5.6rem;
|
||||
|
||||
@include tablet {
|
||||
padding-top: 4.8rem;
|
||||
}
|
||||
|
||||
ul {
|
||||
li {
|
||||
aspect-ratio: 156 / 184;
|
||||
@@ -5239,11 +5281,13 @@
|
||||
height: 31.2rem;
|
||||
aspect-ratio: inherit;
|
||||
}
|
||||
|
||||
&.more {
|
||||
strong {
|
||||
.speech-bubble {
|
||||
top: -5.4rem;
|
||||
transform: translateX(35%);
|
||||
|
||||
@include tablet {
|
||||
top: -7.8rem;
|
||||
transform: translateX(-20%);
|
||||
@@ -5257,6 +5301,7 @@
|
||||
width: 20rem;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
strong {
|
||||
@include tablet {
|
||||
text-align: center;
|
||||
@@ -5267,23 +5312,28 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.discover-epic-design {
|
||||
.tab-wrap {
|
||||
@include tablet {
|
||||
padding-top: 6.4rem;
|
||||
}
|
||||
|
||||
.tab-box {
|
||||
padding-top: 0;
|
||||
margin-top: 0;
|
||||
|
||||
@include tablet {
|
||||
margin-top: 6.4rem;
|
||||
}
|
||||
}
|
||||
|
||||
.tab-menu {
|
||||
@include tablet {
|
||||
// padding: 8rem 2rem 6.4rem;
|
||||
padding: 1.6rem 2rem 1.6rem;
|
||||
}
|
||||
|
||||
.btn-select {
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
@@ -5325,9 +5375,11 @@
|
||||
|
||||
ul {
|
||||
background-color: #f2f4f6;
|
||||
|
||||
@include tablet {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
li {
|
||||
.tab-btn {
|
||||
display: flex;
|
||||
@@ -5351,9 +5403,11 @@
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&.active {
|
||||
.tab-btn {
|
||||
color: #05141f;
|
||||
|
||||
@include tablet {
|
||||
color: #fff;
|
||||
}
|
||||
@@ -5362,10 +5416,12 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.text_area {
|
||||
margin-top: 1.6rem;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
p {
|
||||
.add {
|
||||
color: #acacac;
|
||||
@@ -5393,7 +5449,7 @@
|
||||
|
||||
.welcome-goodbye {
|
||||
.image_area {
|
||||
& + .image_area {
|
||||
&+.image_area {
|
||||
margin-top: 0.4rem;
|
||||
|
||||
@include tablet {
|
||||
@@ -5454,12 +5510,15 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.inner {
|
||||
position: relative;
|
||||
padding-left: 1.8rem;
|
||||
|
||||
@include tablet {
|
||||
padding-left: 3.6rem;
|
||||
}
|
||||
|
||||
&:before {
|
||||
content: "";
|
||||
display: block;
|
||||
@@ -5471,6 +5530,7 @@
|
||||
width: 0.6rem;
|
||||
// height: 5rem;
|
||||
background: #ea0029;
|
||||
|
||||
@include tablet {
|
||||
width: 1.2rem;
|
||||
height: 10rem;
|
||||
@@ -5525,7 +5585,7 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
& + li {
|
||||
&+li {
|
||||
margin-top: 3.7rem;
|
||||
|
||||
@include tablet {
|
||||
@@ -5610,10 +5670,12 @@
|
||||
background-size: 5.1rem auto;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
&::before {
|
||||
content: "2";
|
||||
left: auto;
|
||||
right: 0;
|
||||
|
||||
@include tablet {
|
||||
left: 0;
|
||||
right: auto;
|
||||
@@ -5644,6 +5706,7 @@
|
||||
background-position: 0 0;
|
||||
background-size: 4.9rem auto;
|
||||
}
|
||||
|
||||
&::before {
|
||||
content: "3";
|
||||
}
|
||||
@@ -5893,34 +5956,42 @@
|
||||
.list {
|
||||
padding: 3rem 2rem 3.8rem;
|
||||
background: url(../images/kia/pdp/display_theme_mickey/union-top.png) no-repeat center bottom / auto 1.46rem;
|
||||
|
||||
@include tablet {
|
||||
padding: 7.2rem 2rem 9.9rem;
|
||||
background-size: 100% auto;
|
||||
}
|
||||
}
|
||||
|
||||
h3 {
|
||||
padding: 4rem 2rem;
|
||||
background: #fff;
|
||||
box-shadow: 0px 0px 16px 0px #0000001f;
|
||||
|
||||
@include tablet {
|
||||
height: 23.4rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.swiper-navigation {
|
||||
display: none !important;
|
||||
|
||||
@include tablet {
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
|
||||
.swiper-button-next,
|
||||
.swiper-button-prev {
|
||||
position: absolute !important;
|
||||
}
|
||||
|
||||
.swiper-slide-frozen {
|
||||
.text_area {
|
||||
margin-top: 7.2rem;
|
||||
|
||||
@include tablet {
|
||||
margin-top: 14rem;
|
||||
}
|
||||
@@ -6028,4 +6099,4 @@
|
||||
text-indent: -9999em;
|
||||
background: url(../images/kia/pdp/display_theme_disney/btn_zoom_close.png) no-repeat 0 0 / 100% auto;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user