修改视频

master
cp 2021-12-03 14:54:13 +08:00
parent 237d8fe075
commit efb3661155
2 changed files with 2 additions and 1 deletions

View File

@ -327,6 +327,7 @@ body{
background-repeat: no-repeat;
padding-top: 90px;
position: relative;
filter:drop-shadow(10px 30px 10px rgba(0,0,0,.4));
}
.dance-people .people-img01{
background-image: url(../image/img_05.png);

View File

@ -65,7 +65,7 @@
<!--小纸片氛围js-->
<!--视频灯光-->
<div class="video-bg">
<video loop autoplay muted src="https://bili.scdxtc.cn/video/img-bg.mp4" ></video>
<video loop autoplay muted src="../video/img-bg.mp4" ></video>
</div>
</body>
</html>