수정 중2
This commit is contained in:
@@ -3940,6 +3940,7 @@
|
||||
.displayThemeDesney .available-theme .list ul li a {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
@@ -3987,13 +3988,30 @@
|
||||
}
|
||||
.displayThemeDesney .available-theme .list ul li.more {
|
||||
overflow: visible;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
aspect-ratio: 320/194;
|
||||
aspect-ratio: 320/190;
|
||||
padding: 6.6666666667vw 5.5555555556vw;
|
||||
margin: 0;
|
||||
background: url(../images/kia/pdp/display_theme_disney/box_more_m.png) no-repeat center/auto 100%;
|
||||
border-radius: 7.2222222222vw 0.8rem 7.2222222222vw 0.8rem;
|
||||
box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.1215686275);
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
.displayThemeDesney .available-theme .list ul li.more:before {
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
width: 94.4444444444vw;
|
||||
height: 58.3333333333vw;
|
||||
background: url(../images/kia/pdp/display_theme_disney/box_more_m2.png) no-repeat center/auto 100%;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.displayThemeDesney .available-theme .list ul li.more:before {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.displayThemeDesney .available-theme .list ul li.more {
|
||||
|
||||
Reference in New Issue
Block a user