hjyd的手机端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

35 lines
761 B

<template>
<div class="home_container">
<Swiper />
<Summarize />
<CaseShow />
<MechanicalDrive />
<AboutUs />
<Track />
<OneStop />
<News />
<Cooperation />
<Awards />
<Bottom />
</div>
</template>
<script setup>
import Swiper from 'cpns/Swiper'
import Summarize from 'cpns/Summarize'
import CaseShow from 'cpns/CaseShow'
import MechanicalDrive from 'cpns/MechanicalDrive'
import AboutUs from 'cpns/AboutUs'
import Track from 'cpns/Track'
import OneStop from 'cpns/OneStop'
import News from 'cpns/News'
import Cooperation from 'cpns/Cooperation'
import Awards from 'cpns/Awards'
import Bottom from 'cpns/Bottom'
</script>
<style lang="scss" scoped>
.home_container {
margin-bottom: $bottom-height;
}
</style>