Browse Source

banner图调整

master
lucky 5 years ago
parent
commit
1bc5138d8f
  1. BIN
      src/assets/join-bg.jpg
  2. BIN
      src/assets/zckj01.png
  3. 7
      src/common/platform.styl
  4. 4
      src/components/Introduce/CompanyProfile.vue
  5. 9
      src/views/Challenge/Challenge.vue
  6. 12
      src/views/Challenge/Children/Notice.vue
  7. 12
      src/views/Challenge/Children/Release.vue
  8. 15
      src/views/Challenge/Children/Solicitation.vue
  9. 15
      src/views/IncubationPlatform/Children/MakerSpace.vue
  10. 37
      src/views/IncubationPlatform/Children/place/VirtualSpace.vue
  11. 6
      src/views/Industry/Children/Union.vue

BIN
src/assets/join-bg.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 256 KiB

BIN
src/assets/zckj01.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

7
src/common/platform.styl

@ -70,7 +70,7 @@
}
.center-content {
float: right;
margin: 80px 0;
margin: 50px 0;
width: 79%;
line-height: 36px;
font-size: 16px;
@ -157,17 +157,18 @@
position: relative;
background: #fff;
cursor: pointer;
padding: 30px;
padding: 0 30px;
}
.introduce-title {
margin-top: 24px;
margin: 20px 0;
font-size: 30px;
color: rgba(0,0,0,0.85);
}
.introduce-content {
font-size: 16px;
color: rgba(0,0,0,0.65);
margin-bottom: 0
}
.flow-path {
background: -webkit-linear-gradient(left, #13ACC4 , #fff);

4
src/components/Introduce/CompanyProfile.vue

@ -7,7 +7,9 @@
@cancel="handleCancel"
@ok="handleCancel"
>
<p v-if="profile.description">{{ profile.description }}</p>
<p v-if="profile.description">
<span class="font-16 white line-height-36" v-dompurify-html="profile.description"></span>
</p>
<p v-else>暂无介绍</p>
</a-modal>
</div>

9
src/views/Challenge/Challenge.vue

@ -1,12 +1,9 @@
<template>
<div>
<div class="inner my-1">
<bread-crumb :arr="arr" />
</div>
<div class="dev-box">
<!-- <div class="dev-box">
<img src="~assets/build.png" />
</div>
<!-- <router-view></router-view> -->
</div>-->
<router-view></router-view>
</div>
</template>

12
src/views/Challenge/Children/Notice.vue

@ -4,7 +4,11 @@
<div class="inner my-1">
<bread-crumb :arr="arr" />
</div>
<div class="search-background">
<div class="top-box" style="margin-bottom: 100px; min-height: 200px">
<div class="top-title">结果公告</div>
<div class="top-content">结果公告在建中</div>
</div>
<!-- <div class="search-background">
<div class="d-flex">
<div class="flex-3 flex-wrap">
<span class="ins-title">技术领域</span>
@ -41,7 +45,7 @@
show-quick-jumper
v-show="total > 8"
/>
</div>
</div>-->
</div>
</template>
@ -151,6 +155,10 @@ export default {
margin: 10px auto 15px;
}
.top-box {
background: -webkit-linear-gradient(left, #13ACC4, #A9C300) !important;
}
.search-background {
background: rgba(0, 0, 0, 0.02);
border: 1px solid rgba(0, 0, 0, 0.06);

12
src/views/Challenge/Children/Release.vue

@ -4,7 +4,11 @@
<div class="inner my-1">
<bread-crumb :arr="arr" />
</div>
<div class="search-background">
<div class="top-box" style="margin-bottom: 100px; min-height: 200px">
<div class="top-title">项目发布</div>
<div class="top-content">项目发布在建中</div>
</div>
<!-- <div class="search-background">
<div class="d-flex">
<div class="flex-3 flex-wrap">
<span class="ins-title">技术领域</span>
@ -42,7 +46,7 @@
show-quick-jumper
v-show="total > 8"
/>
</div>
</div>-->
</div>
</template>
@ -160,6 +164,10 @@ export default {
margin: 10px auto 15px;
}
.top-box {
background: -webkit-linear-gradient(left, #13ACC4, #A9C300) !important;
}
.search-background {
background: rgba(0, 0, 0, 0.02);
border: 1px solid rgba(0, 0, 0, 0.06);

15
src/views/Challenge/Children/Solicitation.vue

@ -4,18 +4,11 @@
<div class="inner my-1">
<bread-crumb :arr="arr" />
</div>
<div class="top-box">
<div class="top-box" style="margin-bottom: 100px; min-height: 200px">
<div class="top-title">创新挑战</div>
<div class="top-content">
山西绿谷生物科技股份有限公司立足功能食品生物医药和大健康产业聚焦创新聚力孵化聚合产业
致力建设集创新链孵化链和产业链为一体产学研协同多学科交叉大中小企业融通
线上线下相结合的融合发展机制和开放式创新创业平台培育打造全链条一体化新型社会研发机构和创新创业生态系统
构筑专业化集群化园区化产业发展新模式和新业态公司秉持创新开放协同融合发展理
赋能健康中国筑梦绿色未来为愿景构建创新创业生态发展特色产业集群打造全链条一体化开放
式创新创业高地为使命大力推动建设共融共生共建 共创价值共同体
</div>
<div class="top-content">创新挑战在建中</div>
</div>
<div class="center-box" style="margin-bottom: 160px">
<!-- <div class="center-box" style="margin-bottom: 160px">
<div class="center-title">
<div class="circular"></div>
<div style="margin-left: 40px">需求征集</div>
@ -29,7 +22,7 @@
式创新创业高地为使命大力推动建设共融共生共建 共创价值共同体
</div>
<a-button class="center-btn" type="primary">需求填报</a-button>
</div>
</div>-->
</div>
</template>

15
src/views/IncubationPlatform/Children/MakerSpace.vue

@ -38,9 +38,7 @@
<div style="margin-top: 30px">
<div class="d-flex flex-column">
<p class="font-bold-32 title-color">加入流程</p>
<div class="fill-width join-bg">
<img src="~assets/zckj01.png" />
</div>
<img class="fill-width" src="~assets/zckj01.png" />
</div>
</div>
<div :key="index" style="margin-top: 40px" v-for="(item, index) in list">
@ -113,14 +111,14 @@ export default {
{
title: '实体空间',
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',
},
{
title: '虚拟空间',
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',
},
],
@ -142,11 +140,4 @@ export default {
.inner {
margin: 0 auto 40px;
}
.join-bg {
width: 100%;
height: 100%;
background: url('../../../assets/join-bg.jpg') no-repeat;
background-size: 100% 100%;
}
</style>

37
src/views/IncubationPlatform/Children/place/VirtualSpace.vue

@ -8,34 +8,12 @@
<banner :show-page="48" />
<!-- <add-model :value="3" class="add-mol" style="height: 32px" /> -->
<settled-model :type-num="0" class="add-mol" ref="childModel" style="height: 32px" />
<a-button class="set-mol" type="primary">统计信息填报</a-button>
<a-button
@click="$router.push('/IncubationPlatform/MakerSpace/InformationFilling')"
class="set-mol"
type="primary"
>统计信息填报</a-button>
</div>
<!-- <div class="center-box">
<div class="center-title">
<div class="circular"></div>
<div style="margin-left: 40px">加入流程</div>
</div>
<div class="center-content">
<div class="join-us-box">
<img class="fill-width" src="~assets/join-us.png" />
<div class="material-box d-flex flex-row justify-center">
<a-tooltip placement="top">
<template slot="title">
<div>
<p>资料</p>
<p>1.入孵申请表</p>
<p>2.营业执照复印件尚未注册的无须提供未注册提供注册信息登记表</p>
<p>3.法定代表或授权代表身份证复印件</p>
<p>4.主导产品或技术简介</p>
</div>
</template>
<div class="material"></div>
</a-tooltip>
</div>
</div>
</div>
<add-model :value="3" class="center-btn" style="height: 32px" />
</div>-->
<div class="center-box c-box" style="margin-bottom: 160px">
<div class="center-title">
<div class="circular"></div>
@ -43,11 +21,6 @@
</div>
<div class="center-content">
<settled-enterprise :lists="lists" />
<!-- <div :key="index" class="ent-box" v-for="(item, index) in lists">
<p class="ent-index">{{ index + 1 }}</p>
<span class="ent-name" style="margin-left: 50px">{{ item.company }}</span>
<span class="ent-mainBusiness" style="margin-left: 50px">{{ item.mainBusiness }}</span>
</div>-->
</div>
</div>
</div>

6
src/views/Industry/Children/Union.vue

@ -4,7 +4,7 @@
<div class="inner my-1">
<bread-crumb :arr="arr" />
</div>
<div class="top-box" style="margin-bottom: 200px; height: 300px !important">
<div class="top-box" style="margin-bottom: 100px; min-height: 200px">
<div class="top-title">产业创新联盟</div>
<div class="top-content">
<!-- 山西绿谷生物科技股份有限公司立足功能食品生物医药和大健康产业聚焦创新聚力孵化聚合产业
@ -12,7 +12,7 @@
线上线下相结合的融合发展机制和开放式创新创业平台培育打造全链条一体化新型社会研发机构和创新创业生态系统
构筑专业化集群化园区化产业发展新模式和新业态公司秉持创新开放协同融合发展理
赋能健康中国筑梦绿色未来为愿景构建创新创业生态发展特色产业集群打造全链条一体化开放
式创新创业高地为使命大力推动建设共融共生共建 共创价值共同体 -->
式创新创业高地为使命大力推动建设共融共生共建 共创价值共同体-->
产业技术创新联盟在建中
</div>
</div>
@ -57,7 +57,7 @@
v-show="lists.length > 18"
/>
</div>
</div> -->
</div>-->
</div>
</template>

Loading…
Cancel
Save