js修改
parent
f82b87600f
commit
a5d3c6fbca
|
@ -84,9 +84,9 @@ $(function() {
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
$('.about-box5 .video-box').click(function(){
|
$('.about-box5 .video-box i').click(function(){
|
||||||
$(this).find('i').fadeOut()
|
$(this).fadeOut()
|
||||||
$(this).find('video').get(0).play()
|
$('.about-box5 .video-box').find('video').get(0).play()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue