master
15008401624 2020-12-14 09:02:48 +08:00
parent f82b87600f
commit a5d3c6fbca
1 changed files with 3 additions and 3 deletions

View File

@ -84,9 +84,9 @@ $(function() {
})
})
$('.about-box5 .video-box').click(function(){
$(this).find('i').fadeOut()
$(this).find('video').get(0).play()
$('.about-box5 .video-box i').click(function(){
$(this).fadeOut()
$('.about-box5 .video-box').find('video').get(0).play()
})