|
|
@ -1,13 +1,5 @@ |
|
|
|
<template> |
|
|
|
<div class="home_screen_container"> |
|
|
|
<!-- <video |
|
|
|
autoplay |
|
|
|
loop |
|
|
|
:src="V1" |
|
|
|
muted |
|
|
|
style="height: 100%; width: 100%; object-fit: cover" |
|
|
|
></video> |
|
|
|
<div class="mask"></div> --> |
|
|
|
<h1 class="main_title"> |
|
|
|
做铁路相关的设备<span class="sign">研发和制造</span> |
|
|
|
</h1> |
|
|
@ -22,7 +14,6 @@ |
|
|
|
</template> |
|
|
|
|
|
|
|
<script setup> |
|
|
|
import V1 from '@/static/a.mp4' |
|
|
|
const toNextPage = () => { |
|
|
|
document.getElementById('about_us').scrollIntoView({ |
|
|
|
behavior: 'smooth', |
|
|
|