From 979823a4c6d675656b8fbb39063a3b926886aa95 Mon Sep 17 00:00:00 2001 From: rose <1942951600@qq.com> Date: Fri, 14 May 2021 15:03:35 +0800 Subject: [PATCH] 7 --- src/common/platform.styl | 6 +-- src/components/Introduce/RichText.vue | 2 +- src/views/About/Children/Introduce.vue | 4 +- src/views/About/Children/Organ.vue | 12 +++-- src/views/Activity/Activity.vue | 2 +- src/views/Community/Community.vue | 2 +- src/views/Community/Posting.vue | 6 +-- .../IncubationPlatform/Children/Services.vue | 2 +- src/views/Industry/Children/Serve.vue | 2 +- src/views/NewPlatform/Children/Core.vue | 52 +++++-------------- src/views/Policy/components/PolicyList.vue | 20 ++++--- 11 files changed, 45 insertions(+), 65 deletions(-) diff --git a/src/common/platform.styl b/src/common/platform.styl index 69a8345..143711e 100644 --- a/src/common/platform.styl +++ b/src/common/platform.styl @@ -67,7 +67,7 @@ // height: 830px; overflow: hidden; position: relative; - padding: 0 9%; + // padding: 0 9%; } .bottom-title { position: absolute; @@ -78,8 +78,8 @@ .bottom-content { position: relative; float: right; - margin: 40px 0; - width: 79%; + margin: 1rem 0; + width: 100%; } .partner-box { diff --git a/src/components/Introduce/RichText.vue b/src/components/Introduce/RichText.vue index 0acb57b..7e2f37c 100644 --- a/src/components/Introduce/RichText.vue +++ b/src/components/Introduce/RichText.vue @@ -8,7 +8,7 @@
diff --git a/src/views/About/Children/Introduce.vue b/src/views/About/Children/Introduce.vue index 029040a..9fae4ef 100644 --- a/src/views/About/Children/Introduce.vue +++ b/src/views/About/Children/Introduce.vue @@ -62,9 +62,7 @@ export default { diff --git a/src/views/IncubationPlatform/Children/Services.vue b/src/views/IncubationPlatform/Children/Services.vue index 9d094f8..8f6a157 100644 --- a/src/views/IncubationPlatform/Children/Services.vue +++ b/src/views/IncubationPlatform/Children/Services.vue @@ -65,7 +65,7 @@ @cancel="handleCancel" @ok="handleOk" title="技术需求" - width="80%" + width="85%" > -->
- +
中心架构
-
-
+
+
-
-
科技资源共享服务平台
-
知识产权与技术转移转化服务平台
-
知识培训与科技人才服务平台
+
+
科技资源共享服务平台
+
知识产权与技术转移转化服务平台
+
知识培训与科技人才服务平台
- -
@@ -157,15 +128,17 @@ export default { { type: 'tree', data: this.treedata, - top: '2%', + top: '12%', left: '6%', - bottom: '1%', - right: '40%', + bottom: '20%', + right: '6%', + orient: 'vertical', symbolSize: 7, lineStyle: { width: 1 }, itemStyle: { borderWidth: 3, borderColor: '#AACD06' }, label: { position: 'top', + rotate: -90, verticalAlign: 'middle', align: 'center', fontSize: 16, @@ -174,6 +147,7 @@ export default { label: { position: 'right', verticalAlign: 'middle', + rotate: -90, align: 'left', }, }, diff --git a/src/views/Policy/components/PolicyList.vue b/src/views/Policy/components/PolicyList.vue index 03f33ee..503775b 100644 --- a/src/views/Policy/components/PolicyList.vue +++ b/src/views/Policy/components/PolicyList.vue @@ -11,7 +11,7 @@ 标题 @@ -22,15 +22,21 @@ @search="getPolicy" enter-button placeholder="请输入..." - style="width: 60%" + style="width: 45%" v-model="pStatus.iptCon" /> - 国家 - 山西省 - 山西省综改区 - 太原市 +
+ 国家 + 山西省 +
+
+ 山西省综改区 + 太原市 +
+ +
@@ -187,7 +193,7 @@ export default { .search-list { height: 6.5em; - line-height: 72px; + line-height: 1rem; background: #fff; padding: 0 24px; position: relative;