作者 zhangwei
1 个管道 的构建 通过 耗费 0 秒

修改视频

... ... @@ -127,6 +127,14 @@
<script src="__TMPL__/public/assets/js/swiper.min.js"></script>
<script src="__TMPL__/public/assets/js/public.js"></script>
<script>
$('.navImg1 img').click(function() {
if ($(this).attr('src') == "__TMPL__/public/assets/images/xx.png") {
$('.fourth_video').css('visibility', 'visible');
} else {
$('.fourth_video').css('visibility', 'hidden');
}
});
// 禁止下载
$('video').bind('contextmenu', function() {
return false;
... ...
... ... @@ -2325,14 +2325,18 @@ body::-webkit-scrollbar {
margin-left: 0.36rem
}
.index_eighteenth_to_left {
width: 35%;
margin: auto;
}
.index_eighteenth_to_left img {
width: 1.86rem;
height: 1.86rem;
width: 100%;
height: 100%;
border-radius: 50%;
}
.index_eighteenth_to_right_one {
/* width: 4.04rem; */
/* height: 0.76rem; */
font-size: 0.30rem;
font-family: PingFang-SC-Heavy;
font-weight: 800;
... ...