@ -1,7 +1,7 @@
<template>
<div class="head d-flex flex-row flex-nowrap px-10 align-center">
<img @click="jumUrl('/')" alt class="logo-img" src="@/assets/logo.png" style="cursor: pointer; margin-left: -30px" />
<div @click="jumUrl('/')" style="font-size: 14px; cursor: pointer; margin-left: -10px">创时代孵化器</div>
<div @click="jumUrl('/')" style="font-size: 14px; cursor: pointer; margin-left: -10px">创时代</div>
<div class="flex-1 ml-8">
<a-dropdown
:class="actPath - 1 === a ? 'list-act' : ''"
@ -85,16 +85,17 @@ export default {
},
{
name: '创新服务',
url: '/ServiceMarket/Institute',
url: '/ServiceMarket/InnovativeService',
children: [
title: '创新研究院',
title: '科技创新服务',
title: '合作伙伴',
url: '/ServiceMarket/Partner',
@ -157,15 +158,15 @@ export default {
name: '创新挑战',
title: '需求征集',
title: '我要发榜',
url: '/Challenge/Solicitation',
title: '项目发布',
title: '我要揭榜',
url: '/Challenge/Release',
title: '结果公示',
title: '揭榜成功',
url: '/Challenge/Notice',
],
@ -27,9 +27,13 @@
</div>
<!-- 加入我们 -->
<div class="white pa-5 mt-4 mb-7" style="position: relative; padding-bottom: 100px">
<rich-text :title="title" />
<model class="mt-8 add-btn" style="float: right" />
<div class="white pa-5 mt-4 mb-7" style="position: relative; padding-bottom: 50px">
<div class="font-style flex-column d-flex" >
<div class="text-right" >创时代企业孵化器欢迎致力于科技创新创业服务的专家、企业家、创业者加盟,</div>
<div class="text-right" >共同服务科技型中小企业、科技园区、地方政府部门!</div>
<!-- <rich-text :title="title" /> -->
<model class="add-btn" style="float: right;margin-right:20px" />
<div class="contact d-flex flex-nowrap justify-space-between">
<!-- <h2 style="width: 45%; text-align: center">发展路</h2> -->
@ -136,4 +140,13 @@ export default {
bottom: 10px;
right: 10px;
}
.font-style {
line-height 1.5em
font-size 20px
font-weight bold
.text-right{
text-align right
</style>
@ -28,16 +28,7 @@
CCSENS®、老吾老®、幼吾幼®、传控可及®、时物链条®等,已通过ISO9001认证。
<div style="width: 100%; margin: 0 auto" class="d-flex flex-wrap">
<img
style="width: 40%; margin: 40px auto"
src="https://www.sxwikionline.com/gateway/wiki/uploads/upload/20210401/a03dde6200444de99b73140e1989866b.png"
alt=""
/>
src="https://www.sxwikionline.com/gateway/wiki/uploads/upload/20210401/13221988aaeb4f6587d1eb62b43a784a.png"
<div style="text-indent: 2em; width: 100%">
<h3>业务架构</h3>
<p style="text-indent: 2em">
@ -63,6 +54,16 @@
其中老吾老®提醒套装曾与小米、华为同台领奖,远程康复套件、无感采集智慧平车已在山西医科大学第一附属医院落地实施。
</p>
<div class="d-flex flex-row-reverse mt-8">
@ -78,7 +79,7 @@
:key="index"
@click="showProfile = true"
class="d-flex pic-box"
style="width: 45%; margin: 20px auto"
style="width: 22.5%; margin: 20px auto"
v-for="(item, index) in lists"
>
<img :src="item.url" style="width: 100%; cursor: pointer" />
@ -83,8 +83,10 @@ export default {
methods: {
jumpUrl(index) {
if (index === 0) {
this.$router.push('/Hatch/Space');
} else if( index === 1){
this.$router.push('/Hatch/Incubator');
} else {
}else if( index === 2){
this.$router.push('/Hatch/Fictitious');
@ -37,7 +37,7 @@
<!-- <p @click="LookSource(item.id)" class="item-content pointer">{{ item.intro }}</p> -->
<!-- <p class="item-content" v-html="item.content"></p> -->
<p class="original1">
<span @click="openWin(item.titleUrl)" class="baseColor source">来源:{{ item.publishDepartName }}</span>
<!-- <span @click="openWin(item.titleUrl)" class="baseColor source">来源:{{ item.publishDepartName }}</span> -->
<span class="time">{{ item.publishTime }}</span>
<p class="original baseColor">
@ -45,6 +45,8 @@
<!-- :total="total" -->
<!-- <div> {{ pageSize+"=115634156" }}</div> -->
<a-pagination
:current="current"
:page-size="pageSize"
@ -68,7 +70,7 @@ export default {
str: '这是创新政策界面',
lists: [],
total: 0,
pageSize: 6,
pageSize: '',
pCode: ['title', 'area', 'area'],
pStatus: {
bw: 0,
@ -80,6 +82,7 @@ export default {
policyText: ['标题', '地区', '发布部门'], // 搜索框选项列表
iptCon: '', // 搜索框input内容
pages: ''
};
computed: mapState('home', ['current', 'policyStatus']),
@ -117,6 +120,8 @@ export default {
if (code === 200) {
this.lists = data.list;
this.total = data.total - 0;
this.pages = data.pages
this.pageSize = data.pageSize
window.scroll(0, 0);
} catch (error) {