diff --git a/src/common/platform.styl b/src/common/platform.styl
index c07ef2d..3eda30d 100644
--- a/src/common/platform.styl
+++ b/src/common/platform.styl
@@ -70,10 +70,11 @@
}
.center-content {
float: right;
- margin: 160px 0;
+ margin: 80px 0;
width: 79%;
line-height: 36px;
font-size: 16px;
+
}
@@ -141,15 +142,24 @@
position: relative;
padding: 0 9%;
}
+
+.space-box:hover{
+ box-shadow: 0 6px 6px rgba(0,0,0,0.16)
+}
+
+.space-box:hover .introduce-title{
+ margin-top: 20px;
+}
+
.introduce-box {
width: 60%;
overflow: hidden;
position: relative;
background: #fff;
- box-shadow: 0 3px 6px rgba(0,0,0,0.16)
cursor: pointer;
padding: 30px;
}
+
.introduce-title {
margin-top: 24px;
font-size: 30px;
diff --git a/src/components/PlatformList/PlatformList.vue b/src/components/PlatformList/PlatformList.vue
index d15b164..10c1d0a 100644
--- a/src/components/PlatformList/PlatformList.vue
+++ b/src/components/PlatformList/PlatformList.vue
@@ -4,17 +4,14 @@
{{ item.name }}
-
了解更多→
+
了解更多→
@@ -231,14 +228,15 @@ export default {
width: 20.5%;
margin-right: 6%;
border-radius: 4px;
- position: relative;
- margin-bottom: 50px;
+ // position: relative;
+ margin-bottom: 30px;
}
.title {
text-align: center;
- position: absolute;
- bottom: 0;
+ // position: absolute;
+ // bottom: 0;
+ height: 48px;
width: 100%;
color: rgba(0, 0, 0, 0.85);
font-size: 28px;
@@ -267,7 +265,7 @@ export default {
}
.con-img {
- height: 100%;
+ height: 270px;
width: 100%;
border: none;
}
diff --git a/src/views/IncubationPlatform/Children/MakerSpace.vue b/src/views/IncubationPlatform/Children/MakerSpace.vue
index c1e5084..c9ba253 100644
--- a/src/views/IncubationPlatform/Children/MakerSpace.vue
+++ b/src/views/IncubationPlatform/Children/MakerSpace.vue
@@ -24,7 +24,10 @@
目前空间已引入科创咨询专业服务机构,并与多家
- 第三方专业机构
+ 第三方专业机构
建立战略合作,聘请
创业导师
30余名,服务领域涵盖专业技术、企业管理、科创咨询、财务税务、法务咨询等,可随时为入孵企业提供针 对性、一对一创业辅导服务。
@@ -38,20 +41,36 @@
-
+
-
{{ item.title }}
+
{{ item.title }}
实体空间由
孵化场所、
公共实验室、
中试基地部分组成。
-
{{ item.content }}
+
{{ item.content }}
-
![]()
+
-
+
{{ item.title }}
diff --git a/src/views/IncubationPlatform/Children/place/EntitySpace.vue b/src/views/IncubationPlatform/Children/place/EntitySpace.vue
index 6351b40..e355b69 100644
--- a/src/views/IncubationPlatform/Children/place/EntitySpace.vue
+++ b/src/views/IncubationPlatform/Children/place/EntitySpace.vue
@@ -45,9 +45,10 @@
拥有20万以上仪器设备26台套,包括AKTA蛋白纯化系统、多功能酶标仪、原子吸收光谱仪、
液相色谱仪、万级无菌工作间、P2实验室等多种高端、大型实验仪器设备;可提供生物医药、
食品检测、食用菌、肠道微生物等方面的科学实验、检验检测、小试中试等技术服务与科研成果转化。
-
-
-

+
@@ -58,16 +59,15 @@
发酵工程中试基地位于山西维尔乳制品有限公司,基地具有发酵乳制品等生产加工条件,可提供微生物发酵实验及相关中试。
-
- 超高压食品加工中试基地位于太原市小店区正阳街43号的山西力德福科技有限公司。基地具有非热杀菌保鲜生产线、超高压设备制造生产线及中试车间,可提供超高压加工实验及相关中试和产业化服务。
-
+
超高压食品加工中试基地位于太原市小店区正阳街43号的山西力德福科技有限公司。基地具有非热杀菌保鲜生产线、超高压设备制造生产线及中试车间,可提供超高压加工实验及相关中试和产业化服务。
干果精深加工中试基地位于吕梁的交城天娇红农业科技有限公司
,拥有300余万元的先进分析检测仪器设备及免洗干枣生产车间、浓缩枣汁生产车间等生产加工条件,可提供相关中试研究。
-
-
-

+
@@ -321,16 +321,6 @@ export default {
}
.center-img {
- float: right;
- margin-top: -150px;
width: 79%;
- margin-bottom: 160px;
- text-align: left;
- line-height: 36px;
- font-size: 16px;
-
- img {
- width: 80%;
- }
}
diff --git a/src/views/NewPlatform/Children/Core.vue b/src/views/NewPlatform/Children/Core.vue
index ce895fe..a324e81 100644
--- a/src/views/NewPlatform/Children/Core.vue
+++ b/src/views/NewPlatform/Children/Core.vue
@@ -150,13 +150,13 @@ export default {
type: 'tree',
data: this.treedata,
top: '2%',
- left: '12%',
+ left: '6%',
bottom: '1%',
right: '40%',
symbolSize: 7,
lineStyle: { width: 4 },
itemStyle: { borderWidth: 3, borderColor: '#AACD06' },
- label: { position: 'left', verticalAlign: 'middle', align: 'right', fontSize: 16 },
+ label: { position: 'top', verticalAlign: 'middle', align: 'center', fontSize: 16 },
leaves: {
label: {
position: 'right',
diff --git a/src/views/NewPlatform/Children/Platform.vue b/src/views/NewPlatform/Children/Platform.vue
index 28a6e92..5c05d21 100644
--- a/src/views/NewPlatform/Children/Platform.vue
+++ b/src/views/NewPlatform/Children/Platform.vue
@@ -115,7 +115,7 @@ export default {
@media only screen and (max-width: 1650px) {
.con-title {
- font-size: 1rem;
+ font-size: 1.3rem;
}
}
@@ -126,5 +126,6 @@ export default {
display: flex;
justify-content: center;
align-items: center;
+ font-size: 16px;
}
diff --git a/src/views/NewPlatform/Children/Service.vue b/src/views/NewPlatform/Children/Service.vue
index 78e7692..2397d56 100644
--- a/src/views/NewPlatform/Children/Service.vue
+++ b/src/views/NewPlatform/Children/Service.vue
@@ -12,53 +12,129 @@
-
+
![]()
-
- {{ item.name }}
+
+ {{ item.name }}
{{ item.intro }}
+ >了解更多→-->
-
+
-
+
-
+
-
-
+
+
-
+
-
![]()
+
获取验证码
-
+
-
重新发送 {{ interval }}
-
- 获取验证码
-
+
重新发送 {{ interval }}
+
获取验证码
-
-
+
+
-
-
- 点击上传附件
+
+
+
+ 点击上传附件
+
diff --git a/src/views/NewPlatform/Children/ShareChild/Institute.vue b/src/views/NewPlatform/Children/ShareChild/Institute.vue
index de04691..c900048 100644
--- a/src/views/NewPlatform/Children/ShareChild/Institute.vue
+++ b/src/views/NewPlatform/Children/ShareChild/Institute.vue
@@ -4,13 +4,18 @@
-
+
{{ shareName }}
-
{{ description }}
+
{{ description }}
设备列表
-
+
{{ item.name }}
了解更多→