Serve.vue 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452
  1. <template>
  2. <div class="container-fuild">
  3. <div class="row">
  4. <div class="serve">
  5. <div class="imgs">
  6. <img src=".//images//u136.jpg" alt="服务">
  7. <p>做你创业路上的</p>
  8. <h4>技术合伙人</h4>
  9. </div>
  10. <div class="first">
  11. <div class="col-md-12 tit">
  12. <h3>主营业务</h3>
  13. </div>
  14. <div class="work col-md-12">
  15. <div class="work1">
  16. <div class="img col-md-1">
  17. <img :src="workImg1">
  18. </div>
  19. <div class="title col-md-1"><p>{{title1}}</p> </div>
  20. <div class="job col-md-10">
  21. <ul>
  22. <li v-for="(work1,index) in works1" :key="index">{{work1}}</li>
  23. </ul>
  24. </div>
  25. </div>
  26. <div class="work1">
  27. <div class="img col-md-1">
  28. <img :src="workImg2">
  29. </div>
  30. <div class="title col-md-1"><p>{{title2}}</p> </div>
  31. <div class="job col-md-10">
  32. <ul>
  33. <li v-for="(work2,index) in works2" :key="index">{{work2}}</li>
  34. </ul>
  35. </div>
  36. </div>
  37. <div class="work1">
  38. <div class="img col-md-1">
  39. <img :src="workImg3">
  40. </div>
  41. <div class="title col-md-1"><p>{{title3}}</p> </div>
  42. <div class="job col-md-10">
  43. <ul>
  44. <li v-for="(work3,index) in works3" :key="index">{{work3}}</li>
  45. </ul>
  46. </div>
  47. </div>
  48. </div>
  49. </div>
  50. <div class="second">
  51. <div class="col-md-12 tit">
  52. <h3>开发流程</h3>
  53. </div>
  54. <div class="process col-md-12">
  55. <div class="boxs col-md-2" v-for="(process,index) in process" :key="index" :style="{color:process.color}">
  56. <div class="top" >
  57. <div class="glyphicon glyphicon-chevron-right"></div>
  58. <div class="box">
  59. <div class="circle">
  60. <div class="size">{{process.title}}</div>
  61. <div class="index">{{index}}</div>
  62. </div>
  63. </div>
  64. </div>
  65. <div class="title">{{process.subhead}}</div>
  66. </div>
  67. </div>
  68. </div>
  69. <div class="third">
  70. <div class="col-md-12 tit">
  71. <h3>产品解决方案</h3>
  72. </div>
  73. <div class="methods">
  74. <ul >
  75. <li v-for="(method,index) in methods" :key="index" class="col-md-4">
  76. <img :src="method.img">
  77. <div >
  78. <p v-for="(content,index) in method.contents" :key="index"><span>{{content.title}}——</span>{{content.par}}</p>
  79. </div>
  80. </li>
  81. </ul>
  82. </div>
  83. </div>
  84. <home-footer class="col-md-12 col-xs-12">
  85. </home-footer>
  86. </div>
  87. </div>
  88. </div>
  89. </template>
  90. <script>
  91. /* eslint-disable */
  92. import HomeFooter from '../components/footer';
  93. import workImg1 from './/images/work1.png';
  94. import workImg2 from './/images/work2.png';
  95. import workImg3 from './/images/work3.png';
  96. import methodImg1 from './images/u147.png';
  97. import methodImg2 from './images/u148.png';
  98. import methodImg3 from './images/u149.png';
  99. export default {
  100. name: 'serve',
  101. data(){
  102. return{
  103. "workImg1":workImg1,
  104. "workImg2":workImg2,
  105. "workImg3":workImg3,
  106. "title1":"技术开发",
  107. "title2":"设计类",
  108. "title3":"其他服务",
  109. "works1":["网站开发","系统开发","APP开发","微信公众号","微信小程序","手机网站"],
  110. "works2":["UI设计","网页设计","画册设计","logo设计"],
  111. "works3":["黑盒测试","需求分析","数据分析","服务器维护","网站维护","系统维护"],
  112. "process":[
  113. {
  114. "title":"项目评估",
  115. "subhead":"评估需求、开发周期、开发成本等",
  116. "color":"orange"
  117. },
  118. {
  119. "title":"立项",
  120. "subhead":"签署合同、充值预付款",
  121. "color":"green"
  122. },
  123. {
  124. "title":"安排工作者",
  125. "subhead":"安排项目经理及其他工作者",
  126. "color":"blue"
  127. },
  128. {
  129. "title":"项目开发",
  130. "subhead":"工作者按需求开发,按时发布工作进度",
  131. "color":"purple"
  132. },
  133. {
  134. "title":"按月结算",
  135. "subhead":"每月初结算上月工作者报酬及平台服务费",
  136. "color":"green"
  137. },
  138. ],
  139. "methods":[
  140. {
  141. "img":methodImg1,
  142. "contents":[
  143. {
  144. "title":"自动售酒机项目",
  145. "par":"自动售酒机项打破传统高端酒销售模式,利用互联网技术结合线下终端硬件,建立一套新零售体系;迎合了新的互联网消费理念,让用户在线下门店能够任意定量购买到大众熟知的高端品牌酒,产品推出后获得众多年轻消费者的追捧。"
  146. }
  147. ]
  148. },
  149. {
  150. "img":methodImg2,
  151. "contents":[
  152. {
  153. "title":"益车宝是",
  154. "par":"自动售酒机项打破传统高端酒销售模式,利用互联网技术结合线下终端硬件,建立一套新零售体系;迎合了新的互联网消费理念,让用户在线下门店能够任意定量购买到大众熟知的高端品牌酒,产品推出后获得众多年轻消费者的追捧。"
  155. }
  156. ]
  157. },
  158. {
  159. "img":methodImg3,
  160. "contents":[
  161. {
  162. "title":"股票自动交易系统",
  163. "par":"将股票买卖的实盘操作完全交给程序自动完成。"
  164. },
  165. {
  166. "title":"汽车行业互联网舆情监控系统",
  167. "par":"已服务广汽丰田和江淮汽车。"
  168. }
  169. ]
  170. }
  171. ]
  172. }
  173. },
  174. components:{
  175. HomeFooter
  176. }
  177. }
  178. </script>
  179. <!-- Add "scoped" attribute to limit CSS to this component only -->
  180. <style scoped>
  181. /************************************整体样式********************************************/
  182. *{
  183. margin: 0px;
  184. padding: 0px;
  185. list-style: none;
  186. }
  187. /************************************整体样式********************************************/
  188. /************************************主体样式********************************************/
  189. /********************imgs***************************/
  190. .serve .imgs{
  191. width: 100%;
  192. position: relative;
  193. }
  194. .serve .imgs img{
  195. width: 100%;
  196. max-height: 400px;
  197. }
  198. .serve .imgs p{
  199. font-size: 40px;
  200. color: #999;
  201. position: absolute;
  202. left: 25%;
  203. top: 35%;
  204. font-weight: 600;
  205. }
  206. .serve .imgs h4{
  207. font-size: 50px;
  208. color: white;
  209. position: absolute;
  210. left: 45%;
  211. top: 55%;
  212. font-weight: 600;
  213. }
  214. /********************imgs***************************/
  215. /********************主营业务***************************/
  216. .serve .tit{
  217. border-left: 3px solid red;
  218. margin-top: 40px;
  219. margin-bottom: 40px;
  220. text-align: left;
  221. padding-left: 3%;
  222. }
  223. .serve .tit h3{
  224. font-size: 28px
  225. }
  226. .serve .first{
  227. padding-left: 5%;
  228. }
  229. .serve .first .work .work1{
  230. border-top: 1px solid rgb(212, 212, 212);
  231. height: 100px;
  232. line-height: 100px;
  233. }
  234. .serve .first .work .work2{
  235. border-bottom: 1px solid rgb(212, 212, 212);
  236. }
  237. .serve .first .work .work1 .img img{
  238. width: 40%;
  239. }
  240. .serve .first .work .work1 .title{
  241. color:#0aa99a;
  242. font-size: 20px;
  243. }
  244. .serve .first .work .job ul li{
  245. float: left;
  246. /* text-align: center; */
  247. display: flex;
  248. justify-content: center;
  249. flex-wrap: wrap;
  250. flex: 1;
  251. font-size: 20px;
  252. width: 15%;
  253. }
  254. /* 主营业务的手机端 */
  255. @media screen and (max-width:1026px){
  256. .serve .first .work .work1 .title{
  257. font-size: 24px;
  258. float: left;
  259. }
  260. .serve .first .work .work1 .img img{
  261. display: none;
  262. }
  263. .serve .first .work .work1{
  264. display: flex;
  265. flex-direction: row;
  266. flex-wrap: wrap;
  267. }
  268. .serve .first .work .work1 .title{
  269. flex:2;
  270. }
  271. .serve .first .work .work1 .job{
  272. flex:10
  273. }
  274. .serve .first .work .job ul li{
  275. /* float: left; */
  276. display: flex;
  277. flex: 1;
  278. font-size: 20px;
  279. }
  280. }
  281. .serve .first .work .job ul li:hover{
  282. cursor: pointer;
  283. }
  284. /*********************second开发流程*************************/
  285. @media screen and (max-width:1100px){
  286. .serve .second{
  287. padding-left: 0;
  288. }
  289. .serve .second .process .boxs .box .circle .size{
  290. font-size: 18px;
  291. }
  292. .serve .second .process .boxs .box .circle .index{
  293. position: absolute;
  294. display: flex;
  295. align-items: center;
  296. bottom: -2%;
  297. left:50%;
  298. margin-left: -5%;
  299. background: rgb(245, 245,245,1);
  300. width:10%;
  301. font-size: 14px;
  302. text-align: center;
  303. }
  304. .serve .second .process .boxs .title{
  305. padding-left: 20%;
  306. margin-top: 20px;
  307. font-size: 20px;
  308. display: flex;
  309. justify-items: center;
  310. align-items: centers;
  311. font-size: 16px!important;
  312. }
  313. .serve .second .process .boxs .box .circle{
  314. display: flex;
  315. justify-content: center;
  316. align-items: center;
  317. width: 20vw!important;
  318. height: 20vw!important;
  319. /* margin-left: -2%; */
  320. border-radius: 100%;
  321. border: 1px dashed;
  322. position: relative;
  323. }
  324. }
  325. .serve .second{
  326. padding-left: 5%;
  327. }
  328. .serve .second .process{
  329. display: flex;
  330. flex: 1;
  331. flex-direction: row;
  332. }
  333. .serve .second .process .boxs{
  334. display: flex;
  335. flex-direction: column;
  336. align-items: center;
  337. flex-wrap: wrap;
  338. padding: 1%;
  339. background:rgb(245,245,245);
  340. }
  341. .serve .second .process .boxs .top{
  342. width: 100%;
  343. height: 200px;
  344. display: flex;
  345. flex-direction:row;
  346. justify-content: space-between;
  347. align-items: center;
  348. }
  349. .serve .second .process .boxs:first-child .glyphicon{
  350. display: none;
  351. }
  352. .serve .second .process .boxs:first-child .top{
  353. display: flex;
  354. justify-content: flex-end;
  355. margin-left: -5%
  356. }
  357. .serve .second .process .boxs .box .circle{
  358. display: flex;
  359. justify-content: center;
  360. align-items: center;
  361. width: 10vw;
  362. height: 10vw;
  363. margin-left: -2%;
  364. border-radius: 100%;
  365. border: 1px dashed;
  366. position: relative;
  367. font-size: 24px;
  368. }
  369. .serve .second .process .boxs .box .circle .index{
  370. position: absolute;
  371. display: flex;
  372. align-items: center;
  373. bottom: -8%;
  374. left:50%;
  375. margin-left: -5%;
  376. background: rgb(245, 245,245,1);
  377. width:10%;
  378. font-size: 20px;
  379. text-align: center;
  380. }
  381. .serve .second .process .boxs .title{
  382. padding-left: 20%;
  383. margin-top: 20px;
  384. font-size: 20px;
  385. display: flex;
  386. justify-items: center;
  387. align-items: centers
  388. }
  389. /*********************second开发流程*************************/
  390. /*********************third产品解决方案*************************/
  391. @media screen and (max-width:1026px){
  392. .third ul li div{
  393. padding: 5%;
  394. border: 1px solid black;
  395. /* min-height:320px; */
  396. /* height: 400px!important; */
  397. height: auto!important;
  398. margin-bottom: 30px;
  399. }
  400. .third img{
  401. width: 100%;
  402. /* max-height: 300px; */
  403. height: auto!important;
  404. }
  405. .third p{
  406. font-size: 32px!important;
  407. line-height: 70px!important;
  408. padding-top: 10px;
  409. margin-bottom: 20px;
  410. text-align: left;
  411. }
  412. .third span{
  413. font-weight: 600;
  414. font-size: 34px!important;
  415. }
  416. }
  417. .third{
  418. padding-left: 5%;
  419. }
  420. .third ul li{
  421. padding-right: 4%;
  422. }
  423. .third ul li div{
  424. padding: 5%;
  425. border: 1px solid black;
  426. /* min-height:320px; */
  427. height: 300px;
  428. }
  429. .third img{
  430. width: 100%;
  431. max-height: 300px;
  432. height: 200px;
  433. }
  434. .third p{
  435. font-size: 18px;
  436. line-height: 40px;
  437. padding-top: 10px;
  438. margin-bottom: 20px;
  439. text-align: left;
  440. }
  441. .third span{
  442. font-weight: 600;
  443. font-size: 22px;
  444. }
  445. /*********************third产品解决方案*************************/
  446. </style>