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

修改视频

@@ -127,6 +127,14 @@ @@ -127,6 +127,14 @@
127 <script src="__TMPL__/public/assets/js/swiper.min.js"></script> 127 <script src="__TMPL__/public/assets/js/swiper.min.js"></script>
128 <script src="__TMPL__/public/assets/js/public.js"></script> 128 <script src="__TMPL__/public/assets/js/public.js"></script>
129 <script> 129 <script>
  130 + $('.navImg1 img').click(function() {
  131 + if ($(this).attr('src') == "__TMPL__/public/assets/images/xx.png") {
  132 + $('.fourth_video').css('visibility', 'visible');
  133 + } else {
  134 + $('.fourth_video').css('visibility', 'hidden');
  135 + }
  136 + });
  137 +
130 // 禁止下载 138 // 禁止下载
131 $('video').bind('contextmenu', function() { 139 $('video').bind('contextmenu', function() {
132 return false; 140 return false;
@@ -2325,14 +2325,18 @@ body::-webkit-scrollbar { @@ -2325,14 +2325,18 @@ body::-webkit-scrollbar {
2325 margin-left: 0.36rem 2325 margin-left: 0.36rem
2326 } 2326 }
2327 2327
  2328 +.index_eighteenth_to_left {
  2329 + width: 35%;
  2330 + margin: auto;
  2331 +}
  2332 +
2328 .index_eighteenth_to_left img { 2333 .index_eighteenth_to_left img {
2329 - width: 1.86rem;  
2330 - height: 1.86rem; 2334 + width: 100%;
  2335 + height: 100%;
  2336 + border-radius: 50%;
2331 } 2337 }
2332 2338
2333 .index_eighteenth_to_right_one { 2339 .index_eighteenth_to_right_one {
2334 - /* width: 4.04rem; */  
2335 - /* height: 0.76rem; */  
2336 font-size: 0.30rem; 2340 font-size: 0.30rem;
2337 font-family: PingFang-SC-Heavy; 2341 font-family: PingFang-SC-Heavy;
2338 font-weight: 800; 2342 font-weight: 800;