首页更新
This commit is contained in:
parent
0960817cc9
commit
084391fb51
@ -914,7 +914,7 @@ export default {
|
||||
|
||||
.floating-consult-icon img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
// height: 100%;
|
||||
object-fit: cover;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
@ -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',
|
||||
|
||||
@ -28,7 +28,7 @@ export default {
|
||||
moreCases: '更多案例',
|
||||
ctaTitle: '想了解这些方案如何落地?',
|
||||
ctaDesc: '获取行业专属 AI 解决方案',
|
||||
contactUsArrow: '联系我们 →',
|
||||
contactUsArrow: '联系我们',
|
||||
companyNewsTitle: '企业动态',
|
||||
viewMore: '查看更多 →',
|
||||
footerProducts: '产品服务',
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -169,7 +169,7 @@ export default {
|
||||
|
||||
<style scoped>
|
||||
.agent-store-page {
|
||||
padding-top: 82px;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
@import './agent.css';
|
||||
|
||||
@ -435,7 +435,7 @@ export default Vue.extend({
|
||||
<style scoped lang="scss">
|
||||
.jd-homepage {
|
||||
margin: 0;
|
||||
padding-top: 82px;
|
||||
padding-top: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
||||
background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 46%, #f7faff 74%, #f8fafc 100%);
|
||||
overflow-x: hidden;
|
||||
@ -457,6 +457,7 @@ export default Vue.extend({
|
||||
.public-hero {
|
||||
width: 100%;
|
||||
min-height: 760px;
|
||||
padding-top: 82px;
|
||||
margin: 0 auto;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
@ -1069,7 +1070,7 @@ export default Vue.extend({
|
||||
/* 响应式设计 */
|
||||
@media (max-width: 576px) {
|
||||
.jd-homepage {
|
||||
padding-top: 80px;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
@ -1082,6 +1083,7 @@ export default Vue.extend({
|
||||
|
||||
.public-hero {
|
||||
min-height: auto;
|
||||
padding-top: 72px;
|
||||
}
|
||||
|
||||
.public-hero h1 {
|
||||
|
||||
@ -750,7 +750,7 @@ export default {
|
||||
.plaza-page {
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
padding-top: 82px;
|
||||
padding-top: 0;
|
||||
overflow-x: hidden;
|
||||
background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 60%, #f5f8ff 100%);
|
||||
color: #1a1a1a;
|
||||
@ -806,7 +806,7 @@ export default {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
overflow: hidden;
|
||||
padding: 96px 24px 64px;
|
||||
padding: 178px 24px 64px;
|
||||
}
|
||||
|
||||
.hero-glow {
|
||||
|
||||
@ -159,7 +159,7 @@ export default {
|
||||
|
||||
<style scoped>
|
||||
.train-page {
|
||||
padding-top: 82px;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
@import './train.css';
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
|
||||
.hero-section {
|
||||
position: relative;
|
||||
padding: 80px 24px;
|
||||
padding: 162px 24px 80px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@ -584,7 +584,7 @@
|
||||
|
||||
@media (max-width: 760px) {
|
||||
.hero-section {
|
||||
padding: 48px 18px;
|
||||
padding: 120px 18px 48px;
|
||||
}
|
||||
|
||||
.hero-title {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user