|
@ -5,13 +5,11 @@ |
|
|
<img :src="BG" class="bg" alt="" /> |
|
|
<img :src="BG" class="bg" alt="" /> |
|
|
<div v-for="item in productList" :key="item.id"> |
|
|
<div v-for="item in productList" :key="item.id"> |
|
|
<div class="main" v-if="parseInt(item.id) - 1 == activeTab"> |
|
|
<div class="main" v-if="parseInt(item.id) - 1 == activeTab"> |
|
|
<img :src="A5" alt="big_img" class="big_img" /> |
|
|
|
|
|
|
|
|
<img :src="item.thumbnail" alt="big_img" class="big_img" /> |
|
|
<div class="content_intro"> |
|
|
<div class="content_intro"> |
|
|
<h2 class="title">线性相机实验平台</h2> |
|
|
|
|
|
|
|
|
<h2 class="title">{{ item.title }}</h2> |
|
|
<p class="feature"> |
|
|
<p class="feature"> |
|
|
功能说明: 6轴5自由度相机测试实验平台 灵活和高精度的调节模组 |
|
|
|
|
|
帮客户缩短项目验证所需要的时间 |
|
|
|
|
|
快速的帮助工程师从环境上优化机器视觉方案 双 x |
|
|
|
|
|
|
|
|
{{ item.desc }} |
|
|
</p> |
|
|
</p> |
|
|
<div class="btn" @click="contactUs"> |
|
|
<div class="btn" @click="contactUs"> |
|
|
<span class="animate__animated animate__backInLeft" |
|
|
<span class="animate__animated animate__backInLeft" |
|
@ -72,21 +70,22 @@ const contactUs = () => { |
|
|
} |
|
|
} |
|
|
.main { |
|
|
.main { |
|
|
flex: 1; |
|
|
flex: 1; |
|
|
padding: 79px 126px 45px 0; |
|
|
|
|
|
|
|
|
padding: 79px 126px 45px 200px; |
|
|
display: flex; |
|
|
display: flex; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
.big_img { |
|
|
.big_img { |
|
|
// width: 893px; |
|
|
// width: 893px; |
|
|
// height: 502px; |
|
|
// height: 502px; |
|
|
width: 719px; |
|
|
|
|
|
height: 811px; |
|
|
|
|
|
|
|
|
width: 350px; |
|
|
|
|
|
height: 411px; |
|
|
} |
|
|
} |
|
|
.content_intro { |
|
|
.content_intro { |
|
|
display: flex; |
|
|
display: flex; |
|
|
flex-direction: column; |
|
|
flex-direction: column; |
|
|
align-items: flex-start; |
|
|
align-items: flex-start; |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
|
|
|
margin-left: 200px; |
|
|
.title { |
|
|
.title { |
|
|
font-size: 26px; |
|
|
font-size: 26px; |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
|