1차 수정2
This commit is contained in:
@@ -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
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BIN
assets/images/kia/contents/ico_pause.png
Normal file
BIN
assets/images/kia/contents/ico_pause.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
BIN
assets/images/kia/contents/ico_play.png
Normal file
BIN
assets/images/kia/contents/ico_play.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
Reference in New Issue
Block a user