首页更新

This commit is contained in:
hrx 2026-07-07 11:03:19 +08:00
parent 0960817cc9
commit 084391fb51
9 changed files with 16 additions and 14 deletions

View File

@ -914,7 +914,7 @@ export default {
.floating-consult-icon img { .floating-consult-icon img {
width: 100%; width: 100%;
height: 100%; // height: 100%;
object-fit: cover; object-fit: cover;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -18,7 +18,7 @@ export default {
switchEnSuccess: 'Switched to English' switchEnSuccess: 'Switched to English'
}, },
home: { home: {
heroTitle: 'One Platform ● Intelligent Leap ● Across All Industries.', heroTitle: 'One Platform · Intelligent Leap · Across All Industries.',
heroSubtitle: '', heroSubtitle: '',
heroSlogan: 'Make AI Everywhere, Make AI Easy', heroSlogan: 'Make AI Everywhere, Make AI Easy',
solutionsBtn: 'Solutions', solutionsBtn: 'Solutions',

View File

@ -28,7 +28,7 @@ export default {
moreCases: '更多案例', moreCases: '更多案例',
ctaTitle: '想了解这些方案如何落地?', ctaTitle: '想了解这些方案如何落地?',
ctaDesc: '获取行业专属 AI 解决方案', ctaDesc: '获取行业专属 AI 解决方案',
contactUsArrow: '联系我们', contactUsArrow: '联系我们',
companyNewsTitle: '企业动态', companyNewsTitle: '企业动态',
viewMore: '查看更多 →', viewMore: '查看更多 →',
footerProducts: '产品服务', footerProducts: '产品服务',

View File

@ -73,13 +73,13 @@
.hero-section { .hero-section {
position: relative; position: relative;
z-index: 1; z-index: 1;
padding: 80px 24px; padding: 162px 24px 80px;
overflow: hidden; overflow: hidden;
text-align: center; text-align: center;
} }
.hero-section--compact { .hero-section--compact {
padding: 80px 24px; padding: 162px 24px 80px;
} }
.hero-content { .hero-content {
@ -489,7 +489,7 @@
@media (max-width: 760px) { @media (max-width: 760px) {
.hero-section, .hero-section,
.hero-section--compact { .hero-section--compact {
padding: 48px 18px; padding: 120px 18px 48px;
} }
.hero-title { .hero-title {

View File

@ -169,7 +169,7 @@ export default {
<style scoped> <style scoped>
.agent-store-page { .agent-store-page {
padding-top: 82px; padding-top: 0;
} }
@import './agent.css'; @import './agent.css';

View File

@ -435,7 +435,7 @@ export default Vue.extend({
<style scoped lang="scss"> <style scoped lang="scss">
.jd-homepage { .jd-homepage {
margin: 0; margin: 0;
padding-top: 82px; padding-top: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 46%, #f7faff 74%, #f8fafc 100%); background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 46%, #f7faff 74%, #f8fafc 100%);
overflow-x: hidden; overflow-x: hidden;
@ -457,6 +457,7 @@ export default Vue.extend({
.public-hero { .public-hero {
width: 100%; width: 100%;
min-height: 760px; min-height: 760px;
padding-top: 82px;
margin: 0 auto; margin: 0 auto;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
@ -1069,7 +1070,7 @@ export default Vue.extend({
/* 响应式设计 */ /* 响应式设计 */
@media (max-width: 576px) { @media (max-width: 576px) {
.jd-homepage { .jd-homepage {
padding-top: 80px; padding-top: 0;
} }
.main-content { .main-content {
@ -1082,6 +1083,7 @@ export default Vue.extend({
.public-hero { .public-hero {
min-height: auto; min-height: auto;
padding-top: 72px;
} }
.public-hero h1 { .public-hero h1 {

View File

@ -750,7 +750,7 @@ export default {
.plaza-page { .plaza-page {
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
padding-top: 82px; padding-top: 0;
overflow-x: hidden; overflow-x: hidden;
background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 60%, #f5f8ff 100%); background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 60%, #f5f8ff 100%);
color: #1a1a1a; color: #1a1a1a;
@ -806,7 +806,7 @@ export default {
position: relative; position: relative;
z-index: 1; z-index: 1;
overflow: hidden; overflow: hidden;
padding: 96px 24px 64px; padding: 178px 24px 64px;
} }
.hero-glow { .hero-glow {

View File

@ -159,7 +159,7 @@ export default {
<style scoped> <style scoped>
.train-page { .train-page {
padding-top: 82px; padding-top: 0;
} }
@import './train.css'; @import './train.css';

View File

@ -36,7 +36,7 @@
.hero-section { .hero-section {
position: relative; position: relative;
padding: 80px 24px; padding: 162px 24px 80px;
overflow: hidden; overflow: hidden;
} }
@ -584,7 +584,7 @@
@media (max-width: 760px) { @media (max-width: 760px) {
.hero-section { .hero-section {
padding: 48px 18px; padding: 120px 18px 48px;
} }
.hero-title { .hero-title {