|
@ -38,9 +38,7 @@ |
|
|
<div style="margin-top: 30px"> |
|
|
<div style="margin-top: 30px"> |
|
|
<div class="d-flex flex-column"> |
|
|
<div class="d-flex flex-column"> |
|
|
<p class="font-bold-32 title-color">加入流程</p> |
|
|
<p class="font-bold-32 title-color">加入流程</p> |
|
|
<div class="fill-width join-bg"> |
|
|
<img class="fill-width" src="~assets/zckj01.png" /> |
|
|
<img src="~assets/zckj01.png" /> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div :key="index" style="margin-top: 40px" v-for="(item, index) in list"> |
|
|
<div :key="index" style="margin-top: 40px" v-for="(item, index) in list"> |
|
@ -113,14 +111,14 @@ export default { |
|
|
{ |
|
|
{ |
|
|
title: '实体空间', |
|
|
title: '实体空间', |
|
|
content: '实体空间由孵化场所、公共实验室、中试基地部分组成。', |
|
|
content: '实体空间由孵化场所、公共实验室、中试基地部分组成。', |
|
|
imgUrl: 'https://www.sxwikionline.com/gateway/greenvalley/uploads/upload/20210106/9059bddfe0254a269bf8f575c917b199.png', |
|
|
imgUrl: 'https://www.sxwikionline.com/gateway/greenvalley/uploads/upload/20210119/st.png', |
|
|
url: '/IncubationPlatform/MakerSpace/EntitySpace', |
|
|
url: '/IncubationPlatform/MakerSpace/EntitySpace', |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title: '虚拟空间', |
|
|
title: '虚拟空间', |
|
|
content: |
|
|
content: |
|
|
'虚拟众创空间主要面向非入驻实体空间从事功能食品、生物医药和大健康产业相关研发服务和生产的企业。虚拟众创空间依托绿谷数字化平台进行建设,入驻企业可享受实体众创空间的各种创新创业服务,参加相关创新创业活动。', |
|
|
'虚拟众创空间主要面向非入驻实体空间从事功能食品、生物医药和大健康产业相关研发服务和生产的企业。虚拟众创空间依托绿谷数字化平台进行建设,入驻企业可享受实体众创空间的各种创新创业服务,参加相关创新创业活动。', |
|
|
imgUrl: 'https://www.sxwikionline.com/gateway/greenvalley/uploads/upload/20210106/73cba2c598e24bc99d4b988185138f44.png', |
|
|
imgUrl: 'https://www.sxwikionline.com/gateway/greenvalley/uploads/upload/20210119/xn.png', |
|
|
url: '/IncubationPlatform/MakerSpace/VirtualSpace', |
|
|
url: '/IncubationPlatform/MakerSpace/VirtualSpace', |
|
|
}, |
|
|
}, |
|
|
], |
|
|
], |
|
@ -142,11 +140,4 @@ export default { |
|
|
.inner { |
|
|
.inner { |
|
|
margin: 0 auto 40px; |
|
|
margin: 0 auto 40px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.join-bg { |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
height: 100%; |
|
|
|
|
|
background: url('../../../assets/join-bg.jpg') no-repeat; |
|
|
|
|
|
background-size: 100% 100%; |
|
|
|
|
|
} |
|
|
|
|
|
</style> |
|
|
</style> |
|
|