update
This commit is contained in:
@@ -362,6 +362,10 @@ watch(() => lotteryShow.value, async (newVal) => {
|
||||
<img src="../assets/images/slogan.webp" alt="slogan">
|
||||
</div>
|
||||
|
||||
<div class="scene-item home-title">
|
||||
<img src="../assets/images/home-title.webp" alt="slogan">
|
||||
</div>
|
||||
|
||||
<!-- fallback 背景图,当视频无法加载时显示 -->
|
||||
<div v-if="videoError || !videoLoaded" class="fallback-background"></div>
|
||||
|
||||
@@ -423,6 +427,11 @@ watch(() => lotteryShow.value, async (newVal) => {
|
||||
width: 76vw;
|
||||
}
|
||||
|
||||
.home-title {
|
||||
width: 72vw;
|
||||
top: 144vw;
|
||||
}
|
||||
|
||||
.main {
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
|
||||
Reference in New Issue
Block a user