Browse Source

video

master
maochaoying 2 years ago
parent
commit
e6fb309b9f
  1. BIN
      src/assets/img/web/zuo1.png
  2. 5
      src/views/Index/components/IntroVideo/index.vue
  3. 2
      src/views/Index/components/WebOfThing/index.vue

BIN
src/assets/img/web/zuo1.png

Before

Width: 388  |  Height: 328  |  Size: 14 KiB

After

Width: 347  |  Height: 328  |  Size: 12 KiB

5
src/views/Index/components/IntroVideo/index.vue

@ -10,7 +10,10 @@
<p class="close" @click="cancleDialog">
<img :src="Close" class="img_c" alt="" />
</p>
<Video :videoUrl="Movie" :autoPlay="true" />
<video controls style="width: 100%; height: 100%; object-fit: fill">
<source :src="Movie" />
</video>
<!-- <Video :videoUrl="Movie" :autoPlay="true" /> -->
</div>
</div>
</div>

2
src/views/Index/components/WebOfThing/index.vue

@ -62,7 +62,7 @@ import Project from '@/assets/img/web/zuo1.png'
margin-bottom: 59px;
}
.pro_img {
width: 388px;
width: 347px;
height: 328px;
}
}

Loading…
Cancel
Save