diff --git a/src/assets/arrow.png b/src/assets/arrow.png
new file mode 100644
index 0000000..8d121ac
Binary files /dev/null and b/src/assets/arrow.png differ
diff --git a/src/assets/image.jpeg b/src/assets/image.jpeg
index 14d40c2..74710e5 100644
Binary files a/src/assets/image.jpeg and b/src/assets/image.jpeg differ
diff --git a/src/assets/join-space.png b/src/assets/join-space.png
new file mode 100644
index 0000000..a0f271b
Binary files /dev/null and b/src/assets/join-space.png differ
diff --git a/src/assets/join-us.png b/src/assets/join-us.png
new file mode 100644
index 0000000..c19b566
Binary files /dev/null and b/src/assets/join-us.png differ
diff --git a/src/assets/round.png b/src/assets/round.png
new file mode 100644
index 0000000..cbe9296
Binary files /dev/null and b/src/assets/round.png differ
diff --git a/src/common/platform.styl b/src/common/platform.styl
index 973aa85..fde6f9a 100644
--- a/src/common/platform.styl
+++ b/src/common/platform.styl
@@ -28,6 +28,13 @@
font-size: 50px;
color: #fff;
}
+
+@media only screen and (max-width: 1500px) {
+ .top-title {
+ font-size: 40px;
+ }
+}
+
.top-content {
float: right;
margin: 70px 0;
@@ -164,7 +171,7 @@
}
.flow-content {
margin-left: 20%;
- width:30%;
+ width:80%;
font-size: 16px;
color: #fff;
}
diff --git a/src/common/portrait.styl b/src/common/portrait.styl
index b686457..2c5f13e 100644
--- a/src/common/portrait.styl
+++ b/src/common/portrait.styl
@@ -3,6 +3,14 @@
padding: 0px;
}
+.pa-1 {
+ padding: 4px;
+}
+
+.pa-2 {
+ padding: 8px;
+}
+
.pa-3 {
padding: 12px;
}
@@ -92,6 +100,10 @@
}
// margin
+.ma-2 {
+ margin: 8px;
+}
+
.ma-3 {
margin: 12px;
}
@@ -287,7 +299,7 @@
align-items: center
}
-.align-left{
+.align-start{
align-items: flex-start
}
@@ -447,6 +459,10 @@ h2{
border-color: #d9d9d9!important;
}
+.ant-carousel .slick-list .slick-slide.slick-active div{
+ display: block !important;
+}
+
.base-bg{
background: #13ACC4
}
diff --git a/src/components/Banner/Banner.vue b/src/components/Banner/Banner.vue
index f7b0870..5e0a61f 100644
--- a/src/components/Banner/Banner.vue
+++ b/src/components/Banner/Banner.vue
@@ -9,7 +9,7 @@
-
+
{{ item.title }}
-{{ item.content }}
+{{ item.title }}
++ 实体空间由 + 孵化场所、 + 公共实验室、 + 中试基地部分组成。 +
+{{ item.content }}
{{ item.title }}
@@ -52,38 +79,33 @@ export default { list: [ { title: '实体空间', - content: - '山西绿谷生物科技股份有限公司立足功能食品、生物医药和大健康产业,聚焦“创新”、聚力“孵化”、聚合“产业”,' + - '致力建设集创新链、孵化链和产业链为一体,产学研协同、多学科交叉、大中小企业...', + content: '实体空间由孵化场所、公共实验室、中试基地部分组成。', imgUrl: 'https://www.sxwikionline.com/gateway/greenvalley/uploads/upload/20210106/9059bddfe0254a269bf8f575c917b199.png', url: '/IncubationPlatform/MakerSpace/EntitySpace', - type: 1, }, { title: '虚拟空间', content: - '山西绿谷生物科技股份有限公司立足功能食品、生物医药和大健康产业,聚焦“创新”、聚力“孵化”、聚合“产业”,' + - '致力建设集创新链、孵化链和产业链为一体,产学研协同、多学科交叉、大中小企业...', + '虚拟众创空间主要面向非入驻实体空间从事功能食品、生物医药和大健康产业相关研发服务和生产的企业。虚拟众创空间依托绿谷数字化平台进行建设,入驻企业可享受实体众创空间的各种创新创业服务,参加相关创新创业活动。', imgUrl: 'https://www.sxwikionline.com/gateway/greenvalley/uploads/upload/20210106/73cba2c598e24bc99d4b988185138f44.png', - url: '/IncubationPlatform/MakerSpace/EntitySpace', - type: 2, + url: '/IncubationPlatform/MakerSpace/VirtualSpace', }, { title: '加入我们', - content: - '山西绿谷生物科技股份有限公司立足功能食品、生物医药和大健康产业,聚焦“创新”、聚力“孵化”、聚合“产业”,' + - '致力建设集创新链、孵化链和产业链为一体,产学研协同、多学科交叉、大中小企业...', + content: '绿谷众创空间有专业的团队,专业的资源,专业的服务,让我们一起做专业的事,让每一个梦想在这里腾飞。', imgUrl: '', url: '', - type: 1, }, ], }; }, methods: { - jump(url, type) { - const { query } = this.$route; - this.$router.replace({ path: url, query: { type } }); + jump(url) { + this.$router.push(url); + }, + + openModel() { + this.$refs.child[0].showModal(); }, }, }; diff --git a/src/views/IncubationPlatform/Children/PilotBase.vue b/src/views/IncubationPlatform/Children/PilotBase.vue index a4faaec..6b373b7 100644 --- a/src/views/IncubationPlatform/Children/PilotBase.vue +++ b/src/views/IncubationPlatform/Children/PilotBase.vue @@ -26,6 +26,8 @@ export default { showPage: 43, arr: [ { name: '孵化平台', url: '/IncubationPlatform/MakerSpace' }, + { name: '众创空间', url: '/IncubationPlatform/MakerSpace' }, + { name: '实体众创空间', url: '/IncubationPlatform/MakerSpace/EntitySpace' }, { name: '中试基地', url: '' }, ], }; diff --git a/src/views/IncubationPlatform/Children/PublicLaboratory.vue b/src/views/IncubationPlatform/Children/PublicLaboratory.vue index b701fe5..11215dc 100644 --- a/src/views/IncubationPlatform/Children/PublicLaboratory.vue +++ b/src/views/IncubationPlatform/Children/PublicLaboratory.vue @@ -26,6 +26,8 @@ export default { showPage: 42, arr: [ { name: '孵化平台', url: '/IncubationPlatform/MakerSpace' }, + { name: '众创空间', url: '/IncubationPlatform/MakerSpace' }, + { name: '实体众创空间', url: '/IncubationPlatform/MakerSpace/EntitySpace' }, { name: '公共实验室', url: '' }, ], }; diff --git a/src/views/IncubationPlatform/Children/Services.vue b/src/views/IncubationPlatform/Children/Services.vue index 9c9d685..2e346b4 100644 --- a/src/views/IncubationPlatform/Children/Services.vue +++ b/src/views/IncubationPlatform/Children/Services.vue @@ -8,13 +8,7 @@{{ item.name }}
+{{ item.intro }}
@@ -23,7 +26,7 @@ export default { url: '/NewPlatform/Transfer', }, { - title: '知识培训服务平台', + title: '创新服务', url: '/NewPlatform/Develop', }, ], diff --git a/src/views/IncubationPlatform/Children/place/EntitySpace.vue b/src/views/IncubationPlatform/Children/place/EntitySpace.vue index 79df7c3..b97bdbc 100644 --- a/src/views/IncubationPlatform/Children/place/EntitySpace.vue +++ b/src/views/IncubationPlatform/Children/place/EntitySpace.vue @@ -2,10 +2,9 @@
资料:
+1.入孵申请表
+2.营业执照复印件(尚未注册的无须提供,未注册提供注册信息登记表)
+3.法定代表或授权代表身份证复印件
+4.主导产品或技术简介
+{{ index + 1 }}
- {{ item }} -{{ index + 1 }}
{{ item }}资料:
+1.入孵申请表
+2.营业执照复印件(尚未注册的无须提供,未注册提供注册信息登记表)
+3.法定代表或授权代表身份证复印件
+4.主导产品或技术简介
+{{ index + 1 }}
+ {{ item }} +
-
+ {{ item.name }} {{ item.intro }} {{ item.name }} {{ item.intro }}
diff --git a/src/views/NewPlatform/Children/Core.vue b/src/views/NewPlatform/Children/Core.vue
index ce022aa..df25cc4 100644
--- a/src/views/NewPlatform/Children/Core.vue
+++ b/src/views/NewPlatform/Children/Core.vue
@@ -12,17 +12,16 @@
+
+
-
{{ item.name }}
-{{ item.intro }}
+{{ item.name }}
+{{ item.intro }}
diff --git a/src/views/NewPlatform/Children/components/DeEnt.vue b/src/views/NewPlatform/Children/components/DeEnt.vue
index 1cd4593..d3e6795 100644
--- a/src/views/NewPlatform/Children/components/DeEnt.vue
+++ b/src/views/NewPlatform/Children/components/DeEnt.vue
@@ -17,7 +17,7 @@