미키 한글

This commit is contained in:
2025-09-19 00:10:35 +09:00
parent c8e83f0e36
commit 382e019837
25 changed files with 420 additions and 98 deletions

View File

@@ -2763,7 +2763,7 @@
display: none;
}
.tooltip {
.pdpDetail .tooltip {
display: flex;
align-items: center;
position: absolute;
@@ -2780,7 +2780,7 @@
border-radius: 0.4rem;
background-color: #fff;
}
.tooltip:after {
.pdpDetail .tooltip:after {
content: "";
display: block;
position: absolute;
@@ -2790,7 +2790,7 @@
height: 0.9rem;
background: url("../images/kia/pdp/display_theme/ico_edge.png") no-repeat center/contain;
}
.tooltip .btn-close {
.pdpDetail .tooltip .btn-close {
position: absolute;
top: 1.6rem;
right: 1.6rem;
@@ -4467,6 +4467,16 @@
transform: translateX(-20%);
}
}
.displayThemeDesney.mickey .tab-wrap p .add {
color: #acacac;
}
@media (min-width: 768px) {
.displayThemeDesney.mickey .tab-wrap p .add {
display: block;
font-size: 1.6rem;
margin-top: 0.4rem;
}
}
.displayThemeDesney .image_area {
position: relative;
max-width: 100%;

File diff suppressed because one or more lines are too long

View File

@@ -3074,7 +3074,7 @@
}
}
.tooltip {
.pdpDetail .tooltip {
display: flex;
align-items: center;
position: absolute;
@@ -5090,6 +5090,19 @@
}
}
}
.tab-wrap {
p {
.add {
color: #acacac;
@include tablet {
display: block;
font-size: 1.6rem;
margin-top: 0.4rem;
}
}
}
}
}
.image_area {