Browse Source

build

master
maochaoying 2 years ago
parent
commit
793a3dcc7c
  1. 9
      src/components/HomeScreen.vue

9
src/components/HomeScreen.vue

@ -1,13 +1,5 @@
<template> <template>
<div class="home_screen_container"> <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"> <h1 class="main_title">
做铁路相关的设备<span class="sign">研发和制造</span> 做铁路相关的设备<span class="sign">研发和制造</span>
</h1> </h1>
@ -22,7 +14,6 @@
</template> </template>
<script setup> <script setup>
import V1 from '@/static/a.mp4'
const toNextPage = () => { const toNextPage = () => {
document.getElementById('about_us').scrollIntoView({ document.getElementById('about_us').scrollIntoView({
behavior: 'smooth', behavior: 'smooth',

Loading…
Cancel
Save