From 084391fb512bf630176f74a095cebf6e35956aef Mon Sep 17 00:00:00 2001 From: hrx <18603305412@163.com> Date: Tue, 7 Jul 2026 11:03:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f/web-kboss/src/components/FloatingBox/FloatingBox.vue | 2 +- f/web-kboss/src/i18n/lang/en-US.js | 2 +- f/web-kboss/src/i18n/lang/zh-CN.js | 2 +- f/web-kboss/src/views/homePage/agentStore/agent.css | 6 +++--- f/web-kboss/src/views/homePage/agentStore/index.vue | 2 +- f/web-kboss/src/views/homePage/mainPage/OPC/index.vue | 6 ++++-- .../views/homePage/ncmatch/supplyAndDemandSquare/index.vue | 4 ++-- f/web-kboss/src/views/homePage/trainPlatform/index.vue | 2 +- f/web-kboss/src/views/homePage/trainPlatform/train.css | 4 ++-- 9 files changed, 16 insertions(+), 14 deletions(-) diff --git a/f/web-kboss/src/components/FloatingBox/FloatingBox.vue b/f/web-kboss/src/components/FloatingBox/FloatingBox.vue index 59d8185..3996815 100644 --- a/f/web-kboss/src/components/FloatingBox/FloatingBox.vue +++ b/f/web-kboss/src/components/FloatingBox/FloatingBox.vue @@ -914,7 +914,7 @@ export default { .floating-consult-icon img { width: 100%; - height: 100%; + // height: 100%; object-fit: cover; border-radius: 50%; } diff --git a/f/web-kboss/src/i18n/lang/en-US.js b/f/web-kboss/src/i18n/lang/en-US.js index dc4dce8..a8147dc 100644 --- a/f/web-kboss/src/i18n/lang/en-US.js +++ b/f/web-kboss/src/i18n/lang/en-US.js @@ -18,7 +18,7 @@ export default { switchEnSuccess: 'Switched to English' }, home: { - heroTitle: 'One Platform ● Intelligent Leap ● Across All Industries.', + heroTitle: 'One Platform · Intelligent Leap · Across All Industries.', heroSubtitle: '', heroSlogan: 'Make AI Everywhere, Make AI Easy', solutionsBtn: 'Solutions', diff --git a/f/web-kboss/src/i18n/lang/zh-CN.js b/f/web-kboss/src/i18n/lang/zh-CN.js index aede64e..cdcc80c 100644 --- a/f/web-kboss/src/i18n/lang/zh-CN.js +++ b/f/web-kboss/src/i18n/lang/zh-CN.js @@ -28,7 +28,7 @@ export default { moreCases: '更多案例', ctaTitle: '想了解这些方案如何落地?', ctaDesc: '获取行业专属 AI 解决方案', - contactUsArrow: '联系我们 →', + contactUsArrow: '联系我们', companyNewsTitle: '企业动态', viewMore: '查看更多 →', footerProducts: '产品服务', diff --git a/f/web-kboss/src/views/homePage/agentStore/agent.css b/f/web-kboss/src/views/homePage/agentStore/agent.css index 239df5b..59c3d21 100644 --- a/f/web-kboss/src/views/homePage/agentStore/agent.css +++ b/f/web-kboss/src/views/homePage/agentStore/agent.css @@ -73,13 +73,13 @@ .hero-section { position: relative; z-index: 1; - padding: 80px 24px; + padding: 162px 24px 80px; overflow: hidden; text-align: center; } .hero-section--compact { - padding: 80px 24px; + padding: 162px 24px 80px; } .hero-content { @@ -489,7 +489,7 @@ @media (max-width: 760px) { .hero-section, .hero-section--compact { - padding: 48px 18px; + padding: 120px 18px 48px; } .hero-title { diff --git a/f/web-kboss/src/views/homePage/agentStore/index.vue b/f/web-kboss/src/views/homePage/agentStore/index.vue index f55f144..1799ced 100644 --- a/f/web-kboss/src/views/homePage/agentStore/index.vue +++ b/f/web-kboss/src/views/homePage/agentStore/index.vue @@ -169,7 +169,7 @@ export default {