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

@@ -2268,20 +2268,18 @@
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;
}
.displayTheme .comp_md.video_wrap .video-area .video .btn-play.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;
}
.displayTheme .comp_md.video_wrap .video-area .video .btn-play.play {
display: block;
}
@media (hover: hover) {
.displayTheme .comp_md.video_wrap .video-area .video:hover .btn-play.pause {
display: block;
}
.displayTheme .comp_md.video_wrap .video-area .video:hover .btn-play.pause {
display: block;
}
@media (max-width: 768px) {
.displayTheme .comp_md.video_wrap .video-area {

File diff suppressed because one or more lines are too long

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;
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB