|
|
@@ -1,90 +1,86 @@
|
|
|
<template>
|
|
|
-<div class="container-fuild">
|
|
|
-<div class="row">
|
|
|
<div class="serve">
|
|
|
<div class="imgs">
|
|
|
<img src=".//images//u136.jpg" alt="服务">
|
|
|
<p>做你创业路上的</p>
|
|
|
<h4>技术合伙人</h4>
|
|
|
</div>
|
|
|
- <div class="first">
|
|
|
- <div class="col-md-12 tit">
|
|
|
- <h3>主营业务</h3>
|
|
|
- </div>
|
|
|
- <div class="work col-md-12">
|
|
|
- <div class="work1">
|
|
|
- <div class="img col-md-1">
|
|
|
- <img :src="workImg1">
|
|
|
- </div>
|
|
|
- <div class="title col-md-1"><p>{{title1}}</p> </div>
|
|
|
- <div class="job col-md-10">
|
|
|
- <ul>
|
|
|
- <li v-for="(work1,index) in works1" :key="index">{{work1}}</li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
+ <div id="content">
|
|
|
+ <div class="first">
|
|
|
+ <div class="tit">
|
|
|
+ <h3>主营业务</h3>
|
|
|
</div>
|
|
|
- <div class="work1">
|
|
|
- <div class="img col-md-1">
|
|
|
- <img :src="workImg2">
|
|
|
- </div>
|
|
|
- <div class="title col-md-1"><p>{{title2}}</p> </div>
|
|
|
- <div class="job col-md-10">
|
|
|
- <ul>
|
|
|
- <li v-for="(work2,index) in works2" :key="index">{{work2}}</li>
|
|
|
- </ul>
|
|
|
+ <div class="work">
|
|
|
+ <div class="work1">
|
|
|
+ <div class="img">
|
|
|
+ <img :src="workImg1">
|
|
|
+ </div>
|
|
|
+ <div class="title"><p>{{title1}}</p> </div>
|
|
|
+ <div class="job">
|
|
|
+ <ul>
|
|
|
+ <li v-for="(work1,index) in works1" :key="index">{{work1}}</li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="work1">
|
|
|
- <div class="img col-md-1">
|
|
|
- <img :src="workImg3">
|
|
|
+ <div class="work1">
|
|
|
+ <div class="img">
|
|
|
+ <img :src="workImg2">
|
|
|
+ </div>
|
|
|
+ <div class="title"><p>{{title2}}</p></div>
|
|
|
+ <div class="job">
|
|
|
+ <ul>
|
|
|
+ <li v-for="(work2,index) in works2" :key="index">{{work2}}</li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="title col-md-1"><p>{{title3}}</p> </div>
|
|
|
- <div class="job col-md-10">
|
|
|
- <ul>
|
|
|
- <li v-for="(work3,index) in works3" :key="index">{{work3}}</li>
|
|
|
- </ul>
|
|
|
+ <div class="work1">
|
|
|
+ <div class="img">
|
|
|
+ <img :src="workImg3">
|
|
|
+ </div>
|
|
|
+ <div class="title"><p>{{title3}}</p> </div>
|
|
|
+ <div class="job">
|
|
|
+ <ul>
|
|
|
+ <li v-for="(work3,index) in works3" :key="index">{{work3}}</li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="second">
|
|
|
- <div class="col-md-12 tit">
|
|
|
- <h3>开发流程</h3>
|
|
|
- </div>
|
|
|
- <div class="process col-md-12">
|
|
|
- <div class="boxs" v-for="(process,index) in process" :key="index" :style="{color:process.color}">
|
|
|
- <div class="glyphicon" :class="process.class"></div>
|
|
|
- <div class="box">
|
|
|
- <div class="circle">
|
|
|
+ <div class="second">
|
|
|
+ <div class="tit">
|
|
|
+ <h3>开发流程</h3>
|
|
|
+ </div>
|
|
|
+ <div class="process">
|
|
|
+ <div class="boxs" v-for="(process,index) in process" :key="index" :style="{color:process.color}">
|
|
|
+ <div class="glyphicon" :class="process.class"></div>
|
|
|
+ <div class="box">
|
|
|
+ <div class="circle">
|
|
|
<div class="size">{{process.title}}</div>
|
|
|
<div class="index">{{index+1}}</div>
|
|
|
</div>
|
|
|
<div class="title">{{process.subhead}}</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="third">
|
|
|
- <div class="col-md-12 tit">
|
|
|
- <h3>产品解决方案</h3>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="methods">
|
|
|
- <ul >
|
|
|
- <li v-for="(method,index) in methods" :key="index" class="col-md-4">
|
|
|
- <img :src="method.img">
|
|
|
- <div >
|
|
|
- <p v-for="(content,index) in method.contents" :key="index"><span>{{content.title}}——</span>{{content.par}}</p>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
+ <div class="third">
|
|
|
+ <div class="tit">
|
|
|
+ <h3>产品解决方案</h3>
|
|
|
+ </div>
|
|
|
+ <div class="methods">
|
|
|
+ <ul >
|
|
|
+ <li v-for="(method,index) in methods" :key="index">
|
|
|
+ <img :src="method.img">
|
|
|
+ <div >
|
|
|
+ <p v-for="(content,index) in method.contents" :key="index"><span>{{content.title}}——</span>{{content.par}}</p>
|
|
|
+ </div>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <home-footer class="col-md-12 col-xs-12">
|
|
|
- </home-footer>
|
|
|
+ </div>
|
|
|
+ <home-footer></home-footer>
|
|
|
</div>
|
|
|
-</div>
|
|
|
-</div>
|
|
|
-
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
@@ -220,6 +216,12 @@ export default {
|
|
|
font-weight: 600;
|
|
|
}
|
|
|
/********************imgs***************************/
|
|
|
+#content{
|
|
|
+ width: 1440px;
|
|
|
+ margin: 0 auto;
|
|
|
+ padding-left: 1%;
|
|
|
+ padding-right: 1%;
|
|
|
+}
|
|
|
/********************主营业务***************************/
|
|
|
.serve .tit{
|
|
|
border-left: 3px solid red;
|
|
|
@@ -231,19 +233,13 @@ export default {
|
|
|
.serve .tit h3{
|
|
|
font-size: 28px
|
|
|
}
|
|
|
-.serve .first{
|
|
|
- padding-left: 5%;
|
|
|
-}
|
|
|
.serve .first .work .work1{
|
|
|
border-top: 1px solid rgb(212, 212, 212);
|
|
|
height: 100px;
|
|
|
line-height: 100px;
|
|
|
}
|
|
|
-.serve .first .work .work2{
|
|
|
- border-bottom: 1px solid rgb(212, 212, 212);
|
|
|
-}
|
|
|
.serve .first .work .work1 .img img{
|
|
|
- width: 40%;
|
|
|
+ width: 60px;
|
|
|
}
|
|
|
.serve .first .work .work1 .title{
|
|
|
color:#0aa99a;
|
|
|
@@ -251,18 +247,29 @@ export default {
|
|
|
}
|
|
|
.serve .first .work .job ul li{
|
|
|
float: left;
|
|
|
- /* text-align: center; */
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- flex-wrap: wrap;
|
|
|
- flex: 1;
|
|
|
font-size: 20px;
|
|
|
width: 15%;
|
|
|
}
|
|
|
+.work1{
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+}
|
|
|
+.work1 .img{
|
|
|
+ flex: 1
|
|
|
+}
|
|
|
+.work1 .title{
|
|
|
+ flex: 1
|
|
|
+}
|
|
|
+.work1 .job{
|
|
|
+ flex: 10
|
|
|
+}
|
|
|
/* 主营业务的手机端 */
|
|
|
@media screen and (max-width:1026px){
|
|
|
+ #content{
|
|
|
+ width: 800px!important;
|
|
|
+ }
|
|
|
.serve .first .work .work1 .title{
|
|
|
- font-size: 26px;
|
|
|
+ font-size: 20px;
|
|
|
float: left;
|
|
|
}
|
|
|
.serve .first .work .work1 .img img{
|
|
|
@@ -282,22 +289,18 @@ export default {
|
|
|
.serve .first .work .job ul li{
|
|
|
display: flex;
|
|
|
flex: 1;
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 17px;
|
|
|
}
|
|
|
}
|
|
|
.serve .first .work .job ul li:hover{
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
/*********************second开发流程*************************/
|
|
|
-.serve .second{
|
|
|
- padding-left: 5%;
|
|
|
-}
|
|
|
.serve .second .process{
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
flex:1;
|
|
|
- padding-left: 2%;
|
|
|
- padding-right: 4%;
|
|
|
+ padding: 2% 4% 2% 2%;
|
|
|
background: #dddddd;
|
|
|
}
|
|
|
.serve .second .process .boxs{
|
|
|
@@ -309,235 +312,76 @@ export default {
|
|
|
}
|
|
|
.serve .second .process .boxs .glyphicon{
|
|
|
position: absolute;
|
|
|
- top:5.5vw;
|
|
|
- left:-3vw;
|
|
|
+ top:85px;
|
|
|
+ left:-30px;
|
|
|
}
|
|
|
.serve .second .process .boxs .box .circle{
|
|
|
- width: 10vw;
|
|
|
- height: 10vw;
|
|
|
+ width: 150px;
|
|
|
+ height: 150px;
|
|
|
border:1px dashed;
|
|
|
border-radius: 100%;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
- font-size: 30px;
|
|
|
+ font-size: 26px;
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
/* 圆圈里的字体大小 */
|
|
|
-@media screen and (max-width:1600px){
|
|
|
- .serve .second .process .boxs .box .circle{
|
|
|
- font-size: 24px!important;
|
|
|
- }
|
|
|
-}
|
|
|
-@media screen and (max-width:1230px){
|
|
|
- .serve .second .process .boxs .box .circle{
|
|
|
- font-size: 20px!important;
|
|
|
- }
|
|
|
-}
|
|
|
-@media screen and (max-width:1075px){
|
|
|
- .serve .second .process .boxs .box .circle{
|
|
|
- font-size: 16px!important;
|
|
|
- }
|
|
|
-}
|
|
|
.serve .second .process .boxs .box .circle .index{
|
|
|
width: 25px;
|
|
|
height: 25px;
|
|
|
background:#dddddd;
|
|
|
position: absolute;
|
|
|
- bottom: 0px;
|
|
|
+ bottom: -5px;
|
|
|
margin-bottom: -5%;
|
|
|
font-size: 20px;
|
|
|
}
|
|
|
-@media screen and (max-width:1440px){
|
|
|
- .serve .second .process .boxs .box .circle .index{
|
|
|
- margin-bottom: -10%!important;
|
|
|
- }
|
|
|
-}
|
|
|
.serve .second .process .boxs .box .title{
|
|
|
- width: 10vw;
|
|
|
font-size: 20px;
|
|
|
- margin-top: 10px;
|
|
|
-}
|
|
|
-/* 圆圈下面的字体的大小 */
|
|
|
-@media screen and (max-width:1440px){
|
|
|
- .serve .second .process .boxs .box .title{
|
|
|
- font-size: 18px!important;
|
|
|
- }
|
|
|
-}
|
|
|
-@media screen and (max-width:1110px){
|
|
|
- .serve .second .process .boxs .box .title{
|
|
|
- font-size: 14px!important;
|
|
|
- }
|
|
|
-}
|
|
|
-@media screen and (max-width:900px){
|
|
|
-.serve .second .process .boxs .box .circle{
|
|
|
- width: 18vw;
|
|
|
- height: 18vw;
|
|
|
- border:1px dashed;
|
|
|
- border-radius: 100%;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
- font-size: 30px!important;
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-.serve .second .process .boxs .glyphicon{
|
|
|
- position: absolute;
|
|
|
- top:9.5vw;
|
|
|
- left:-1vw;
|
|
|
-}
|
|
|
-.serve .second .process .boxs .box .title{
|
|
|
- width: 18vw!important;
|
|
|
- font-size: 20px!important;
|
|
|
- margin-top: 20px!important;
|
|
|
+ margin-top: 20px;
|
|
|
+ margin-left: -20px;
|
|
|
}
|
|
|
-}
|
|
|
-@media screen and (max-width:700px){
|
|
|
- .serve .second .process .boxs .box .circle{
|
|
|
- width: 18vw;
|
|
|
- height: 18vw;
|
|
|
- border:1px dashed;
|
|
|
- border-radius: 100%;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
- font-size: 24px!important;
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-}
|
|
|
-@media screen and (max-width:500px){
|
|
|
- .serve .second .process .boxs .box .circle{
|
|
|
- width: 30vw;
|
|
|
- height: 30vw;
|
|
|
+@media screen and (max-width:1026px){
|
|
|
+ .serve .second .process .boxs .box .circle .index{
|
|
|
+ margin-bottom: -8%;
|
|
|
+ font-size: 18px;
|
|
|
+ }
|
|
|
+ .serve .second .process .boxs .box .circle{
|
|
|
+ width: 100px;
|
|
|
+ height: 100px;
|
|
|
border:1px dashed;
|
|
|
border-radius: 100%;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
- font-size: 20px!important;
|
|
|
+ font-size: 18px;
|
|
|
position: relative;
|
|
|
+ }
|
|
|
+ .serve .second .process .boxs .glyphicon{
|
|
|
+ top:60px;
|
|
|
+ left:-12px;
|
|
|
+ font-size: 10px;
|
|
|
+ }
|
|
|
+ .serve .second .process .boxs .box .title{
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
-.serve .second .process .boxs .box .circle .index{
|
|
|
- width: 40px;
|
|
|
- height: 40px;
|
|
|
- background:#dddddd;
|
|
|
- position: absolute;
|
|
|
- margin-bottom: -16%!important;
|
|
|
- font-size: 30px;
|
|
|
- line-height: 40px;
|
|
|
-}
|
|
|
-.serve .second .process .boxs .glyphicon{
|
|
|
- position: absolute;
|
|
|
- top:18vw;
|
|
|
- left:-5vw;
|
|
|
- font-size: 20px;
|
|
|
}
|
|
|
-.serve .second .process .boxs .box .title{
|
|
|
- width: 30vw!important;
|
|
|
- font-size: 20px!important;
|
|
|
- margin-top: 20px!important;
|
|
|
-}
|
|
|
-}
|
|
|
-/* @media screen and (max-width:500px){
|
|
|
- .serve .second .process{
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- flex-wrap: wrap;
|
|
|
- flex:1;
|
|
|
- padding-left: 2%;
|
|
|
- padding-right: 4%;
|
|
|
- background: #dddddd;
|
|
|
-}
|
|
|
-.serve .second .process .boxs{
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- width: 30%;
|
|
|
- padding: 19px;
|
|
|
- position: relative;
|
|
|
-}
|
|
|
- .serve .second .process .boxs .box .circle{
|
|
|
- width: 50vw;
|
|
|
- height: 50vw;
|
|
|
- border:1px dashed;
|
|
|
- border-radius: 100%;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
- font-size: 40px!important;
|
|
|
- position: relative;.serve .second .process .boxs .box .circle{
|
|
|
- width: 50vw;
|
|
|
- height: 50vw;
|
|
|
- border:1px dashed;
|
|
|
- border-radius: 100%;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
- font-size: 40px!important;
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-.serve .second .process .boxs .box .circle .index{
|
|
|
- width: 40px;
|
|
|
- height: 40px;
|
|
|
- background:#dddddd;
|
|
|
- position: absolute;
|
|
|
- margin-bottom: -6%!important;
|
|
|
- font-size: 40px;
|
|
|
- line-height: 40px;
|
|
|
-}
|
|
|
-.serve .second .process .boxs .glyphicon{
|
|
|
- position: absolute;
|
|
|
- top:25vw;
|
|
|
- left:-5vw;
|
|
|
- font-size: 20px;
|
|
|
-}
|
|
|
-.serve .second .process .boxs .box .title{
|
|
|
- width: 50vw!important;
|
|
|
- font-size: 30px!important;
|
|
|
- margin-top: 20px!important;
|
|
|
-}
|
|
|
-} */
|
|
|
/*********************second开发流程*************************/
|
|
|
/*********************third产品解决方案*************************/
|
|
|
-@media screen and (max-width:1026px){
|
|
|
- .third ul li div{
|
|
|
- padding: 5%;
|
|
|
- border: 1px solid black;
|
|
|
- /* min-height:320px; */
|
|
|
- max-height: 600px;
|
|
|
- overflow: auto;
|
|
|
- /* height: 400px!important; */
|
|
|
- height: auto!important;
|
|
|
- margin-bottom: 30px;
|
|
|
- }
|
|
|
- .third img{
|
|
|
- width: 100%;
|
|
|
- max-height: 300px;
|
|
|
- height: auto!important;
|
|
|
- }
|
|
|
- .third p{
|
|
|
- font-size: 32px!important;
|
|
|
- line-height: 70px!important;
|
|
|
- padding-top: 10px;
|
|
|
- margin-bottom: 20px;
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
-.third span{
|
|
|
- font-weight: 600;
|
|
|
- font-size: 34px!important;
|
|
|
-}
|
|
|
-}
|
|
|
-.third{
|
|
|
- padding-left: 5%;
|
|
|
+.third .methods ul{
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
}
|
|
|
.third ul li{
|
|
|
- padding-right: 4%;
|
|
|
+ padding: 0 2%;
|
|
|
+ flex: 1
|
|
|
}
|
|
|
.third ul li div{
|
|
|
padding: 5%;
|
|
|
border: 1px solid black;
|
|
|
- /* min-height:320px; */
|
|
|
- height: 300px;
|
|
|
+ height: 320px;
|
|
|
+ overflow: auto;
|
|
|
}
|
|
|
.third img{
|
|
|
width: 100%;
|
|
|
@@ -555,17 +399,17 @@ export default {
|
|
|
font-weight: 600;
|
|
|
font-size: 22px;
|
|
|
}
|
|
|
-@media screen and (max-width:700px){
|
|
|
-.third p{
|
|
|
- font-size: 38px!important;
|
|
|
- line-height: 80px!important;
|
|
|
-}
|
|
|
-.third span{
|
|
|
- font-size: 40px!important;
|
|
|
-}
|
|
|
-h3{
|
|
|
- font-size: 42px!important;
|
|
|
+@media screen and (max-width:1026px){
|
|
|
+.third ul li{
|
|
|
+ margin: 20px auto;
|
|
|
+ width: 600px;
|
|
|
}
|
|
|
+.third ul li div{
|
|
|
+ padding: 5%;
|
|
|
+ border: 1px solid black;
|
|
|
+ height: 290px;
|
|
|
+ overflow: auto;
|
|
|
+}
|
|
|
}
|
|
|
/*********************third产品解决方案*************************/
|
|
|
</style>
|