diff --git a/src/views/index.vue b/src/views/index.vue
index 5c02d72..0414f9d 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -154,9 +154,9 @@
-
+
-
![]()
+
@@ -256,7 +256,7 @@ export default {
banners: [
{
img: banner_index0,
- title: '智能数字化解决方案',
+ title: 'AI智能数字化解决方案',
subtitle: '技术驱动未来,服务创造价值'
},
{
@@ -355,66 +355,18 @@ export default {
},
],
clients: [
- {
- name: '合作伙伴1',
- logo: client_01,
- description: '长期战略合作伙伴'
- },
- {
- name: '合作伙伴2',
- logo: client_02,
- description: '技术合作企业'
- },
- {
- name: '合作伙伴3',
- logo: client_03,
- description: '行业领先企业'
- },
- {
- name: '合作伙伴4',
- logo: client_04,
- description: '创新科技公司'
- },
- {
- name: '合作伙伴5',
- logo: client_05,
- description: '数字化转型伙伴'
- },
- {
- name: '合作伙伴6',
- logo: client_06,
- description: 'AI技术合作方'
- },
- {
- name: '合作伙伴7',
- logo: client_07,
- description: '智能制造企业'
- },
- {
- name: '合作伙伴8',
- logo: client_08,
- description: '金融服务机构'
- },
- {
- name: '合作伙伴9',
- logo: client_09,
- description: '零售行业客户'
- },
- {
- name: '合作伙伴10',
- logo: client_10,
- description: '教育科技公司'
- },
- {
- name: '合作伙伴11',
- logo: client_11,
- description: '医疗健康企业'
- },
- {
- name: '合作伙伴12',
- logo: client_12,
- description: '物流运输公司'
- }
+ { logo: client_01 },
+ { logo: client_02 },
+ { logo: client_03 },
+ { logo: client_04 },
+ { logo: client_05 },
+ { logo: client_06 },
+ { logo: client_07 },
+ { logo: client_08 },
+ { logo: client_09 },
+ { logo: client_10 },
+ { logo: client_11 },
+ { logo: client_12 }
],
}
@@ -720,17 +672,7 @@ export default {
height: 80px;
}
-.client-logo img {
- max-width: 100%;
- max-height: 60px;
- object-fit: contain;
- filter: grayscale(100%);
- transition: filter 0.3s ease;
-}
-.client-item:hover .client-logo img {
- filter: grayscale(0%);
-}
.client-info h4 {
font-size: 1.3rem;
@@ -769,7 +711,8 @@ export default {
display: flex;
align-items: center;
justify-content: center;
- height: 80px;
+ height: 100px;
+ min-height: 100px;
}
.client-item:hover {
@@ -787,14 +730,11 @@ export default {
.client-logo img {
max-width: 100%;
- max-height: 50px;
+ max-height: 70px;
+ width: auto;
+ height: auto;
object-fit: contain;
- filter: grayscale(100%);
- transition: filter 0.3s ease;
-}
-
-.client-item:hover .client-logo img {
- filter: grayscale(0%);
+ object-position: center;
}
/* 联系我们区域 */
diff --git a/src/views/ourPlan/ourPlan.vue b/src/views/ourPlan/ourPlan.vue
index c3c8aa6..abad4bd 100644
--- a/src/views/ourPlan/ourPlan.vue
+++ b/src/views/ourPlan/ourPlan.vue
@@ -7,9 +7,13 @@
我们的方案
-
专业解决方案,助力企业数字化转型
+
AI驱动数字化转型,重塑企业核心竞争力
+
+
+

+
@@ -20,15 +24,15 @@