【无】公司网站-样式修改,首页图片,移动端 #1
Showing
9 changed files
with
97 additions
and
30 deletions
@@ -2417,9 +2417,17 @@ blockquote:before { | @@ -2417,9 +2417,17 @@ blockquote:before { | ||
2417 | z-index: -1; | 2417 | z-index: -1; |
2418 | background: url('../img/index/step-route.jpg'); | 2418 | background: url('../img/index/step-route.jpg'); |
2419 | background-size: cover; | 2419 | background-size: cover; |
2420 | + display: none; | ||
2421 | +} | ||
2422 | +.route-section{ | ||
2423 | + /*height: calc(100vh);*/ | ||
2424 | + position: relative; | ||
2425 | +} | ||
2426 | +.route-con,.step-route-bg-sm{ | ||
2427 | + display: none; | ||
2420 | } | 2428 | } |
2421 | .route-title{ | 2429 | .route-title{ |
2422 | - color:#ffffff; | 2430 | + /*color:#ffffff;*/ |
2423 | } | 2431 | } |
2424 | .step-route-item{ | 2432 | .step-route-item{ |
2425 | font-size: 18px; | 2433 | font-size: 18px; |
@@ -2881,9 +2889,22 @@ blockquote:before { | @@ -2881,9 +2889,22 @@ blockquote:before { | ||
2881 | align-items: center; | 2889 | align-items: center; |
2882 | } | 2890 | } |
2883 | /*lsq 加入我们样式调整*/ | 2891 | /*lsq 加入我们样式调整*/ |
2884 | -.title-style.color-white,.title-intro.color-white{ | 2892 | +.title-style.color-white{ |
2885 | color:#fff; | 2893 | color:#fff; |
2886 | } | 2894 | } |
2895 | +.about-content-intro{ | ||
2896 | + display: none; | ||
2897 | +} | ||
2898 | +.about-intro-title{ | ||
2899 | + font-weight: bold; | ||
2900 | +} | ||
2901 | +.about-intro{ | ||
2902 | + tab-index: 36px; | ||
2903 | +} | ||
2904 | +.about-intro .about-intro-img{ | ||
2905 | + text-align: center; | ||
2906 | +} | ||
2907 | + | ||
2887 | .concat-concat .title-style{ | 2908 | .concat-concat .title-style{ |
2888 | font-size:42px; | 2909 | font-size:42px; |
2889 | } | 2910 | } |
@@ -3579,14 +3600,15 @@ blockquote:before { | @@ -3579,14 +3600,15 @@ blockquote:before { | ||
3579 | background-size:cover !important; | 3600 | background-size:cover !important; |
3580 | } | 3601 | } |
3581 | .about-content-intro .title-style{ | 3602 | .about-content-intro .title-style{ |
3582 | - color:#e43730; | 3603 | + /*color:#e43730;*/ |
3604 | + color:#333; | ||
3583 | padding-top:140px; | 3605 | padding-top:140px; |
3584 | } | 3606 | } |
3585 | .about-container{ | 3607 | .about-container{ |
3586 | height:100%; | 3608 | height:100%; |
3587 | } | 3609 | } |
3588 | .about-content .title-style{ | 3610 | .about-content .title-style{ |
3589 | - display: none; | 3611 | + padding-top:50px; |
3590 | } | 3612 | } |
3591 | .office-info li a{ | 3613 | .office-info li a{ |
3592 | color:#FFFFFF; | 3614 | color:#FFFFFF; |
@@ -3594,21 +3616,7 @@ blockquote:before { | @@ -3594,21 +3616,7 @@ blockquote:before { | ||
3594 | .office-info li a:hover{ | 3616 | .office-info li a:hover{ |
3595 | color:#e43730; | 3617 | color:#e43730; |
3596 | } | 3618 | } |
3597 | -@media (min-width: 992px){ | ||
3598 | - .about-content .title-style{ | ||
3599 | - padding-top:180px; | ||
3600 | - } | ||
3601 | -} | ||
3602 | -@media (min-width: 1200px){ | ||
3603 | - .about-content .title-style{ | ||
3604 | - padding-top:160px; | ||
3605 | - } | ||
3606 | -} | ||
3607 | -@media (min-width: 1400px){ | ||
3608 | - .about-content .title-style{ | ||
3609 | - padding-top:140px; | ||
3610 | - } | ||
3611 | -} | 3619 | + |
3612 | @media only screen and (max-width:1200px){ | 3620 | @media only screen and (max-width:1200px){ |
3613 | .info-character.info-characterP{ | 3621 | .info-character.info-characterP{ |
3614 | padding:15px; | 3622 | padding:15px; |
@@ -3994,6 +4002,25 @@ blockquote:before { | @@ -3994,6 +4002,25 @@ blockquote:before { | ||
3994 | } | 4002 | } |
3995 | } | 4003 | } |
3996 | @media only screen and (max-width: 768px){ | 4004 | @media only screen and (max-width: 768px){ |
4005 | + .about-concat{ | ||
4006 | + margin-top: 0; | ||
4007 | + top:0; | ||
4008 | + } | ||
4009 | + .about-content-intro{ | ||
4010 | + display: block; | ||
4011 | + } | ||
4012 | + .about-content-intro .mb-35{ | ||
4013 | + margin-bottom: 20px; | ||
4014 | + } | ||
4015 | + .step-route-bg-sm{ | ||
4016 | + display: block; | ||
4017 | + } | ||
4018 | + .step-route-bg,.know-intro-bg,.about-process-container{ | ||
4019 | + display: none; | ||
4020 | + } | ||
4021 | + .rmb-50{ | ||
4022 | + margin-bottom: 20px; | ||
4023 | + } | ||
3997 | .principle-con{ | 4024 | .principle-con{ |
3998 | align-items: flex-start; | 4025 | align-items: flex-start; |
3999 | } | 4026 | } |
@@ -4006,7 +4033,9 @@ blockquote:before { | @@ -4006,7 +4033,9 @@ blockquote:before { | ||
4006 | } | 4033 | } |
4007 | .wrap section{ | 4034 | .wrap section{ |
4008 | height: auto; | 4035 | height: auto; |
4009 | - min-height: 500px; | 4036 | + } |
4037 | + .wrap section:nth-child(1),.wrap section:nth-child(3),.wrap section:nth-child(5){ | ||
4038 | + min-height: 400px; | ||
4010 | } | 4039 | } |
4011 | .footer-widget{ | 4040 | .footer-widget{ |
4012 | text-align: center; | 4041 | text-align: center; |
@@ -4023,11 +4052,8 @@ blockquote:before { | @@ -4023,11 +4052,8 @@ blockquote:before { | ||
4023 | .about-concat-con{ | 4052 | .about-concat-con{ |
4024 | padding-bottom: 20px; | 4053 | padding-bottom: 20px; |
4025 | } | 4054 | } |
4026 | - .culturalValues-container .pt-60{ | ||
4027 | - padding-top:30px; | ||
4028 | - } | ||
4029 | - .partner-section{ | ||
4030 | - padding-top:60px; | 4055 | + .culturalValues-container .pt-60,.partner-section{ |
4056 | + padding-top:0; | ||
4031 | } | 4057 | } |
4032 | .about-content-intro .title-style{ | 4058 | .about-content-intro .title-style{ |
4033 | padding-top:30px; | 4059 | padding-top:30px; |
website/assets/img/about/intro-1.jpg
0 → 100644

69 KB
website/assets/img/about/intro-2.png
0 → 100644

370 KB
1 | +export function introDatas() { | ||
2 | + let res = [ | ||
3 | + { | ||
4 | + img:'assets/img/about/intro-1.jpg', | ||
5 | + title:'', | ||
6 | + intro:'北京鸿果科技公司于2014年成立,位于中关村核心区域,致力于提供“4S”(Software-软件,Service-服务,Solution-解决方案,Sale-销售)信息化解决方案。公司专注于软件解决方案和整体服务交付,已成为政府、央企等重要行业“IT智能监控”+“数字化业务智能监控”领域的领先者。' | ||
7 | + }, | ||
8 | + { | ||
9 | + img:'', | ||
10 | + title:'精研“AI+大数据”软件产品线', | ||
11 | + intro:'北京鸿果科技拥有自主研发力量和“政府”行业服务交付经验,率先把握“互联网+智能化AI+行业场景应用”的变革时机,充分发挥AI时代的业务大数据处理能力,运用智能化、运维大数据思维,引入AI算法+大数据+行业场景化对业务的深度应用,共同打造AI+大数据生态圈以及可落地的解决方案。' | ||
12 | + }, | ||
13 | + { | ||
14 | + img:'', | ||
15 | + title:'北京总部和西安技术中心', | ||
16 | + intro:'目前在北京、西安拥有技术研发团队和服务基地,组建了专业的智能监控和软件服务团队,为公司带来专业化的研发和服务能力。' | ||
17 | + }, | ||
18 | + { | ||
19 | + img:'assets/img/about/intro-2.png', | ||
20 | + title:'专业服务与高客户满意度', | ||
21 | + intro:'公司高度重视客户服务工作,以“高客户满意度”为经营宗旨,践行AI+大数据体系强落地能力,同时具备完整的一线、二线技术支持体系,可覆盖全国营销和售后服务网络,使北京鸿果科技能够为政府及更多重大行业的用户提供全方位、专业化的自研软件产品及端到端的优质服务。' | ||
22 | + } | ||
23 | + ] | ||
24 | + return res; | ||
25 | +} | ||
1 | export function culturalValuesDatas() { | 26 | export function culturalValuesDatas() { |
2 | let res = [ | 27 | let res = [ |
3 | { | 28 | { |

271 KB
website/assets/img/index/step-route-bg.jpg
0 → 100644

286 KB
@@ -21,6 +21,13 @@ | @@ -21,6 +21,13 @@ | ||
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"> | ||
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> | ||
27 | + <div class="about-intro-img"> | ||
28 | + <img :src="itemI.img" class="pb-10 pt-10" alt="" v-if="itemI.img"> | ||
29 | + </div> | ||
30 | + </div> | ||
24 | </div> | 31 | </div> |
25 | </div> | 32 | </div> |
26 | <!-- <div class="know-intro"></div>--> | 33 | <!-- <div class="know-intro"></div>--> |
1 | import pageInit from "../../minixs/pageInit.js"; | 1 | import pageInit from "../../minixs/pageInit.js"; |
2 | -import {culturalValuesDatas,culturalDatas,imgsDatas} from "../../../../assets/img/data/aboutData.js"; | 2 | +import {culturalValuesDatas,culturalDatas,imgsDatas,introDatas} from "../../../../assets/img/data/aboutData.js"; |
3 | export default { | 3 | export default { |
4 | name: 'home', | 4 | name: 'home', |
5 | template: '', | 5 | template: '', |
@@ -10,7 +10,7 @@ export default { | @@ -10,7 +10,7 @@ export default { | ||
10 | const {proxy} = Vue.getCurrentInstance(); | 10 | const {proxy} = Vue.getCurrentInstance(); |
11 | let culturalValuesData=Vue.ref(culturalValuesDatas()); | 11 | let culturalValuesData=Vue.ref(culturalValuesDatas()); |
12 | let culturalData=Vue.ref(culturalDatas()); | 12 | let culturalData=Vue.ref(culturalDatas()); |
13 | - | 13 | + let introData=Vue.ref(introDatas()); |
14 | var imgs = Vue.ref(imgsDatas()); | 14 | var imgs = Vue.ref(imgsDatas()); |
15 | let flag =Vue.ref(true); | 15 | let flag =Vue.ref(true); |
16 | let i=Vue.ref(0); | 16 | let i=Vue.ref(0); |
@@ -165,7 +165,8 @@ export default { | @@ -165,7 +165,8 @@ export default { | ||
165 | startX, | 165 | startX, |
166 | startY, | 166 | startY, |
167 | endX, | 167 | endX, |
168 | - endY | 168 | + endY, |
169 | + introData | ||
169 | } | 170 | } |
170 | 171 | ||
171 | } | 172 | } |
@@ -110,7 +110,7 @@ | @@ -110,7 +110,7 @@ | ||
110 | 110 | ||
111 | </div> | 111 | </div> |
112 | </section> | 112 | </section> |
113 | -<section class="about-section rel pt-60 pb-70"> | 113 | +<section class="about-section rel pt-60"> |
114 | <div class="container"> | 114 | <div class="container"> |
115 | <div class="row align-items-center"> | 115 | <div class="row align-items-center"> |
116 | <div class="col-lg-12"> | 116 | <div class="col-lg-12"> |
@@ -121,7 +121,7 @@ | @@ -121,7 +121,7 @@ | ||
121 | </div> | 121 | </div> |
122 | </div> | 122 | </div> |
123 | </div> | 123 | </div> |
124 | - <div class="color-white"> | 124 | + <div class="color-white route-con"> |
125 | <div :class="['step-route-item',{'step-route-item-active':stepActive==index}]" v-for="(item,index) in stepRoute" @mouseenter="showHover(index)" @mouseleave="hideHover"> | 125 | <div :class="['step-route-item',{'step-route-item-active':stepActive==index}]" v-for="(item,index) in stepRoute" @mouseenter="showHover(index)" @mouseleave="hideHover"> |
126 | {{item}} | 126 | {{item}} |
127 | </div> | 127 | </div> |
@@ -135,7 +135,15 @@ | @@ -135,7 +135,15 @@ | ||
135 | <img src="assets/img/shapes/shape2.png" alt="Shape"> | 135 | <img src="assets/img/shapes/shape2.png" alt="Shape"> |
136 | </div> | 136 | </div> |
137 | </section> | 137 | </section> |
138 | +<section class="about-section route-section"> | ||
139 | + <div class="step-route-bg"> | ||
140 | + <img src="assets/img/index/step-route-bg.jpg" alt=""> | ||
141 | + </div> | ||
142 | + <div class="step-route-bg-sm"> | ||
143 | + <img src="assets/img/index/step-route-bg-sm.jpg" alt=""> | ||
144 | + </div> | ||
138 | 145 | ||
146 | +</section> | ||
139 | <section class="team-section rel pt-80 pb-80"> | 147 | <section class="team-section rel pt-80 pb-80"> |
140 | <div class="container"> | 148 | <div class="container"> |
141 | <div class="mb-35 pr-65 align-items-center flex-column-center"> | 149 | <div class="mb-35 pr-65 align-items-center flex-column-center"> |
-
Please register or login to post a comment