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 @@
-
-
+
+
-
-
科技资源共享服务平台
-
知识产权与技术转移转化服务平台
-
知识培训与科技人才服务平台
+
+
科技资源共享服务平台
+
知识产权与技术转移转化服务平台
+
知识培训与科技人才服务平台
-
-
@@ -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;