-
BINsrc/assets/img/banner/lilun/back1.png
-
BINsrc/assets/img/banner/lilun/biaotitubiao.png
-
BINsrc/assets/img/banner/nation/back.png
-
BINsrc/assets/img/banner/nation/logo.png
-
BINsrc/assets/img/banner/nation/logodi.png
-
BINsrc/assets/img/banner/team/back1.png
-
BINsrc/assets/img/banner/team/back2.png
-
BINsrc/assets/img/banner/team/backyuansu.png
-
23src/components/TopNav/index.vue
-
15src/views/Index/components/HeaderSwiper/SlideFive/index.vue
-
70src/views/Index/components/HeaderSwiper/SlideFour/index.vue
-
19src/views/Index/components/HeaderSwiper/SlideOne/index.vue
-
14src/views/Index/components/HeaderSwiper/SlideThree/index.vue
-
77src/views/Index/components/HeaderSwiper/SlideTwo/index.vue
-
10src/views/Index/components/HeaderSwiper/index.vue
After Width: 1106 | Height: 1080 | Size: 1.1 MiB |
After Width: 151 | Height: 55 | Size: 4.5 KiB |
After Width: 1878 | Height: 1080 | Size: 540 KiB |
After Width: 788 | Height: 278 | Size: 181 KiB |
After Width: 808 | Height: 678 | Size: 280 KiB |
After Width: 1920 | Height: 1080 | Size: 1.6 MiB |
After Width: 3555 | Height: 1080 | Size: 1.7 MiB |
After Width: 280 | Height: 428 | Size: 110 KiB |
@ -1,12 +1,72 @@ |
|||
<template> |
|||
<div class="slide_four">four</div> |
|||
<div class="slide_two title_slide"> |
|||
<div class="main_content"> |
|||
<div class="big_title">复合型<span class="nobold">人才团队</span></div> |
|||
<div class="en">COMPOSITE TEAM</div> |
|||
<div class="btn">跨学科技术专家,全面助力产品研发</div> |
|||
</div> |
|||
<div class="bottom_statement">Product Dream Factory</div> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
export default {} |
|||
<script setup> |
|||
import HeaderPng from '@/assets/img/banner/lilun/biaotitubiao.png' |
|||
</script> |
|||
|
|||
<style scoped lang="scss"> |
|||
.slide_four { |
|||
<style lang="scss" scoped> |
|||
.slide_two { |
|||
width: 100%; |
|||
height: 100%; |
|||
background: url(../../../../../assets/img/banner/team/back2.png) no-repeat; |
|||
background-position: 100%; |
|||
background-size: auto 100%; |
|||
position: relative; |
|||
.main_content { |
|||
position: absolute; |
|||
left: 135px; |
|||
top: 50%; |
|||
transform: translateY(-50%); |
|||
.big_title { |
|||
font-size: 75px; |
|||
font-family: Alibaba PuHuiTi; |
|||
font-weight: bold; |
|||
color: #ffffff; |
|||
margin-bottom: 61px; |
|||
.nobold { |
|||
font-weight: 200; |
|||
font-family: Alibaba-PuHuiTi-L; |
|||
} |
|||
} |
|||
.en { |
|||
font-size: 18px; |
|||
font-family: 'ZonaPro'; |
|||
font-weight: 800; |
|||
color: #ffffff; |
|||
margin-bottom: 62px; |
|||
} |
|||
.btn { |
|||
width: 523px; |
|||
height: 67px; |
|||
background: #ffffff; |
|||
border-radius: 33px; |
|||
font-size: 26px; |
|||
font-family: Alibaba PuHuiTi; |
|||
font-weight: 400; |
|||
color: #2e42ff; |
|||
display: flex; |
|||
align-items: center; |
|||
justify-content: center; |
|||
} |
|||
} |
|||
.bottom_statement { |
|||
position: absolute; |
|||
left: 87px; |
|||
bottom: 75px; |
|||
font-size: 12px; |
|||
font-family: 'ZonaPro'; |
|||
font-weight: 400; |
|||
color: #ffffff; |
|||
letter-spacing: 1px; |
|||
} |
|||
} |
|||
</style> |
@ -1,66 +1,69 @@ |
|||
<template> |
|||
<div class="slide_two title_slide"> |
|||
<div class="main_content"> |
|||
<img |
|||
:src="Design" |
|||
alt="Design" |
|||
class="design_banner animate__animated animate__fadeInDown" |
|||
/> |
|||
<img |
|||
:src="Title" |
|||
alt="Title" |
|||
class="title_banner animate__animated animate__zoomIn" |
|||
/> |
|||
<img :src="Blue" alt="Blue" class="blue" /> |
|||
</div> |
|||
<div class="bottom_statement"> |
|||
<img :src="Factory" alt="design" class="factory" /> |
|||
<img :src="HeaderPng" alt="" class="main_png" /> |
|||
<div class="big_title">理论结合实践</div> |
|||
<div class="btn">专注基础科学 - 培养百名专家团队</div> |
|||
</div> |
|||
<div class="bottom_statement">Product Dream Factory</div> |
|||
</div> |
|||
</template> |
|||
|
|||
<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' |
|||
import HeaderPng from '@/assets/img/banner/lilun/biaotitubiao.png' |
|||
</script> |
|||
|
|||
<style lang="scss" scoped> |
|||
.slide_two { |
|||
width: 100%; |
|||
height: 100%; |
|||
background: url(../../../../../assets/img/banner/team/tuandui.jpg); |
|||
background: url(../../../../../assets/img/banner/lilun/back1.png) no-repeat; |
|||
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; |
|||
left: 111px; |
|||
top: 50%; |
|||
transform: translateY(-50%); |
|||
.main_png { |
|||
width: 151px; |
|||
height: 55px; |
|||
} |
|||
.title_banner { |
|||
width: 690px; |
|||
height: 86px; |
|||
margin-bottom: 58px; |
|||
.big_title { |
|||
margin-top: 50px; |
|||
margin-bottom: 57px; |
|||
font-size: 100px; |
|||
font-family: Alibaba PuHuiTi; |
|||
font-weight: bold; |
|||
color: #000000; |
|||
letter-spacing: 40; |
|||
} |
|||
.blue { |
|||
width: 569px; |
|||
height: 72px; |
|||
.btn { |
|||
width: 473px; |
|||
height: 67px; |
|||
background: linear-gradient(90deg, #4e0cf5, #283fe7); |
|||
border-radius: 33px; |
|||
font-size: 26px; |
|||
font-family: Alibaba PuHuiTi; |
|||
font-weight: 400; |
|||
color: #ffffff; |
|||
display: flex; |
|||
align-items: center; |
|||
justify-content: center; |
|||
} |
|||
} |
|||
.bottom_statement { |
|||
position: absolute; |
|||
left: 87px; |
|||
bottom: 77px; |
|||
.factory { |
|||
width: 165px; |
|||
height: 11px; |
|||
} |
|||
bottom: 75px; |
|||
width: 165px; |
|||
height: 11px; |
|||
font-size: 12px; |
|||
font-family: 'ZonaPro'; |
|||
font-weight: 400; |
|||
color: #646a73; |
|||
letter-spacing: 1px; |
|||
} |
|||
} |
|||
</style> |