1차 수정2

This commit is contained in:
hyeonggil
2024-07-16 19:50:57 +09:00
parent f5f0f5cb38
commit 157119ca9d
5 changed files with 10 additions and 14 deletions

View File

@@ -2534,12 +2534,12 @@
transform: translate(-50%, -50%);
width: 8rem;
height: 8rem;
background: url(../images/kia/pdp/display_theme/ico_play.png) no-repeat center / 100% auto;
background: url(../images/kia/contents/ico_play.png) no-repeat center / 100% auto;
text-indent: -9999em;
&.pause {
display: none;
background: url(../images/kia/pdp/display_theme/ico_pause.png) no-repeat center / 100% auto;
background: url(../images/kia/contents/ico_pause.png) no-repeat center / 100% auto;
}
&.play {
@@ -2548,11 +2548,9 @@
}
@media (hover: hover) {
&:hover {
.btn-play.pause {
display: block;
}
&:hover {
.btn-play.pause {
display: block;
}
}
}