modify the size of slide picture and video background color

This commit is contained in:
sulenn 2019-12-11 15:37:35 +08:00
parent f396f34e24
commit 35e54b408e
1 changed files with 7 additions and 7 deletions

View File

@ -112,28 +112,28 @@
</div>
<div class="fixed-left">
<div class="video_img">
<div class="div-video">
<div class="div-video" style="background: #1D346F;">
<video width="100%" height="100%" controls>
<source class="video" src="./image/西藏/1.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
<source src="movie.ogg" type="video/ogg" style="width: 400px;">
Your browser does not support the video tag.
</video>
</div>
<div class="slider slider_one_big_picture">
<div>
<img class="picture" style="width: 320px;height: 180px;" src="./image/西藏/1.jpg" />
<img class="picture" style="width: 400px;height: 180px;" src="./image/西藏/1.jpg" />
</div>
<div>
<img class="picture" style="width: 320px;height: 180px;" src="./image/西藏/2.jpg" />
<img class="picture" style="width: 400px;height: 180px;" src="./image/西藏/2.jpg" />
</div>
<div>
<img class="picture" style="width: 320px;height: 180px;" src="./image/西藏/3.jpg" />
<img class="picture" style="width: 400px;height: 180px;" src="./image/西藏/3.jpg" />
</div>
<div>
<img class="picture" style="width: 320px;height: 180px;" src="./image/西藏/4.jpg" />
<img class="picture" style="width: 400px;height: 180px;" src="./image/西藏/4.jpg" />
</div>
<div>
<img class="picture" style="width: 320px;height: 180px;" src="./image/西藏/5.jpg" />
<img class="picture" style="width: 400px;height: 180px;" src="./image/西藏/5.jpg" />
</div>
<div class="next_button"></div>
<div class="prev_button"></div>