6 changed files with 148 additions and 35 deletions
-
0src/assets/img/banner/team/composite.png
-
38src/views/Index/components/HeaderSwiper/SlideOne/index.vue
-
54src/views/Index/components/HeaderSwiper/SlideThree/index.vue
-
54src/views/Index/components/HeaderSwiper/SlideTwo/index.vue
-
37src/views/Index/components/HeaderSwiper/index.vue
Before Width: 395 | Height: 37 | Size: 2.3 KiB After Width: 395 | Height: 37 | Size: 2.3 KiB |
@ -1,12 +1,58 @@ |
|||
<template> |
|||
<div class="slide_three">three</div> |
|||
<div class="slide_three title_slide"> |
|||
<div class="main_content"> |
|||
<img :src="Design" alt="Design" class="design_banner" /> |
|||
<img :src="Title" alt="Title" class="title_banner" /> |
|||
<img :src="Blue" alt="Blue" class="blue" /> |
|||
</div> |
|||
<div class="bottom_statement"> |
|||
<img :src="Factory" alt="design" class="factory" /> |
|||
</div> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
export default {} |
|||
<script setup> |
|||
import Factory from '@/assets/img/banner/factory.png' |
|||
import Design from '@/assets/img/banner/lilun/Practice.png' |
|||
import Title from '@/assets/img/banner/lilun/lilunshijian.png' |
|||
import Blue from '@/assets/img/banner/lilun/zhuanjiatuandui.png' |
|||
</script> |
|||
|
|||
<style scoped lang="scss"> |
|||
<style lang="scss" scoped> |
|||
.slide_three { |
|||
width: 100%; |
|||
height: 100%; |
|||
background: url(../../../../../assets/img/banner/lilun/lilunshijian.jpg); |
|||
background-position: 100%; |
|||
background-size: auto 100%; |
|||
position: relative; |
|||
.main_content { |
|||
position: absolute; |
|||
left: 280px; |
|||
top: 359px; |
|||
.design_banner { |
|||
width: 192px; |
|||
height: 31px; |
|||
margin-bottom: 47px; |
|||
} |
|||
.title_banner { |
|||
width: 593px; |
|||
height: 86px; |
|||
margin-bottom: 57px; |
|||
} |
|||
.blue { |
|||
width: 530px; |
|||
height: 72px; |
|||
} |
|||
} |
|||
.bottom_statement { |
|||
position: absolute; |
|||
left: 87px; |
|||
bottom: 77px; |
|||
.factory { |
|||
width: 165px; |
|||
height: 11px; |
|||
} |
|||
} |
|||
} |
|||
</style> |
@ -1,12 +1,58 @@ |
|||
<template> |
|||
<div class="slide_two">twoi</div> |
|||
<div class="slide_two title_slide"> |
|||
<div class="main_content"> |
|||
<img :src="Design" alt="Design" class="design_banner" /> |
|||
<img :src="Title" alt="Title" class="title_banner" /> |
|||
<img :src="Blue" alt="Blue" class="blue" /> |
|||
</div> |
|||
<div class="bottom_statement"> |
|||
<img :src="Factory" alt="design" class="factory" /> |
|||
</div> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
export default {} |
|||
<script setup> |
|||
import Factory from '@/assets/img/banner/factory.png' |
|||
import Design from '@/assets/img/banner/team/composite.png' |
|||
import Title from '@/assets/img/banner/team/fuhetuandui.png' |
|||
import Blue from '@/assets/img/banner/team/zhuanjia.png' |
|||
</script> |
|||
|
|||
<style scoped lang="scss"> |
|||
<style lang="scss" scoped> |
|||
.slide_two { |
|||
width: 100%; |
|||
height: 100%; |
|||
background: url(../../../../../assets/img/banner/team/tuandui.jpg); |
|||
background-position: 100%; |
|||
background-size: auto 100%; |
|||
position: relative; |
|||
.main_content { |
|||
position: absolute; |
|||
left: 280px; |
|||
top: 359px; |
|||
.design_banner { |
|||
width: 395px; |
|||
height: 37px; |
|||
margin-bottom: 40px; |
|||
} |
|||
.title_banner { |
|||
width: 690px; |
|||
height: 86px; |
|||
margin-bottom: 58px; |
|||
} |
|||
.blue { |
|||
width: 569px; |
|||
height: 72px; |
|||
} |
|||
} |
|||
.bottom_statement { |
|||
position: absolute; |
|||
left: 87px; |
|||
bottom: 77px; |
|||
.factory { |
|||
width: 165px; |
|||
height: 11px; |
|||
} |
|||
} |
|||
} |
|||
</style> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue