diff --git a/src/components/Index/IndexNewList.vue b/src/components/Index/IndexNewList.vue index 19d99c2..dd22d27 100644 --- a/src/components/Index/IndexNewList.vue +++ b/src/components/Index/IndexNewList.vue @@ -63,7 +63,7 @@
-
{{ item.title }}
+
{{ item.title }}
diff --git a/src/views/FirstPages/FirstPage.vue b/src/views/FirstPages/FirstPage.vue index 5ebf410..c863712 100644 --- a/src/views/FirstPages/FirstPage.vue +++ b/src/views/FirstPages/FirstPage.vue @@ -10,21 +10,11 @@ - + - - - - - - -
+ +
@@ -32,40 +22,40 @@ - + 更多 + - +
需求征集
- +
创新挑战
- +
交流社区
- +
-
+
-

{{ platform.description }}

+

{{ platform.description }}

{{ platform.descriptionOne }}

{{ platform.descriptionTow }}

{{ platform.descriptionThree }}

-

{{ platform.descriptionFour }}

{{ platform.title }} @@ -80,7 +70,7 @@
-
{{ server.chinese }}
+
{{ server.chinese }}
@@ -126,9 +116,9 @@ export default { path: '/NewPlatform/NewCore', url: require('./img/creation.png'), description: 'COLLABORATIVE ININOVATION', - descriptionOne: '依托“山西绿谷大健康协同创新研', - descriptionTow: '究院”和“功能食品与生物医药协同', - descriptionThree: '创新联盟”,在整合高校...', + descriptionOne: '依托新型研发机构和技术创新中心', + descriptionTow: '搭建科技开放、技术转移转化', + descriptionThree: '科技人才团队平台', title: '协同创作中心', }, { @@ -136,10 +126,10 @@ export default { path: '/IncubationPlatform/MakerSpace', url: require('./img/popularCreation.png'), description: 'THE SPACE OF CREATION', - descriptionOne: '以建设专业化、市场化、网络化、品', - descriptionTow: '牌化双创孵化基地为目标,致力打造', - descriptionThree: '以公共技术服务平台为支撑,以创', - descriptionFour: '新创业服务为主导,以创新创业...', + descriptionOne: '本众创空间以建设专业化、', + descriptionTow: '市场化、网络化、品牌化双创孵化基地为目标,', + descriptionThree: '致力打造专业化开放式创新创业孵化平台', + // descriptionFour: '新创业服务为主导,以创新创业...', title: '专业化众创空间', }, { @@ -147,8 +137,9 @@ export default { path: '/Industry/Products', url: require('./img/exhibition.png'), description: 'PRODUCT DEMONSTRATION', - descriptionOne: '产品类目:', - descriptionTow: '功能食品 生物医药 数字健康', + descriptionOne: '为入驻创业团队提供第三方服务介绍,', + descriptionTow: '定期举办各种路演活动,', + descriptionThree: '提高多元化的服务。', title: '企业产品展示', }, ], @@ -162,7 +153,7 @@ export default { }, { id: '02', - chinese: '孵化服务', + chinese: '创业服务', english: 'INCUBATION', path: '/IncubationPlatform/Services', url: 'https://www.sxgreenvalley.com/gateway/greenvalley/uploads/upload/20210818/7195657085673f68a805bdc6298de2a.jpg', @@ -334,11 +325,11 @@ export default { .demand { margin-right: 15px; color: #13acc4; - font-size: 16px; + font-size: 24px; } .descriptions { - font-size: 12px; + font-size: 14px; height: 170px; }