Authored by 王涛

Merge branch 'master-500-dev-lushangqing' into 'master-500-dev'

【无】公司网站-样式修改,了解鸿果,移动端 #3



See merge request !1055
@@ -2813,6 +2813,9 @@ blockquote:before { @@ -2813,6 +2813,9 @@ blockquote:before {
2813 .qualification-section .team-carousel .owl-nav button.owl-prev:hover,.qualification-section .team-carousel .owl-nav button.owl-next:hover{ 2813 .qualification-section .team-carousel .owl-nav button.owl-prev:hover,.qualification-section .team-carousel .owl-nav button.owl-next:hover{
2814 box-shadow:0 1px 10px 8px rgba(0, 0, 0, 0.3) ; 2814 box-shadow:0 1px 10px 8px rgba(0, 0, 0, 0.3) ;
2815 } 2815 }
  2816 +.owl-carousel.owl-loaded.team-carousel-sm{
  2817 + display: none;
  2818 +}
2816 .wrap{ 2819 .wrap{
2817 overflow: hidden; 2820 overflow: hidden;
2818 height: calc(100vh); 2821 height: calc(100vh);
@@ -4008,6 +4011,46 @@ blockquote:before { @@ -4008,6 +4011,46 @@ blockquote:before {
4008 } 4011 }
4009 } 4012 }
4010 @media only screen and (max-width: 768px){ 4013 @media only screen and (max-width: 768px){
  4014 + .owl-carousel.owl-loaded.team-carousel-sm{
  4015 + display: block;
  4016 + }
  4017 + .owl-carousel.team-carousel-sm button.owl-dot{
  4018 + background:#f3f5f8;
  4019 + width: 30px;
  4020 + height: 4px;
  4021 + border-radius: 3px;
  4022 + margin:0 6px;
  4023 + }
  4024 + .owl-carousel.team-carousel-sm button.owl-dot.active{
  4025 + background:#e43730;
  4026 + }
  4027 + .qualification-bg,.owl-carousel.owl-loaded.team-carousel{
  4028 + display: none;
  4029 + }
  4030 + .qualification-con{
  4031 + left:0;
  4032 + }
  4033 + .qualification-section .owl-carousel .owl-item img{
  4034 + max-height: 200px;
  4035 + }
  4036 + .qualification-con .qualification-item .item-con{
  4037 + border:none;
  4038 + }
  4039 + .qualification-con .qualification-item{
  4040 + height: 300px;
  4041 + padding:10px;
  4042 + background:#f3f5f8;
  4043 + flex-flow: column;
  4044 + justify-content: center;
  4045 + opacity: .6;
  4046 + }
  4047 + .owl-carousel.team-carousel-sm .owl-item.active.center .qualification-item{
  4048 + opacity: 1;
  4049 + }
  4050 + .qualification-con .qualification-item .item-name{
  4051 + padding-top:10px;
  4052 + font-size: 12px;
  4053 + }
4011 .about-concat{ 4054 .about-concat{
4012 margin-top: 0; 4055 margin-top: 0;
4013 top:0; 4056 top:0;
@@ -4061,6 +4104,9 @@ blockquote:before { @@ -4061,6 +4104,9 @@ blockquote:before {
4061 .culturalValues-container .pt-60,.partner-section{ 4104 .culturalValues-container .pt-60,.partner-section{
4062 padding-top:0; 4105 padding-top:0;
4063 } 4106 }
  4107 + .partner-section,.qualification-section{
  4108 + padding-bottom: 20px;
  4109 + }
4064 .about-content-intro .title-style{ 4110 .about-content-intro .title-style{
4065 padding-top:30px; 4111 padding-top:30px;
4066 } 4112 }

279 KB | W: | H:

249 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

357 KB | W: | H:

186 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
@@ -7,13 +7,13 @@ export function introDatas() { @@ -7,13 +7,13 @@ export function introDatas() {
7 }, 7 },
8 { 8 {
9 img:'', 9 img:'',
10 - title:'精研“AI+大数据”软件产品线',  
11 - intro:'北京鸿果科技拥有自主研发力量和“政府”行业服务交付经验,率先把握“互联网+智能化AI+行业场景应用”的变革时机,充分发挥AI时代的业务大数据处理能力,运用智能化、运维大数据思维,引入AI算法+大数据+行业场景化对业务的深度应用,共同打造AI+大数据生态圈以及可落地的解决方案。' 10 + title:'北京总部和西安技术中心',
  11 + intro:'目前在北京、西安拥有技术研发团队和服务基地,组建了专业的智能监控和软件服务团队,为公司带来专业化的研发和服务能力。'
12 }, 12 },
13 { 13 {
14 img:'', 14 img:'',
15 - title:'北京总部和西安技术中心',  
16 - intro:'目前在北京、西安拥有技术研发团队和服务基地,组建了专业的智能监控和软件服务团队,为公司带来专业化的研发和服务能力。' 15 + title:'精研“AI+大数据”软件产品线',
  16 + intro:'北京鸿果科技拥有自主研发力量和“政府”行业服务交付经验,率先把握“互联网+智能化AI+行业场景应用”的变革时机,充分发挥AI时代的业务大数据处理能力,运用智能化、运维大数据思维,引入AI算法+大数据+行业场景化对业务的深度应用,共同打造AI+大数据生态圈以及可落地的解决方案。'
17 }, 17 },
18 { 18 {
19 img:'assets/img/about/intro-2.png', 19 img:'assets/img/about/intro-2.png',
@@ -66,24 +66,28 @@ export function culturalDatas() { @@ -66,24 +66,28 @@ export function culturalDatas() {
66 } 66 }
67 export function imgsDatas() { 67 export function imgsDatas() {
68 let res = [{ 68 let res = [{
69 - name:'质量管理体系认证证书', 69 + name:'北京市“专精特新”中小企业',
70 path:'assets/img/about/certificate/1.png' 70 path:'assets/img/about/certificate/1.png'
71 },{ 71 },{
72 - name:'技术服务管理体系认证证书', 72 + name:'信息技术服务标准符合性证书',
73 path:'assets/img/about/certificate/2.png' 73 path:'assets/img/about/certificate/2.png'
74 },{ 74 },{
75 - name:'连续性管理体系认证证书', 75 + name:'软件成熟度认证',
76 path:'assets/img/about/certificate/3.png' 76 path:'assets/img/about/certificate/3.png'
77 },{ 77 },{
78 - name:'信息安全管理体系认证证书', 78 + name:'信息安全服务资质认证证书',
79 path:'assets/img/about/certificate/4.png' 79 path:'assets/img/about/certificate/4.png'
80 },{ 80 },{
  81 + name:'信息安全管理体系认证证书',
81 path:'assets/img/about/certificate/5.png' 82 path:'assets/img/about/certificate/5.png'
82 },{ 83 },{
  84 + name:'业务连续性管理体系认证证书',
83 path:'assets/img/about/certificate/6.png' 85 path:'assets/img/about/certificate/6.png'
84 },{ 86 },{
  87 + name:'信息技术服务管理体系认证证书',
85 path:'assets/img/about/certificate/7.png' 88 path:'assets/img/about/certificate/7.png'
86 },{ 89 },{
  90 + name:'质量管理体系认证证书',
87 path:'assets/img/about/certificate/8.png' 91 path:'assets/img/about/certificate/8.png'
88 }] 92 }]
89 return res; 93 return res;

271 KB | W: | H:

581 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
@@ -218,7 +218,39 @@ export default { @@ -218,7 +218,39 @@ export default {
218 } 218 }
219 }); 219 });
220 } 220 }
221 - 221 + if ($('.team-carousel-sm').length) {
  222 + $('.team-carousel-sm').owlCarousel({
  223 + loop: true,
  224 + items: 2,
  225 + margin: 20,
  226 + center:true,
  227 + nav: false,
  228 + dots: true,
  229 + active: true,
  230 + dotsEach: 2,
  231 + smartSpeed: 1000,
  232 + // autoplay: 5000,
  233 + navText:'',
  234 + // navText: ['<span class="flaticon-left-arrow"></span>', '<span class="flaticon-right-arrow"></span>'],
  235 + /*responsive: {
  236 + 0: {
  237 + items: 3,
  238 + },
  239 + 575: {
  240 + items: 3,
  241 + },
  242 + 768: {
  243 + items: 3,
  244 + },
  245 + 992: {
  246 + items: 3,
  247 + },
  248 + 1200: {
  249 + items: 3,
  250 + }
  251 + }*/
  252 + });
  253 + }
222 254
223 // Scroll to a Specific Div 255 // Scroll to a Specific Div
224 if ($('.scroll-to-target').length) { 256 if ($('.scroll-to-target').length) {
@@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@
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 class=about-intro" v-for="itemI in introData"> 24 + <div class="about-intro" v-for="itemI in introData">
25 <div class="title-intro about-intro-title pb-10 pt-10" v-if="itemI.title">{{itemI.title}}</div> 25 <div class="title-intro about-intro-title pb-10 pt-10" v-if="itemI.title">{{itemI.title}}</div>
26 <div class="title-intro" v-if="itemI.intro">{{itemI.intro}}</div> 26 <div class="title-intro" v-if="itemI.intro">{{itemI.intro}}</div>
27 <div class="about-intro-img"> 27 <div class="about-intro-img">
@@ -183,6 +183,17 @@ @@ -183,6 +183,17 @@
183 </div> 183 </div>
184 184
185 </div> 185 </div>
  186 + <div class="team-carousel-sm owl-carousel text-center qualification-con owl-dots">
  187 + <div class="qualification-item" v-for="item in imgs">
  188 + <div class="item-con">
  189 + <img :src="item.path" alt="资质&证书">
  190 + </div>
  191 + <div class="item-name">
  192 + {{item.name}}
  193 + </div>
  194 + </div>
  195 +
  196 + </div>
186 </div> 197 </div>
187 <div class="qualification-bg"></div> 198 <div class="qualification-bg"></div>
188 <div class="shape shapeAnimationFour l-10 t-100"> 199 <div class="shape shapeAnimationFour l-10 t-100">