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 {