|
@@ -61,9 +61,14 @@ export default defineComponent({
|
|
|
</script>
|
|
|
<template>
|
|
|
<div class="pageContain">
|
|
|
- <section class="common-bradcrumb-section">
|
|
|
+ <!-- <section class="common-bradcrumb-section">
|
|
|
<banner />
|
|
|
- </section>
|
|
|
+ </section> -->
|
|
|
+ <div class="video-section" style="height:100vh">
|
|
|
+ <banner />
|
|
|
+ <!-- 下拉 -->
|
|
|
+ <span class="go_down" @click="go_down"></span>
|
|
|
+ </div>
|
|
|
<!-- 主体内容 -->
|
|
|
<section v-if="store.state.pageContent.length>0" style="width:100vw;">
|
|
|
<div class="whyUs-section pt-60 pb-60" v-for="(arr,index) in store.state.pageContent"
|