This commit is contained in:
yixu
2025-09-15 14:28:19 +08:00
parent 5957191ac0
commit f5f9d7c1a1
8 changed files with 71 additions and 57 deletions

View File

@@ -111,7 +111,7 @@ const handleHaibao = async () => {
</script>
<template>
<div>
<div class="main">
<div class="home-wrapper">
<div class="scene-item item-1">
<img src="../assets/images/go-home-btn.webp" @click="navigateToHome" alt="回到首页">
@@ -216,10 +216,12 @@ const handleHaibao = async () => {
top: initial;
transform: translate3d(-50%,0,0);
}
.main {
height: 100%;
overflow-y: auto;
}
.home-wrapper {
width: 100%;
height: 92vh;
width: 100vw;
background-image: url('../assets/images/img-result-bg.webp');
background-size: cover;
background-repeat: no-repeat;