提交代码

This commit is contained in:
yiqiuyang
2025-10-15 16:46:35 +08:00
parent 9a01223fc9
commit 502eaff488
36 changed files with 595 additions and 196 deletions

View File

@ -10,7 +10,7 @@ onMounted(() => {})
<div class="page">
<div class="banner">
<video autoplay muted loop>
<source src="/static/images/main/display.mp4" type="video/mp4">
<source src="/static/images/main/display.mp4" type="video/mp4" />
</video>
<div class="banner-link"><span>进入演示系统</span></div>
</div>
@ -38,7 +38,7 @@ onMounted(() => {})
.page {
.banner {
width: 100%;
height: auto;
height: 100%;
position: relative;
background-color: #333333;
&-link {
@ -65,10 +65,10 @@ onMounted(() => {})
color: $white;
}
}
video{
video {
padding: 3px;
width: 100%;
height: 100%;
width: 100%;
height: 100%;
border-radius: 8px;
}
}