|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
<template> |
|
|
|
|
<div class="home"> |
|
|
|
|
<div> |
|
|
|
|
<top :activeIndex="activeIndexs"></top> |
|
|
|
|
<div class="ban"> |
|
|
|
|
<el-carousel height="500px" autoplay> |
|
|
|
@ -125,7 +125,7 @@
|
|
|
|
|
<div class="solutabscontent"> |
|
|
|
|
<div class="left"> |
|
|
|
|
<el-image |
|
|
|
|
style="width: 100%; height: 400px" |
|
|
|
|
style="width: 40vw; height: 400px" |
|
|
|
|
:src="require('@/assets/img/home/content.png')" |
|
|
|
|
></el-image> |
|
|
|
|
</div> |
|
|
|
@ -158,7 +158,6 @@
|
|
|
|
|
<div |
|
|
|
|
class="box-style" |
|
|
|
|
style=" |
|
|
|
|
width: 100%; |
|
|
|
|
height: 730px; |
|
|
|
|
background: #2b2d3a; |
|
|
|
|
padding-top: 60px; |
|
|
|
@ -227,12 +226,7 @@
|
|
|
|
|
<!-- 新闻中心 --> |
|
|
|
|
<div |
|
|
|
|
class="box-style" |
|
|
|
|
style=" |
|
|
|
|
width: 100%; |
|
|
|
|
background: #e5eff9; |
|
|
|
|
padding-top: 60px; |
|
|
|
|
padding-bottom: 40px; |
|
|
|
|
" |
|
|
|
|
style="background: #e5eff9; padding-top: 60px; padding-bottom: 40px" |
|
|
|
|
> |
|
|
|
|
<div class="box-style-box"> |
|
|
|
|
<headline heading="新闻中心" footing="News Center" /> |
|
|
|
@ -271,22 +265,14 @@
|
|
|
|
|
<!-- 合作客户 --> |
|
|
|
|
<div |
|
|
|
|
class="box-style" |
|
|
|
|
style=" |
|
|
|
|
width: 100%; |
|
|
|
|
background: #fff; |
|
|
|
|
padding-top: 60px; |
|
|
|
|
padding-bottom: 40px; |
|
|
|
|
" |
|
|
|
|
style="background: #fff; padding-top: 60px; padding-bottom: 40px" |
|
|
|
|
> |
|
|
|
|
<div class="box-style-box"> |
|
|
|
|
<headline heading="合作客户" footing="Solution" /> |
|
|
|
|
<div class="partner"> |
|
|
|
|
<div class="partner-left"> |
|
|
|
|
<div> |
|
|
|
|
<img |
|
|
|
|
style="width: 100%; height: 400px" |
|
|
|
|
:src="require('@/assets/img/home/hb.png')" |
|
|
|
|
/> |
|
|
|
|
<img :src="require('@/assets/img/home/hb.png')" /> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="partner-right-box"> |
|
|
|
@ -320,8 +306,8 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
data() { |
|
|
|
|
return { |
|
|
|
|
activeIndexs: 0, |
|
|
|
|
solutabsIndex: "1", |
|
|
|
|
activeIndexs: 0, |
|
|
|
|
saas: [ |
|
|
|
|
{ |
|
|
|
|
name: "1", |
|
|
|
@ -579,14 +565,14 @@ export default {
|
|
|
|
|
} |
|
|
|
|
//详情 |
|
|
|
|
.box-style { |
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
|
|
width: 1200px; |
|
|
|
|
margin: 0 auto; |
|
|
|
|
.box-style-box { |
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
|
|
// 工业SaaS平台 |
|
|
|
|
.detail { |
|
|
|
|
width: 70%; |
|
|
|
|
width: 100%; |
|
|
|
|
margin: 0px auto; |
|
|
|
|
padding-bottom: 80px; |
|
|
|
|
display: flex; |
|
|
|
@ -658,7 +644,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
// 解决方案 |
|
|
|
|
.solutabs { |
|
|
|
|
width: 70%; |
|
|
|
|
width: 100%; |
|
|
|
|
margin: 0px auto; |
|
|
|
|
.el-menu-demo { |
|
|
|
|
display: flex; |
|
|
|
|