diff --git a/public/static/img/foot/logo-dark.png b/public/static/img/foot/logo-dark.png index b309a12..70ff346 100644 Binary files a/public/static/img/foot/logo-dark.png and b/public/static/img/foot/logo-dark.png differ diff --git a/public/static/img/foot/logo-light.png b/public/static/img/foot/logo-light.png index b309a12..70ff346 100644 Binary files a/public/static/img/foot/logo-light.png and b/public/static/img/foot/logo-light.png differ diff --git a/public/static/img/logo-dark.png b/public/static/img/logo-dark.png index 4e0b37b..1e5081e 100644 Binary files a/public/static/img/logo-dark.png and b/public/static/img/logo-dark.png differ diff --git a/public/static/img/logo-light.png b/public/static/img/logo-light.png index 4e0b37b..1e5081e 100644 Binary files a/public/static/img/logo-light.png and b/public/static/img/logo-light.png differ diff --git a/src/components/FootBar.vue b/src/components/FootBar.vue index d67ee22..f44d3da 100644 --- a/src/components/FootBar.vue +++ b/src/components/FootBar.vue @@ -6,7 +6,7 @@
-
+
-
+
{{ item.title }}
@@ -33,7 +33,7 @@ {{ link.title }} @@ -45,10 +45,10 @@ :key="index" style="width: 400rem;" > -
+
{{ item.title }}
-
+
扫描关注
@@ -102,7 +102,7 @@
{ diff --git a/src/router/index.js b/src/router/index.js index 5853f64..22695e1 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -30,6 +30,11 @@ const routes = [ component: (resolve) => require(['../views/Business/HighTech/Index.vue'], resolve), }, + { + path: '/business/hnergyEnvironment', + component: (resolve) => + require(['../views/Business/EnergyEnvironment/Index.vue'], resolve), + }, { path: '/business/index', component: (resolve) => diff --git a/src/views/Business/EnergyEnvironment/Index.vue b/src/views/Business/EnergyEnvironment/Index.vue new file mode 100644 index 0000000..f0287dd --- /dev/null +++ b/src/views/Business/EnergyEnvironment/Index.vue @@ -0,0 +1,491 @@ + + + + + diff --git a/src/views/Business/HighTech/Index.vue b/src/views/Business/HighTech/Index.vue index 0d9bca6..cab152f 100644 --- a/src/views/Business/HighTech/Index.vue +++ b/src/views/Business/HighTech/Index.vue @@ -20,7 +20,7 @@ class="text-posi-abs" style="--t:99rem;--l:0rem;--fs:72rem;--c:#111111;--ff:MicrosoftYaHeiLight;--tde:0.3s;" > - 高薪技术 + 高新技术
@@ -303,7 +303,7 @@ export default { try { const res = await this.$request.get( '/official/index/list', - { params: { pageNum: 1, pageSize: 1, captionName: '业务领域/高薪技术/主要内容' } }, + { params: { pageNum: 1, pageSize: 1, captionName: '业务领域/高新技术/主要内容' } }, ); this.screen2.title = res.rows[0].businessName; this.screen2.contentCn = res.rows[0].titleChinese; @@ -315,7 +315,7 @@ export default { try { const res = await this.$request.get( '/official/index/list', - { params: { pageNum: 1, pageSize: 1, captionName: '业务领域/高薪技术/项目描述' } }, + { params: { pageNum: 1, pageSize: 1, captionName: '业务领域/高新技术/项目描述' } }, ); this.screen3.titleCn = res.rows[0].businessName; this.screen3.contentCn = res.rows[0].titleChinese; @@ -325,7 +325,7 @@ export default { try { const res = await this.$request.get( '/official/index/list', - { params: { pageNum: 1, pageSize: 6, captionName: '业务领域/高薪技术/项目案例' } }, + { params: { pageNum: 1, pageSize: 6, captionName: '业务领域/高新技术/项目案例' } }, ); this.screen3.list = res.rows.sort((a, b) => a.orders - b.orders); } catch (error) {} @@ -334,7 +334,7 @@ export default { try { const res = await this.$request.get( '/official/index/list', - { params: { pageNum: 1, pageSize: 4, captionName: '业务领域/高薪技术/技术支持' } }, + { params: { pageNum: 1, pageSize: 4, captionName: '业务领域/高新技术/技术支持' } }, ); this.screen4.list = res.rows.sort((a, b) => a.orders - b.orders); } catch (error) {} @@ -343,7 +343,7 @@ export default { try { const res = await this.$request.get( '/official/index/list', - { params: { pageNum: 1, pageSize: 1, captionName: '业务领域/高薪技术/joinus' } }, + { params: { pageNum: 1, pageSize: 1, captionName: '业务领域/高新技术/joinus' } }, ); this.screen5.joinUs.title = res.rows[0].businessName; this.screen5.joinUs.contentCn = res.rows[0].titleChinese; diff --git a/src/views/Home/Index.vue b/src/views/Home/Index.vue index dad16a1..f35c4a3 100644 --- a/src/views/Home/Index.vue +++ b/src/views/Home/Index.vue @@ -40,7 +40,7 @@ class="text-posi-abs" style="--r:1rem;--t:95rem;--ff:MicrosoftYaHeiSemibold;--fs:14rem;--fw:400;" > - Future Star    —为世界创造价值 + 未来之星控股集团    —为世界创造价值
diff --git a/src/views/Home/components/HomeCarousel.vue b/src/views/Home/components/HomeCarousel.vue index acafca7..430c2a0 100644 --- a/src/views/Home/components/HomeCarousel.vue +++ b/src/views/Home/components/HomeCarousel.vue @@ -101,8 +101,7 @@ export default { --baseSize: calc(min(1080rem, 100vh) / 1080); position: absolute; left: calc(50% - 841rem); - /* top: calc(var(--baseSize) * 640); 原版*/ - top: calc(var(--baseSize) * 760); + top: calc(var(--baseSize) * 640); transform: translateY(-100%); } .home-carousel-text p {