update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user