Authored by 鲁尚清

【无】门户网站-了解鸿果调整 #1

@@ -373,6 +373,7 @@ textarea:placeholder, @@ -373,6 +373,7 @@ textarea:placeholder,
373 background-position: center bottom; 373 background-position: center bottom;
374 background-size: cover; 374 background-size: cover;
375 padding: 200px; 375 padding: 200px;
  376 + height: calc(100vh);
376 } 377 }
377 .concat-service { 378 .concat-service {
378 position: relative; 379 position: relative;
@@ -380,6 +381,7 @@ textarea:placeholder, @@ -380,6 +381,7 @@ textarea:placeholder,
380 background-position: center bottom; 381 background-position: center bottom;
381 background-size: cover; 382 background-size: cover;
382 padding: 200px; 383 padding: 200px;
  384 + height: calc(100vh);
383 } 385 }
384 386
385 .concat-about { 387 .concat-about {
@@ -2235,6 +2237,9 @@ blockquote:before { @@ -2235,6 +2237,9 @@ blockquote:before {
2235 } 2237 }
2236 } 2238 }
2237 /*lsq 首页调整优化 2022-09-20*/ 2239 /*lsq 首页调整优化 2022-09-20*/
  2240 +.home-banner-section{
  2241 + height:calc(100vh);
  2242 +}
2238 .main-menu .navigation > li > a{ 2243 .main-menu .navigation > li > a{
2239 color:#333; 2244 color:#333;
2240 } 2245 }
@@ -2363,6 +2368,9 @@ blockquote:before { @@ -2363,6 +2368,9 @@ blockquote:before {
2363 background: url('../img/index/compatible-bg.png'); 2368 background: url('../img/index/compatible-bg.png');
2364 background-size: cover; 2369 background-size: cover;
2365 } 2370 }
  2371 +.home-banner-section .owl-carousel .owl-item img{
  2372 + height:auto !important;
  2373 +}
2366 2374
2367 /*ztq 招聘页面样式 2022-09-21*/ 2375 /*ztq 招聘页面样式 2022-09-21*/
2368 .m-1em{ 2376 .m-1em{
@@ -2482,6 +2490,7 @@ blockquote:before { @@ -2482,6 +2490,7 @@ blockquote:before {
2482 display: flex; 2490 display: flex;
2483 align-items: center; 2491 align-items: center;
2484 justify-content: center; 2492 justify-content: center;
  2493 + flex-flow: column;
2485 } 2494 }
2486 .section-title .title-style{ 2495 .section-title .title-style{
2487 color:#ffffff; 2496 color:#ffffff;
@@ -2543,7 +2552,7 @@ blockquote:before { @@ -2543,7 +2552,7 @@ blockquote:before {
2543 } 2552 }
2544 .about-video-bg{ 2553 .about-video-bg{
2545 position: absolute; 2554 position: absolute;
2546 - height: 100%; 2555 + height: 80%;
2547 width: 100%; 2556 width: 100%;
2548 left: 0; 2557 left: 0;
2549 top: 0; 2558 top: 0;
@@ -2694,3 +2703,46 @@ blockquote:before { @@ -2694,3 +2703,46 @@ blockquote:before {
2694 align-items: center; 2703 align-items: center;
2695 justify-content: center; 2704 justify-content: center;
2696 } 2705 }
  2706 +.about-concat{
  2707 + position: relative;
  2708 + width: 100%;
  2709 + flex: 1;
  2710 + display: flex;
  2711 + align-items: center;
  2712 + justify-content: center;
  2713 + flex-flow: column;
  2714 +}
  2715 +.about-concat-bg{
  2716 + position: absolute;
  2717 + height: 100%;
  2718 + width: 100%;
  2719 + left: 0;
  2720 + top: 0;
  2721 + z-index: -1;
  2722 + background: url('../img/about/about-concat-bg.png');
  2723 + background-size: cover;
  2724 +}
  2725 +.about-concat .about-concat-title{
  2726 + color:#fff;
  2727 +}
  2728 +.about-concat-btn{
  2729 + padding: 15px 100px;
  2730 + font-size: 20px;
  2731 + margin-top: 20px;
  2732 + border-radius: 10px;
  2733 + cursor: pointer;
  2734 + background:rgba(255,255,255,.28);
  2735 + color:#ffffff;
  2736 +}
  2737 +.about-concat-btn:hover{
  2738 + background:rgba(255,255,255,.18);
  2739 +
  2740 +}
  2741 +.about-concat-con{
  2742 + position: relative;
  2743 + display: flex;
  2744 + flex-flow: column;
  2745 + justify-content: center;
  2746 + align-items: center;
  2747 +}
  2748 +
@@ -116,7 +116,7 @@ @@ -116,7 +116,7 @@
116 <div class="shape shapeAnimationFour r-5 t-100"> 116 <div class="shape shapeAnimationFour r-5 t-100">
117 <img src="assets/img/shapes/shape3.png" alt="Shape"> 117 <img src="assets/img/shapes/shape3.png" alt="Shape">
118 </div> 118 </div>
119 - <div class="video-section rel"> 119 + <div class="video-section rel pt-40">
120 <div class="container"> 120 <div class="container">
121 <div class="video-wrap"> 121 <div class="video-wrap">
122 <img src="assets/img/video-bg.png" alt="Video BG"> 122 <img src="assets/img/video-bg.png" alt="Video BG">
@@ -178,14 +178,24 @@ @@ -178,14 +178,24 @@
178 <div class="container"> 178 <div class="container">
179 <div class="row wow customFadeInRight delay-0-1s slow"> 179 <div class="row wow customFadeInRight delay-0-1s slow">
180 <div class="col-lg-12 col-md-12"> 180 <div class="col-lg-12 col-md-12">
181 - <div class="title-style">合作流程</div>  
182 - <div class="title-intro pt-30">专业技术顾问,提供一对一服务</div> 181 + <div class="title-style pt-20">合作流程</div>
  182 + <div class="title-intro pt-20">专业技术顾问,提供一对一服务</div>
183 </div> 183 </div>
184 </div> 184 </div>
185 - <div class="about-process pt-80"> 185 + <div class="about-process pt-60">
186 <img src="assets/img/about/hzlc.png"> 186 <img src="assets/img/about/hzlc.png">
187 </div> 187 </div>
188 </div> 188 </div>
  189 + <div class="about-concat mt-10">
  190 + <div class="about-concat-title title-style">魔镜智能监控运维</div>
  191 + <div class="about-concat-con">
  192 + <div class="about-concat-btn" @click="isConcat=!isConcat">
  193 + <span v-if="!isConcat">联系咨询我们</span>
  194 + <span v-if="isConcat">029-89194260</span>
  195 + </div>
  196 + </div>
  197 + <div class="about-concat-bg"></div>
  198 + </div>
189 </section> 199 </section>
190 </div> 200 </div>
191 201
@@ -73,6 +73,8 @@ export default { @@ -73,6 +73,8 @@ export default {
73 } 73 }
74 74
75 } 75 }
  76 + //联系方式是否出现
  77 + let isConcat=Vue.ref(false);
76 Vue.onMounted(() =>{ 78 Vue.onMounted(() =>{
77 if(window.location.hash=='#/about'){ 79 if(window.location.hash=='#/about'){
78 $('.footer-section').hide(); 80 $('.footer-section').hide();
@@ -90,7 +92,8 @@ export default { @@ -90,7 +92,8 @@ export default {
90 culturalData, 92 culturalData,
91 MousewheelFun, 93 MousewheelFun,
92 flag, 94 flag,
93 - i 95 + i,
  96 + isConcat
94 } 97 }
95 98
96 } 99 }
@@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
10 </div> 10 </div>
11 </section> 11 </section>
12 12
13 -<section class=" rel rpt-150 rpb-0 text-center" id="homeBanner"> 13 +<section class="home-banner-section rel rpt-150 rpb-0 text-center" id="homeBanner">
14 <div class="owl-carousel owl-theme owl-loaded"> 14 <div class="owl-carousel owl-theme owl-loaded">
15 <div class="owl-stage-outer owl-height"> 15 <div class="owl-stage-outer owl-height">
16 <div class="owl-stage"> 16 <div class="owl-stage">