워터마크 추가
This commit is contained in:
@@ -3989,14 +3989,23 @@
|
||||
.displayThemeDesney .available-theme .list ul li.more {
|
||||
overflow: visible;
|
||||
position: relative;
|
||||
display: block;
|
||||
width: 100%;
|
||||
aspect-ratio: 320/190;
|
||||
padding: 6.6666666667vw 5.5555555556vw;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
.displayThemeDesney .available-theme .list ul li.more a {
|
||||
padding: 6.6666666667vw 5.5555555556vw;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.displayThemeDesney .available-theme .list ul li.more a {
|
||||
padding: 4.8rem 4rem;
|
||||
}
|
||||
}
|
||||
.displayThemeDesney .available-theme .list ul li.more:before {
|
||||
content: "";
|
||||
display: block;
|
||||
@@ -4010,18 +4019,19 @@
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.displayThemeDesney .available-theme .list ul li.more:before {
|
||||
display: none;
|
||||
width: 61rem;
|
||||
height: 40.5rem;
|
||||
background: url(../images/kia/pdp/display_theme_disney/box_more.png) no-repeat center/auto 100%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.displayThemeDesney .available-theme .list ul li.more {
|
||||
width: 61rem;
|
||||
height: 41.4rem;
|
||||
padding: 6.6rem 5.8rem;
|
||||
margin: -1.8rem 0 0 0;
|
||||
width: 57.4rem;
|
||||
height: 36.9rem;
|
||||
margin: 0 0 0;
|
||||
border-radius: 0;
|
||||
background: url(../images/kia/pdp/display_theme_disney/box_more.png) no-repeat center/auto 100%;
|
||||
box-shadow: none;
|
||||
aspect-ratio: inherit;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1025px) {
|
||||
@@ -4029,11 +4039,6 @@
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1240px) {
|
||||
.displayThemeDesney .available-theme .list ul li.more {
|
||||
margin-left: -1.8rem;
|
||||
}
|
||||
}
|
||||
.displayThemeDesney .available-theme .list ul li.more strong {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user