Showing
9 changed files
with
137 additions
and
56 deletions
@@ -81,7 +81,7 @@ body { | @@ -81,7 +81,7 @@ body { | ||
81 | padding: 0; | 81 | padding: 0; |
82 | font-family:'PingFang SC', 'Open Sans', sans-serif; | 82 | font-family:'PingFang SC', 'Open Sans', sans-serif; |
83 | font-weight: 400; | 83 | font-weight: 400; |
84 | - font-size: 16px; | 84 | + font-size: 14px; |
85 | color: #848484; | 85 | color: #848484; |
86 | line-height: 28px; | 86 | line-height: 28px; |
87 | } | 87 | } |
@@ -1743,7 +1743,7 @@ blockquote:before { | @@ -1743,7 +1743,7 @@ blockquote:before { | ||
1743 | text-transform: capitalize; | 1743 | text-transform: capitalize; |
1744 | } | 1744 | } |
1745 | 1745 | ||
1746 | -.footer-title:after { | 1746 | +/*.footer-title:after { |
1747 | position: absolute; | 1747 | position: absolute; |
1748 | content: ''; | 1748 | content: ''; |
1749 | height: 1px; | 1749 | height: 1px; |
@@ -1751,7 +1751,7 @@ blockquote:before { | @@ -1751,7 +1751,7 @@ blockquote:before { | ||
1751 | left: 0; | 1751 | left: 0; |
1752 | top: 38px; | 1752 | top: 38px; |
1753 | background: #848484; | 1753 | background: #848484; |
1754 | -} | 1754 | +}*/ |
1755 | 1755 | ||
1756 | .footer-widget.links-widget li a { | 1756 | .footer-widget.links-widget li a { |
1757 | color: #ffffff; | 1757 | color: #ffffff; |
@@ -1779,7 +1779,7 @@ blockquote:before { | @@ -1779,7 +1779,7 @@ blockquote:before { | ||
1779 | 1779 | ||
1780 | /* copyright css */ | 1780 | /* copyright css */ |
1781 | .footer-bottom { | 1781 | .footer-bottom { |
1782 | - padding: 55px 0; | 1782 | + padding: 30px 0; |
1783 | text-align: center; | 1783 | text-align: center; |
1784 | } | 1784 | } |
1785 | 1785 | ||
@@ -2539,6 +2539,30 @@ blockquote:before { | @@ -2539,6 +2539,30 @@ blockquote:before { | ||
2539 | background: url('../img/about/know-intro.png'); | 2539 | background: url('../img/about/know-intro.png'); |
2540 | background-size: cover; | 2540 | background-size: cover; |
2541 | } | 2541 | } |
2542 | +.know-intro-bg{ | ||
2543 | + position: absolute; | ||
2544 | + height: 100%; | ||
2545 | + width: 100%; | ||
2546 | + left: 0; | ||
2547 | + top: 0; | ||
2548 | + z-index: -1; | ||
2549 | + background: url('../img/about/know-intro-img.jpg'); | ||
2550 | + background-size: contain; | ||
2551 | + background-repeat: no-repeat; | ||
2552 | + background-position: center; | ||
2553 | +} | ||
2554 | +.culturalValues-bg{ | ||
2555 | + position: absolute; | ||
2556 | + height: 100%; | ||
2557 | + width: 100%; | ||
2558 | + left: 0; | ||
2559 | + top: 0; | ||
2560 | + z-index: -1; | ||
2561 | + background: url('../img/about/cultural-img.jpg'); | ||
2562 | + background-size: contain; | ||
2563 | + background-repeat: no-repeat; | ||
2564 | + background-position: center; | ||
2565 | +} | ||
2542 | .all-height{ | 2566 | .all-height{ |
2543 | height:calc(100vh); | 2567 | height:calc(100vh); |
2544 | } | 2568 | } |
@@ -2632,6 +2656,18 @@ blockquote:before { | @@ -2632,6 +2656,18 @@ blockquote:before { | ||
2632 | background: url('../img/about/partner.png'); | 2656 | background: url('../img/about/partner.png'); |
2633 | background-size: cover; | 2657 | background-size: cover; |
2634 | } | 2658 | } |
2659 | +.partner-img-bg{ | ||
2660 | + position: absolute; | ||
2661 | + height: 100%; | ||
2662 | + width: 100%; | ||
2663 | + left: 0; | ||
2664 | + top: 0; | ||
2665 | + z-index: -1; | ||
2666 | + background: url('../img/about/partner-bg-img.jpg'); | ||
2667 | + background-size: contain; | ||
2668 | + background-repeat: no-repeat; | ||
2669 | + background-position: center; | ||
2670 | +} | ||
2635 | @media (min-width: 996px){ | 2671 | @media (min-width: 996px){ |
2636 | .partner-bg{ | 2672 | .partner-bg{ |
2637 | position: absolute; | 2673 | position: absolute; |
@@ -2907,7 +2943,7 @@ blockquote:before { | @@ -2907,7 +2943,7 @@ blockquote:before { | ||
2907 | background-image:url("../img/services/8.png"); | 2943 | background-image:url("../img/services/8.png"); |
2908 | } | 2944 | } |
2909 | .product-section{ | 2945 | .product-section{ |
2910 | - height: calc(60vh); | 2946 | + /*height: calc(60vh);*/ |
2911 | } | 2947 | } |
2912 | .product-section .product{ | 2948 | .product-section .product{ |
2913 | height:100%; | 2949 | height:100%; |
@@ -3438,3 +3474,44 @@ blockquote:before { | @@ -3438,3 +3474,44 @@ blockquote:before { | ||
3438 | .com-item{ | 3474 | .com-item{ |
3439 | padding:0; | 3475 | padding:0; |
3440 | } | 3476 | } |
3477 | +.recruit-bg{ | ||
3478 | + background: url("../img/concatSecond/banner-con.png"); | ||
3479 | + background-size: cover; | ||
3480 | + position: absolute; | ||
3481 | + height: 100%; | ||
3482 | + width: 100%; | ||
3483 | + left: 0; | ||
3484 | + top: 0; | ||
3485 | + z-index: -1; | ||
3486 | +} | ||
3487 | +.recruit-container{ | ||
3488 | + padding:80px 0; | ||
3489 | +} | ||
3490 | +.recruit-width{ | ||
3491 | + max-width: 996px; | ||
3492 | + margin: auto; | ||
3493 | +} | ||
3494 | +.logo-footer-img{ | ||
3495 | + max-width: 162px; | ||
3496 | +} | ||
3497 | +.code-footer-img{ | ||
3498 | + max-width:130px; | ||
3499 | +} | ||
3500 | +/*992以下的一些样式*/ | ||
3501 | +@media only screen and (max-width: 991px){ | ||
3502 | + .home-banner-section{ | ||
3503 | + padding-top: 0; | ||
3504 | + } | ||
3505 | + .hero-section{ | ||
3506 | + padding-top:90px; | ||
3507 | + } | ||
3508 | + .main-menu .navigation.navigation-white > li > a{ | ||
3509 | + color:#243E63; | ||
3510 | + } | ||
3511 | + .concat-service{ | ||
3512 | + padding:20px; | ||
3513 | + } | ||
3514 | + .cultural-item-l img{ | ||
3515 | + max-width: 225px; | ||
3516 | + } | ||
3517 | +} |
@@ -104,7 +104,7 @@ | @@ -104,7 +104,7 @@ | ||
104 | <!--==================================================================== | 104 | <!--==================================================================== |
105 | Start footer section | 105 | Start footer section |
106 | =====================================================================--> | 106 | =====================================================================--> |
107 | - <footer class="footer-section pt-100"> | 107 | + <footer class="footer-section pt-50"> |
108 | <div class="container"> | 108 | <div class="container"> |
109 | 109 | ||
110 | <div class="row"> | 110 | <div class="row"> |
@@ -116,11 +116,11 @@ | @@ -116,11 +116,11 @@ | ||
116 | <div class="col-sm-4"> | 116 | <div class="col-sm-4"> |
117 | <div class="footer-widget logo-widget mr-35"> | 117 | <div class="footer-widget logo-widget mr-35"> |
118 | <div class="footer-logo"> | 118 | <div class="footer-logo"> |
119 | - <router-link to="/"><img src="assets/img/logo-footer.png" alt="" title=""></router-link> | 119 | + <router-link to="/"><img class="logo-footer-img" src="assets/img/logo-footer.png" alt="" title=""></router-link> |
120 | </div> | 120 | </div> |
121 | <div class="widget-content"> | 121 | <div class="widget-content"> |
122 | <div class="footer-social-icon mt-20 text-center"> | 122 | <div class="footer-social-icon mt-20 text-center"> |
123 | - <img src="assets/img/gzh.jpg" style="width: 175px;" alt="" title=""> | 123 | + <img src="assets/img/gzh.jpg" class="code-footer-img" alt="" title=""> |
124 | </div> | 124 | </div> |
125 | </div> | 125 | </div> |
126 | </div> | 126 | </div> |
@@ -161,7 +161,7 @@ | @@ -161,7 +161,7 @@ | ||
161 | <div class="col-lg-5"> | 161 | <div class="col-lg-5"> |
162 | <div class="row"> | 162 | <div class="row"> |
163 | <!--Footer Column--> | 163 | <!--Footer Column--> |
164 | - <div class="col-sm-5"> | 164 | + <div class="col-sm-5 col-md-4"> |
165 | <div class="footer-widget links-widget"> | 165 | <div class="footer-widget links-widget"> |
166 | <h4 class="footer-title">关于我们</h4> | 166 | <h4 class="footer-title">关于我们</h4> |
167 | <div class="widget-content about-widget-content"> | 167 | <div class="widget-content about-widget-content"> |
@@ -176,19 +176,15 @@ | @@ -176,19 +176,15 @@ | ||
176 | </div> | 176 | </div> |
177 | 177 | ||
178 | <!--Footer Column--> | 178 | <!--Footer Column--> |
179 | - <div class="col-sm-7"> | 179 | + <div class="col-sm-7 col-md-8"> |
180 | <div class="footer-widget info-widget"> | 180 | <div class="footer-widget info-widget"> |
181 | <h4 class="footer-title">联系我们</h4> | 181 | <h4 class="footer-title">联系我们</h4> |
182 | <div class="office-info"> | 182 | <div class="office-info"> |
183 | <ul> | 183 | <ul> |
184 | - <li><i class="flaticon-home"></i>北京电话 <br>010-51726651</li> | ||
185 | - <li><i class="flaticon-placeholder"></i>北京地址 <br> | ||
186 | - 北京市海淀区中关村南大街2号数码大厦B座11层 | ||
187 | - </li> | ||
188 | - <li><i class="flaticon-home"></i>西安电话 <br>029-89194260</li> | ||
189 | - <li><i class="flaticon-placeholder"></i>西安地址 <br> | ||
190 | - 陕西省西安市雁塔区金桥国际18层 | ||
191 | - </li> | 184 | + <li>北京电话:010-51726651</li> |
185 | + <li>西安电话:029-89194260</li> | ||
186 | + <li>地址:北京市海淀区中关村南大街2号数码大厦B座11层</li> | ||
187 | + <li>地址:陕西省西安市雁塔区金桥国际18层</li> | ||
192 | </ul> | 188 | </ul> |
193 | </div> | 189 | </div> |
194 | </div> | 190 | </div> |
@@ -3,7 +3,7 @@ export default { | @@ -3,7 +3,7 @@ export default { | ||
3 | this.pageInit() | 3 | this.pageInit() |
4 | if(window.location.hash.indexOf('#/about')!=-1){ | 4 | if(window.location.hash.indexOf('#/about')!=-1){ |
5 | $('.footer-section').hide(); | 5 | $('.footer-section').hide(); |
6 | - let html=`<section> | 6 | + let html=`<section class="footer-section-con" style="height:auto;"> |
7 | <footer class="footer-section pt-100 footer-section-about">`+$('.footer-section').html()+`</footer> | 7 | <footer class="footer-section pt-100 footer-section-about">`+$('.footer-section').html()+`</footer> |
8 | </section>` | 8 | </section>` |
9 | $('.wrap-container').append(html) | 9 | $('.wrap-container').append(html) |
@@ -16,14 +16,15 @@ | @@ -16,14 +16,15 @@ | ||
16 | 16 | ||
17 | <section class="about-section rel all-height"> | 17 | <section class="about-section rel all-height"> |
18 | <div class="container"> | 18 | <div class="container"> |
19 | - <div class="about-content mr-20 rmr-0 rmb-50 wow customFadeInRight delay-0-2s slow"> | 19 | + <!-- <div class="about-content mr-20 rmr-0 rmb-50 wow customFadeInRight delay-0-2s slow"> |
20 | <div class="section-title mb-35"> | 20 | <div class="section-title mb-35"> |
21 | <span class="title-style">公司简介</span> | 21 | <span class="title-style">公司简介</span> |
22 | </div> | 22 | </div> |
23 | <div class="title-intro color-white">北京鸿果秋实科技有限公司2012年成立,定位于提供4S信息化解决方案的高科技公司:(Software-软件,Service-服务,Solution-解决方案,Sale-销售),公司专注于软件解决方案和整体服务交付领域,已陆续成为税务、社保、财政、通信运营商等行业,IT运维领域的领先者。北京鸿果科技依托“金税三期” 、“互联网+智能化AI+行业应用”的变革时机,充分运用智能化、运维大数据思维,引入AI、算法和业务深度理解,共同打造AIOps生态圈。公司基于多年政府行业的市场、销售、技术、产品经验积累,先后在多省市政府、央企承建了“综合监控管理平台(A-view V1.0)、自动化巡检平台、智能告警算法平台、数据安全运维管理平台、一体化运维大数据管理应用平台(D-viewV1.0)”等,陆续承建了浙江省、新疆、陕西、贵州、天津、吉林、辽宁、内蒙古、宁夏等税务局“金三”重大信息化项目。 目前公司拥有《国家高新企业》《中国信息安全服务集成资质》、《中国信息安全运维资质》、 《软件企业》资质、多项自主的软件著作权,评选为“优秀信息化软件企业合作伙伴”、“专精特新”企业。</div> | 23 | <div class="title-intro color-white">北京鸿果秋实科技有限公司2012年成立,定位于提供4S信息化解决方案的高科技公司:(Software-软件,Service-服务,Solution-解决方案,Sale-销售),公司专注于软件解决方案和整体服务交付领域,已陆续成为税务、社保、财政、通信运营商等行业,IT运维领域的领先者。北京鸿果科技依托“金税三期” 、“互联网+智能化AI+行业应用”的变革时机,充分运用智能化、运维大数据思维,引入AI、算法和业务深度理解,共同打造AIOps生态圈。公司基于多年政府行业的市场、销售、技术、产品经验积累,先后在多省市政府、央企承建了“综合监控管理平台(A-view V1.0)、自动化巡检平台、智能告警算法平台、数据安全运维管理平台、一体化运维大数据管理应用平台(D-viewV1.0)”等,陆续承建了浙江省、新疆、陕西、贵州、天津、吉林、辽宁、内蒙古、宁夏等税务局“金三”重大信息化项目。 目前公司拥有《国家高新企业》《中国信息安全服务集成资质》、《中国信息安全运维资质》、 《软件企业》资质、多项自主的软件著作权,评选为“优秀信息化软件企业合作伙伴”、“专精特新”企业。</div> |
24 | + </div>--> | ||
24 | </div> | 25 | </div> |
25 | - </div> | ||
26 | - <div class="know-intro"></div> | 26 | +<!-- <div class="know-intro"></div>--> |
27 | + <div class="know-intro-bg wow customFadeInRight delay-0-1s slow"></div> | ||
27 | 28 | ||
28 | <div class="shape shapeAnimationFour l-10 t-5"> | 29 | <div class="shape shapeAnimationFour l-10 t-5"> |
29 | <img src="assets/img/shapes/shape4.png" alt="Shape"> | 30 | <img src="assets/img/shapes/shape4.png" alt="Shape"> |
@@ -35,19 +36,19 @@ | @@ -35,19 +36,19 @@ | ||
35 | 36 | ||
36 | <section class="about-section rel text-center"> | 37 | <section class="about-section rel text-center"> |
37 | <div class="container"> | 38 | <div class="container"> |
38 | - <div class="row wow customFadeInRight delay-0-1s slow"> | 39 | + <!-- <div class="row wow customFadeInRight delay-0-1s slow"> |
39 | <div class="col-lg-12 col-md-12 pt-60"> | 40 | <div class="col-lg-12 col-md-12 pt-60"> |
40 | <div class="title-style">鸿果文化价值观及企业目标</div> | 41 | <div class="title-style">鸿果文化价值观及企业目标</div> |
41 | </div> | 42 | </div> |
42 | </div> | 43 | </div> |
43 | <div class="row pt-30 wow"> | 44 | <div class="row pt-30 wow"> |
44 | - <div class="col-lg-3 culturalValues-item" v-for="item in culturalValuesData"> | 45 | + <div class="col-md-6 col-lg-3 culturalValues-item" v-for="item in culturalValuesData"> |
45 | <img :src="item.icon" alt=""> | 46 | <img :src="item.icon" alt=""> |
46 | <div class="culturalValues-title customFadeInRight delay-0-1s slow">{{item.title}}</div> | 47 | <div class="culturalValues-title customFadeInRight delay-0-1s slow">{{item.title}}</div> |
47 | </div> | 48 | </div> |
48 | </div> | 49 | </div> |
49 | <div class="row pt-30 mb-50"> | 50 | <div class="row pt-30 mb-50"> |
50 | - <div :class="['col-lg-4', 'cultural-item'] " v-for="(item,index) in culturalData"> | 51 | + <div :class="['col-md-4', 'cultural-item'] " v-for="(item,index) in culturalData"> |
51 | <div class="cultural-item-l"> | 52 | <div class="cultural-item-l"> |
52 | <img :src="item.bg" alt=""> | 53 | <img :src="item.bg" alt=""> |
53 | <div class="cultural-contain wow customFadeInRight delay-0-1s slow"> | 54 | <div class="cultural-contain wow customFadeInRight delay-0-1s slow"> |
@@ -60,8 +61,9 @@ | @@ -60,8 +61,9 @@ | ||
60 | </div> | 61 | </div> |
61 | 62 | ||
62 | </div> | 63 | </div> |
64 | + </div>--> | ||
63 | </div> | 65 | </div> |
64 | - </div> | 66 | + <div class="culturalValues-bg wow customFadeInRight delay-0-1s slow"></div> |
65 | 67 | ||
66 | <div class="shape shapeAnimationOne l-10 t-0"> | 68 | <div class="shape shapeAnimationOne l-10 t-0"> |
67 | <img src="assets/img/shapes/shape3.png" alt="Shape"> | 69 | <img src="assets/img/shapes/shape3.png" alt="Shape"> |
@@ -141,13 +143,14 @@ | @@ -141,13 +143,14 @@ | ||
141 | 143 | ||
142 | <section class="partner-section pt-100 pb-100"> | 144 | <section class="partner-section pt-100 pb-100"> |
143 | <div class="container"> | 145 | <div class="container"> |
144 | - <div class="row wow customFadeInRight delay-0-1s slow"> | 146 | + <!--<div class="row wow customFadeInRight delay-0-1s slow"> |
145 | <div :class="['partner-con', 'col-lg-3',{'partner-con-center':index==0 || index==3}]" v-for="(item,index) in 4"> | 147 | <div :class="['partner-con', 'col-lg-3',{'partner-con-center':index==0 || index==3}]" v-for="(item,index) in 4"> |
146 | <div class="partner-item" v-for="(itemC,indexC) in 4"><img :src="'assets/img/about/partner/partner-'+item+'-'+itemC+'.png'" alt=""></div> | 148 | <div class="partner-item" v-for="(itemC,indexC) in 4"><img :src="'assets/img/about/partner/partner-'+item+'-'+itemC+'.png'" alt=""></div> |
147 | </div> | 149 | </div> |
150 | + </div>--> | ||
148 | </div> | 151 | </div> |
149 | - </div> | ||
150 | - <div class="partner-bg partner-bg-xs"></div> | 152 | +<!-- <div class="partner-bg partner-bg-xs"></div>--> |
153 | + <div class="partner-img-bg wow customFadeInRight delay-0-1s slow"></div> | ||
151 | <div class="shape shapeAnimationThree b-40 l-10"> | 154 | <div class="shape shapeAnimationThree b-40 l-10"> |
152 | <img src="assets/img/shapes/shape1.png" alt="Shape"> | 155 | <img src="assets/img/shapes/shape1.png" alt="Shape"> |
153 | </div> | 156 | </div> |
@@ -16,6 +16,8 @@ export default { | @@ -16,6 +16,8 @@ export default { | ||
16 | let i=Vue.ref(0); | 16 | let i=Vue.ref(0); |
17 | let MousewheelFun=(e)=>{ | 17 | let MousewheelFun=(e)=>{ |
18 | let hei=$('.wrap-container>section').first().outerHeight(); | 18 | let hei=$('.wrap-container>section').first().outerHeight(); |
19 | + let heiF=$('.footer-section-con').outerHeight(); | ||
20 | + let sectionLength=$('.wrap-container>section').length; | ||
19 | $('.wrap-container section:nth-child('+(i.value+1)+') .wow').removeAttr('style'); | 21 | $('.wrap-container section:nth-child('+(i.value+1)+') .wow').removeAttr('style'); |
20 | // 控制滑动一次 | 22 | // 控制滑动一次 |
21 | if(flag.value){ | 23 | if(flag.value){ |
@@ -35,7 +37,11 @@ export default { | @@ -35,7 +37,11 @@ export default { | ||
35 | if(i.value<7){ | 37 | if(i.value<7){ |
36 | i.value++; | 38 | i.value++; |
37 | flag.value = false; | 39 | flag.value = false; |
38 | - $('.wrap-container').animate({top:-i.value*hei},1000,function(){ | 40 | + let top=-i.value*hei; |
41 | + if(i.value+1==sectionLength){ | ||
42 | + top=-i.value*hei+(hei-heiF); | ||
43 | + } | ||
44 | + $('.wrap-container').animate({top:top},1000,function(){ | ||
39 | flag.value=true; | 45 | flag.value=true; |
40 | }) | 46 | }) |
41 | } | 47 | } |
@@ -47,7 +53,7 @@ export default { | @@ -47,7 +53,7 @@ export default { | ||
47 | } | 53 | } |
48 | // 设置导航的样式 | 54 | // 设置导航的样式 |
49 | let setNavStyle=()=>{ | 55 | let setNavStyle=()=>{ |
50 | - if(i.value==2 || i.value==4 || i.value==6){ | 56 | + if(i.value==1 || i.value==2 || i.value==4 || i.value==6){ |
51 | $('.navigation').removeClass('navigation-white'); | 57 | $('.navigation').removeClass('navigation-white'); |
52 | $('.logo-outer .hg-logo').attr('src','assets/img/logo.png'); | 58 | $('.logo-outer .hg-logo').attr('src','assets/img/logo.png'); |
53 | 59 |
1 | -<section class="hero-section rel rpt-150 rpb-0"> | 1 | +<section class="hero-section rel rpb-0"> |
2 | <div class="shape shapeAnimationOne l-10 t-60"> | 2 | <div class="shape shapeAnimationOne l-10 t-60"> |
3 | <img src="assets/img/shapes/shape1.png" alt="Shape"> | 3 | <img src="assets/img/shapes/shape1.png" alt="Shape"> |
4 | </div> | 4 | </div> |
@@ -32,7 +32,7 @@ | @@ -32,7 +32,7 @@ | ||
32 | </section> | 32 | </section> |
33 | 33 | ||
34 | 34 | ||
35 | -<section class="services-section rel text-center pt-30"> | 35 | +<section class=" rel text-center pt-30"> |
36 | <div class="container"> | 36 | <div class="container"> |
37 | <div class="title-style">技术优势</div> | 37 | <div class="title-style">技术优势</div> |
38 | <div class="title-intro pt-20">以AI激活运维数据智慧,助力客户数字化运维</div> | 38 | <div class="title-intro pt-20">以AI激活运维数据智慧,助力客户数字化运维</div> |
@@ -56,6 +56,15 @@ | @@ -56,6 +56,15 @@ | ||
56 | 56 | ||
57 | </div> | 57 | </div> |
58 | </div> | 58 | </div> |
59 | + | ||
60 | + <div class="shape shapeAnimationOne l-10 t-0"> | ||
61 | + <img src="assets/img/shapes/shape3.png" alt="Shape"> | ||
62 | + </div> | ||
63 | + <div class="shape shapeAnimationTwo t-100 r-5"> | ||
64 | + <img src="assets/img/shapes/shape1.png" alt="Shape"> | ||
65 | + </div> | ||
66 | +</section> | ||
67 | +<section class="rel text-center pt-30 pb-30"> | ||
59 | <div class="container"> | 68 | <div class="container"> |
60 | <div class="row align-items-center pt-30"> | 69 | <div class="row align-items-center pt-30"> |
61 | <div class="col-lg-12"> | 70 | <div class="col-lg-12"> |
@@ -63,12 +72,12 @@ | @@ -63,12 +72,12 @@ | ||
63 | <div class="mb-35"> | 72 | <div class="mb-35"> |
64 | <div class="title-style">魔镜智能运维建设三大原则</div> | 73 | <div class="title-style">魔镜智能运维建设三大原则</div> |
65 | </div> | 74 | </div> |
66 | -<!-- <div class="title-intro">魔镜智能能够通过海量数据处理分析能力和强大的算法支撑能力 | 协助企业灵活构建多样化智能运维场景</div>--> | 75 | + <!-- <div class="title-intro">魔镜智能能够通过海量数据处理分析能力和强大的算法支撑能力 | 协助企业灵活构建多样化智能运维场景</div>--> |
67 | </div> | 76 | </div> |
68 | </div> | 77 | </div> |
69 | </div> | 78 | </div> |
70 | <div class="row principle pt-30"> | 79 | <div class="row principle pt-30"> |
71 | - <div class="col-lg-4 principle-con"> | 80 | + <div class="col-md-4 principle-con"> |
72 | <div class="principle-item"> | 81 | <div class="principle-item"> |
73 | <div class="principle-item-title"> | 82 | <div class="principle-item-title"> |
74 | <span class="num-icon">1</span> | 83 | <span class="num-icon">1</span> |
@@ -77,7 +86,7 @@ | @@ -77,7 +86,7 @@ | ||
77 | <div class="principle-item-intro">从自身运维出发</div> | 86 | <div class="principle-item-intro">从自身运维出发</div> |
78 | </div> | 87 | </div> |
79 | </div> | 88 | </div> |
80 | - <div class="col-lg-4 principle-con"> | 89 | + <div class="col-md-4 principle-con"> |
81 | <div class="principle-item"> | 90 | <div class="principle-item"> |
82 | <div class="principle-item-title"> | 91 | <div class="principle-item-title"> |
83 | <span class="num-icon">2</span> | 92 | <span class="num-icon">2</span> |
@@ -86,7 +95,7 @@ | @@ -86,7 +95,7 @@ | ||
86 | <div class="principle-item-intro">夯实数据处理能力</div> | 95 | <div class="principle-item-intro">夯实数据处理能力</div> |
87 | </div> | 96 | </div> |
88 | </div> | 97 | </div> |
89 | - <div class="col-lg-4 principle-con"> | 98 | + <div class="col-md-4 principle-con"> |
90 | <div class="principle-item"> | 99 | <div class="principle-item"> |
91 | <div class="principle-item-title"> | 100 | <div class="principle-item-title"> |
92 | <span class="num-icon">3</span> | 101 | <span class="num-icon">3</span> |
@@ -98,14 +107,7 @@ | @@ -98,14 +107,7 @@ | ||
98 | </div> | 107 | </div> |
99 | 108 | ||
100 | </div> | 109 | </div> |
101 | - <div class="shape shapeAnimationOne l-10 t-0"> | ||
102 | - <img src="assets/img/shapes/shape3.png" alt="Shape"> | ||
103 | - </div> | ||
104 | - <div class="shape shapeAnimationTwo t-100 r-5"> | ||
105 | - <img src="assets/img/shapes/shape1.png" alt="Shape"> | ||
106 | - </div> | ||
107 | </section> | 110 | </section> |
108 | - | ||
109 | <section class="about-section rel pt-60 pb-70"> | 111 | <section class="about-section rel pt-60 pb-70"> |
110 | <div class="container"> | 112 | <div class="container"> |
111 | <div class="row align-items-center"> | 113 | <div class="row align-items-center"> |
@@ -7,16 +7,13 @@ | @@ -7,16 +7,13 @@ | ||
7 | </div> | 7 | </div> |
8 | </section> | 8 | </section> |
9 | 9 | ||
10 | - | ||
11 | -<section class="rel rpt-150 rpb-0" > | ||
12 | - <img class="recruit-Con" src="assets/img/recruit/bg.png"/> | ||
13 | -</section> | ||
14 | - | ||
15 | - | ||
16 | -<section class="rel" style="top: -170px;"> | ||
17 | - <div class="container clearfix"> | 10 | +<section class="rel clearfix"> |
11 | + <div class="recruit-bg" > | ||
12 | +<!-- <img class="recruit-Con" src="assets/img/concatSecond/banner-con.png"/>--> | ||
13 | + </div> | ||
14 | + <div class="container clearfix recruit-container" > | ||
18 | <!-- <div style="margin: 0 auto;" class="clearfix">--> | 15 | <!-- <div style="margin: 0 auto;" class="clearfix">--> |
19 | - <div class="mr-10 bg-white border float-left p-10 w-70"> | 16 | + <div :class="['mr-10', 'bg-white border', 'p-10', {'recruit-width':recruitHot.data && recruitHot.data.length<=1,'w-70 float-left':recruitHot.data && recruitHot.data.length>1}]"> |
20 | <div class="recruit-box"> | 17 | <div class="recruit-box"> |
21 | <div class="header"> | 18 | <div class="header"> |
22 | <i></i> | 19 | <i></i> |
@@ -53,7 +50,7 @@ | @@ -53,7 +50,7 @@ | ||
53 | <!-- <span class="btn btn-danger mt-25 mb-25 ml-15 d-inline-block min-width-100">现在申请</span>--> | 50 | <!-- <span class="btn btn-danger mt-25 mb-25 ml-15 d-inline-block min-width-100">现在申请</span>--> |
54 | </div> | 51 | </div> |
55 | </div> | 52 | </div> |
56 | - <div class="bg-white border float-left p-10 w-30"> | 53 | + <div class="bg-white border float-left p-10 w-30" v-if="recruitHot.data && recruitHot.data.length>1"> |
57 | <div class="hot-recruit-box"> | 54 | <div class="hot-recruit-box"> |
58 | <div class="header"> | 55 | <div class="header"> |
59 | <i></i> | 56 | <i></i> |
-
Please register or login to post a comment