|
|
@ -11,22 +11,27 @@ |
|
|
|
<div> |
|
|
|
<div class="d-flex flex-column white"> |
|
|
|
<div class="font-bold-32 title-color py-3 px-2">众创空间介绍</div> |
|
|
|
<div class="pa-3 font-16 line-height-36" style="text-indent: 2em"> |
|
|
|
<div class="pa-3 font-16 line-height-36" style="text-indent:2em"> |
|
|
|
<div> |
|
|
|
本众创空间分为线下实体众创空间与线上虚拟众创空间,重点面向功能食品、生物医药和大健康产业领域科技型中小微企业、 |
|
|
|
创客和创新创业团队开展创业孵化,培育高新技术企业,促进科技成果转化和产业集聚发展。 |
|
|
|
本众创空间分为线下实体众创空间与线上虚拟众创空间,重点面向功能食品、生物医药和大健康产业 |
|
|
|
领域科技型中小微企业、创客和创新创业团队开展创业孵化,培育高新技术企业,促进科技成果转化和产业集聚发展。 |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
本众创空间以建设专业化、市场化、网络化、品牌化双创孵化基地为目标,致力打造以公共技术服务平台为支撑, |
|
|
|
以创新创业服务为主导,以创新创业大讲堂为带动,以创新创业投融资为拓展,线上线下相结合,实体虚拟相融合的全要素专业化开放式创新创业孵化平台, |
|
|
|
着力构建“众创空间-孵化器-加速器-产业园”创新创业孵化链,构筑创新创业生态系统。 |
|
|
|
本众创空间以建设专业化、市场化、网络化、品牌化双创孵化基地为目标,致力打造以公共技术服务平台 |
|
|
|
为支撑,以创新创业服务为主导,以创新创业大讲堂为带动,以创新创业投融资为拓展,线上线下相结合,实 |
|
|
|
体虚拟相融合的全要素专业化开放式创新创业孵化平台,着力构建“众创空间-孵化器-加速器-产业园”创新创业 |
|
|
|
孵化链,构筑创新创业生态系统。 |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
目前空间已引入科创咨询专业服务机构,并与多家 |
|
|
|
<span @click="$router.push('')" class="pointer baseColor">第三方专业机构</span> |
|
|
|
<span |
|
|
|
@click="$router.push('')" |
|
|
|
class="pointer baseColor" |
|
|
|
>第三方专业机构</span> |
|
|
|
建立战略合作,聘请 |
|
|
|
<span @click="$router.push('')" class="pointer baseColor">创业导师</span> |
|
|
|
30余名,服务领域涵盖专业技术、企业管理、科创咨询、财务税务、法务咨询等,可随时为入孵企业提供针对性、一对一创业辅导服务。 |
|
|
|
30余名,服务领域涵盖专业技术、企业管理、科创咨询、财务税务、法务咨询等,可随时为入孵企业提供针 |
|
|
|
对性、一对一创业辅导服务。 |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -39,19 +44,44 @@ |
|
|
|
<div :key="index" style="margin-top: 40px" v-for="(item, index) in list"> |
|
|
|
<div class="d-flex justify-space-between" v-if="index % 2 === 0"> |
|
|
|
<div class="introduce-box"> |
|
|
|
<p @click="item.imgUrl ? jump(item.url) : openModel()" class="introduce-title pointer">{{ item.title }}</p> |
|
|
|
<p |
|
|
|
@click="item.imgUrl ? jump(item.url) : openModel()" |
|
|
|
class="introduce-title pointer" |
|
|
|
>{{ item.title }}</p> |
|
|
|
<p class="introduce-content" v-if="index === 0"> |
|
|
|
实体空间由 |
|
|
|
<span @click="$router.push('/IncubationPlatform/Incubator')" class="pointer baseColor">孵化场所</span>、 |
|
|
|
<span @click="$router.push('/IncubationPlatform/PublicLaboratory')" class="pointer baseColor">公共实验室</span>、 |
|
|
|
<span @click="$router.push('/IncubationPlatform/PilotBase')" class="pointer baseColor">中试基地</span>部分组成。 |
|
|
|
<span |
|
|
|
@click="$router.push('/IncubationPlatform/Incubator')" |
|
|
|
class="pointer baseColor" |
|
|
|
>孵化场所</span>、 |
|
|
|
<span |
|
|
|
@click="$router.push('/IncubationPlatform/PublicLaboratory')" |
|
|
|
class="pointer baseColor" |
|
|
|
>公共实验室</span>、 |
|
|
|
<span |
|
|
|
@click="$router.push('/IncubationPlatform/PilotBase')" |
|
|
|
class="pointer baseColor" |
|
|
|
>中试基地</span>部分组成。 |
|
|
|
</p> |
|
|
|
<p @click="item.imgUrl ? jump(item.url) : openModel()" class="introduce-content pointer" v-else>{{ item.content }}</p> |
|
|
|
<p |
|
|
|
@click="item.imgUrl ? jump(item.url) : openModel()" |
|
|
|
class="introduce-content pointer" |
|
|
|
v-else |
|
|
|
>{{ item.content }}</p> |
|
|
|
</div> |
|
|
|
<img :src="item.imgUrl" @click="item.url ? jump(item.url) : ''" class="pointer" style="width: 452px" /> |
|
|
|
<img |
|
|
|
:src="item.imgUrl" |
|
|
|
@click="item.url ? jump(item.url) : ''" |
|
|
|
class="pointer" |
|
|
|
style="width: 452px" |
|
|
|
/> |
|
|
|
<add-model :value="1" ref="child" style="width: 452px" /> |
|
|
|
</div> |
|
|
|
<div @click="item.url ? jump(item.url) : ''" class="d-flex justify-space-between pointer" v-else> |
|
|
|
<div |
|
|
|
@click="item.url ? jump(item.url) : ''" |
|
|
|
class="d-flex justify-space-between pointer" |
|
|
|
v-else |
|
|
|
> |
|
|
|
<img :src="item.imgUrl" style="width: 452px" /> |
|
|
|
<div class="introduce-box"> |
|
|
|
<p class="introduce-title">{{ item.title }}</p> |
|
|
|