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.

32 lines
740 B

3 years ago
<template>
<swiper class="swiper-box" autoplay="true" indicator-dots='true' indicator-color='#B17815' indicator-active-color='#FFB93E' >
<swiper-item>
3 years ago
<image src="https://download.cyjyyjy.com/learnMore1.png"></image>
3 years ago
</swiper-item>
<swiper-item>
3 years ago
<image src="https://download.cyjyyjy.com/learnMore2.png"></image>
3 years ago
</swiper-item>
<swiper-item>
3 years ago
<image src="https://download.cyjyyjy.com/learnMore3.png"></image>
3 years ago
</swiper-item>
<swiper-item>
3 years ago
<image src="https://download.cyjyyjy.com/learnMore4.png"></image>
3 years ago
</swiper-item>
</swiper>
</template>
<script>
</script>
<style>
.swiper-box{
width: 100%;
height: 100vh;
background-color: #070604;
}
.swiper-box image{
width: 100%;
height: 100vh;
}
</style>