|
@ -12,7 +12,7 @@ |
|
|
|
|
|
|
|
|
<script setup> |
|
|
<script setup> |
|
|
import Header from '@/components/Header' |
|
|
import Header from '@/components/Header' |
|
|
import Arrow from '@/static/img/jiantou.png' |
|
|
|
|
|
|
|
|
import Arrow from '@/static/img/index/jiantou.png' |
|
|
const toNextPage = () => { |
|
|
const toNextPage = () => { |
|
|
document.getElementById('about_us').scrollIntoView({ |
|
|
document.getElementById('about_us').scrollIntoView({ |
|
|
behavior: 'smooth', |
|
|
behavior: 'smooth', |
|
@ -25,7 +25,7 @@ const toNextPage = () => { |
|
|
position: relative; |
|
|
position: relative; |
|
|
width: 100vw; |
|
|
width: 100vw; |
|
|
height: 100vh; |
|
|
height: 100vh; |
|
|
background: url(../static/img/1.png) no-repeat; |
|
|
|
|
|
|
|
|
background: url(../static/img/index/1.png) no-repeat; |
|
|
background-size: 100% 100%; |
|
|
background-size: 100% 100%; |
|
|
.main_title { |
|
|
.main_title { |
|
|
font-size: 76px; |
|
|
font-size: 76px; |
|
|