...
|
...
|
@@ -23,7 +23,12 @@ |
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
.fourth_video {
|
|
|
height: 3.6rem;
|
|
|
}
|
|
|
|
|
|
.video_bg {
|
|
|
height: 3.5rem;
|
|
|
background-color: black;
|
|
|
}
|
|
|
</style>
|
...
|
...
|
@@ -157,7 +162,7 @@ |
|
|
|
|
|
function bofang() {
|
|
|
video.play();
|
|
|
$('#video').css('visibility', 'visible');
|
|
|
$('#video').show();
|
|
|
$('.video_poster').hide();
|
|
|
$("#video").attr("controls", "controls");
|
|
|
$(".fourth_video_start").hide();
|
...
|
...
|
@@ -220,7 +225,8 @@ |
|
|
});
|
|
|
$('.star_gall_img li').each(function() {
|
|
|
$(this).click(function() {
|
|
|
$('#video').css('visibility', 'hidden');
|
|
|
$('#video').css('display', 'none');
|
|
|
$('.video_poster').css('visibility', 'visible!important');
|
|
|
});
|
|
|
});
|
|
|
//切换视频
|
...
|
...
|
|