rose 5 years ago
parent
commit
979823a4c6
  1. 6
      src/common/platform.styl
  2. 2
      src/components/Introduce/RichText.vue
  3. 4
      src/views/About/Children/Introduce.vue
  4. 12
      src/views/About/Children/Organ.vue
  5. 2
      src/views/Activity/Activity.vue
  6. 2
      src/views/Community/Community.vue
  7. 6
      src/views/Community/Posting.vue
  8. 2
      src/views/IncubationPlatform/Children/Services.vue
  9. 2
      src/views/Industry/Children/Serve.vue
  10. 52
      src/views/NewPlatform/Children/Core.vue
  11. 12
      src/views/Policy/components/PolicyList.vue

6
src/common/platform.styl

@ -67,7 +67,7 @@
// height: 830px; // height: 830px;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
padding: 0 9%; // padding: 0 9%;
} }
.bottom-title { .bottom-title {
position: absolute; position: absolute;
@ -78,8 +78,8 @@
.bottom-content { .bottom-content {
position: relative; position: relative;
float: right; float: right;
margin: 40px 0; margin: 1rem 0;
width: 79%; width: 100%;
} }
.partner-box { .partner-box {

2
src/components/Introduce/RichText.vue

@ -8,7 +8,7 @@
<div> <div>
<div class="words-content"> <div class="words-content">
<span <span
class="font-16 textColor line-height-36" class="font-16 textColor line-height-26"
v-dompurify-html="content" v-dompurify-html="content"
v-if="titleCode === title" v-if="titleCode === title"
></span> ></span>

4
src/views/About/Children/Introduce.vue

@ -62,9 +62,7 @@ export default {
</script> </script>
<style lang="stylus" scoped> <style lang="stylus" scoped>
.inner {
margin: 40px auto;
}
.inner-x{ .inner-x{
margin auto 1rem margin auto 1rem
} }

12
src/views/About/Children/Organ.vue

@ -8,7 +8,7 @@
<div class=""> <div class="">
<div class="white"> <div class="white">
<!-- <rich-text :title="title" /> --> <!-- <rich-text :title="title" /> -->
<div :style="{ height: '550px' }" style="width:100%" id="treeChart"></div> <div :style="{ height: '750px' }" style="width:100%" id="treeChart"></div>
</div> </div>
</div> </div>
</div> </div>
@ -91,18 +91,20 @@ export default {
{ {
type: 'tree', type: 'tree',
data: this.treedata, data: this.treedata,
top: '-5%', top: '15%',
left: '5%', left: '5%',
bottom: '0%', bottom: '30%',
right: '30%', right: '10%',
symbolSize: 7, symbolSize: 7,
orient: 'vertical',
lineStyle: { width: 1 }, lineStyle: { width: 1 },
itemStyle: { borderWidth: 3, borderColor: '#AACD06' }, itemStyle: { borderWidth: 3, borderColor: '#AACD06' },
label: { position: 'top', verticalAlign: 'middle', align: 'center', fontSize: 16 }, label: { position: 'top', verticalAlign: 'middle', align: 'center', rotate: -90,fontSize: 16 },
leaves: { leaves: {
label: { label: {
position: 'right', position: 'right',
verticalAlign: 'middle', verticalAlign: 'middle',
rotate: -90,
align: 'left', align: 'left',
}, },
}, },

2
src/views/Activity/Activity.vue

@ -13,7 +13,7 @@
class="search" class="search"
enter-button enter-button
placeholder="请输入..." placeholder="请输入..."
style="width: 22rem" style="width: 90%"
v-model="iptCon" v-model="iptCon"
/> />

2
src/views/Community/Community.vue

@ -19,7 +19,7 @@
class="search" class="search"
enter-button enter-button
placeholder="请输入..." placeholder="请输入..."
style="width: 16rem" style="width: 60%"
v-model="iptCon" v-model="iptCon"
/> />
</div> </div>

6
src/views/Community/Posting.vue

@ -121,7 +121,7 @@ export default {
<style lang="stylus" > <style lang="stylus" >
.wrap { .wrap {
width: 1260px; width: 90%;
min-height: 1037px; min-height: 1037px;
margin: 80px auto 28px auto; margin: 80px auto 28px auto;
overflow: hidden; overflow: hidden;
@ -129,7 +129,7 @@ export default {
} }
.ql-editor { .ql-editor {
min-height: 600px; min-height: 400px;
max-height: 800px; max-height: 600px;
} }
</style> </style>

2
src/views/IncubationPlatform/Children/Services.vue

@ -65,7 +65,7 @@
@cancel="handleCancel" @cancel="handleCancel"
@ok="handleOk" @ok="handleOk"
title="技术需求" title="技术需求"
width="80%" width="85%"
> >
<a-form :form="form"> <a-form :form="form">
<a-form-item <a-form-item

2
src/views/Industry/Children/Serve.vue

@ -56,7 +56,7 @@
@cancel="handleCancel" @cancel="handleCancel"
@ok="handleOk" @ok="handleOk"
title="技术需求" title="技术需求"
width="70%" width="85%"
> >
<a-form :form="form"> <a-form :form="form">
<a-form-item <a-form-item

52
src/views/NewPlatform/Children/Core.vue

@ -16,53 +16,24 @@
<!-- </div> --> <!-- </div> -->
</div> </div>
</div> </div>
<!-- <div class="center-box">
<div class="center-title">
<div class="circular"></div>
<div style="margin-left: 40px">组织机构</div>
</div>
<div class="center-content">
<rich-text :title="title1" />
</div>
</div>-->
<div class="bottom-box white"> <div class="bottom-box white">
<div class="bottom-title"> <div class="bottom-title">
<div class="circular"></div> <div class="circular"></div>
<div style="margin-left: 40px">中心架构</div> <div style="margin-left: 40px">中心架构</div>
</div> </div>
<div class="bottom-content"> <div class="bottom-content">
<div :style="{ height: '500px' }" id="treeChart"></div> <div :style="{ height: '800px' }" id="treeChart"></div>
<div class="absolute-box" style="top: 2.5%" v-if="showDiv"> <div v-if="showDiv">
<div class="case"></div> <div class="case"></div>
<div class="d-flex flex-column"> <div class="d-flex flex-row-reverse">
<div class="mb-8">科技资源共享服务平台</div> <div class="mr-2 mt-3">科技资源共享服务平台</div>
<div class="mb-8">知识产权与技术转移转化服务平台</div> <div class="mr-2 mt-3">知识产权与技术转移转化服务平台</div>
<div>知识培训与科技人才服务平台</div> <div class="mt-3">知识培训与科技人才服务平台</div>
</div>
</div>
</div> </div>
</div> </div>
<!-- <div class="partner-box">
<div class="partner-title">
<div class="circular"></div>
<div style="margin-left: 40px">合作伙伴</div>
</div>
<div class="partner-content">
<de-ent />
</div>
</div>-->
<!-- <div class="join-box">
<div class="join-title">
<div class="circular"></div>
<div style="margin-left: 40px">申请加入</div>
</div>
<div class="join-content">
申请加入
<div>
<new-model />
</div> </div>
</div> </div>
</div>-->
</div> </div>
</template> </template>
@ -157,15 +128,17 @@ export default {
{ {
type: 'tree', type: 'tree',
data: this.treedata, data: this.treedata,
top: '2%', top: '12%',
left: '6%', left: '6%',
bottom: '1%', bottom: '20%',
right: '40%', right: '6%',
orient: 'vertical',
symbolSize: 7, symbolSize: 7,
lineStyle: { width: 1 }, lineStyle: { width: 1 },
itemStyle: { borderWidth: 3, borderColor: '#AACD06' }, itemStyle: { borderWidth: 3, borderColor: '#AACD06' },
label: { label: {
position: 'top', position: 'top',
rotate: -90,
verticalAlign: 'middle', verticalAlign: 'middle',
align: 'center', align: 'center',
fontSize: 16, fontSize: 16,
@ -174,6 +147,7 @@ export default {
label: { label: {
position: 'right', position: 'right',
verticalAlign: 'middle', verticalAlign: 'middle',
rotate: -90,
align: 'left', align: 'left',
}, },
}, },

12
src/views/Policy/components/PolicyList.vue

@ -11,7 +11,7 @@
<a-input-group class="search" compact style="margin: auto 1rem"> <a-input-group class="search" compact style="margin: auto 1rem">
<a-select <a-select
@change="changeCode" @change="changeCode"
style="width: 5rem; height: 40px" style="width:20%"
v-model="pStatus.policyText[pStatus.value - 1]" v-model="pStatus.policyText[pStatus.value - 1]"
> >
<a-select-option value="1">标题</a-select-option> <a-select-option value="1">标题</a-select-option>
@ -22,15 +22,21 @@
@search="getPolicy" @search="getPolicy"
enter-button enter-button
placeholder="请输入..." placeholder="请输入..."
style="width: 60%" style="width: 45%"
v-model="pStatus.iptCon" v-model="pStatus.iptCon"
/> />
</a-input-group> </a-input-group>
<span> <span>
<div class="mt-5">
<a-checkbox :checked="pStatus.bw - 0 === 1" @click="changeStatus('bw')">国家</a-checkbox> <a-checkbox :checked="pStatus.bw - 0 === 1" @click="changeStatus('bw')">国家</a-checkbox>
<a-checkbox :checked="pStatus.sx - 0 === 1" @click="changeStatus('sx')">山西省</a-checkbox> <a-checkbox :checked="pStatus.sx - 0 === 1" @click="changeStatus('sx')">山西省</a-checkbox>
</div>
<div>
<a-checkbox :checked="pStatus.zg - 0 === 1" @click="changeStatus('zg')">山西省综改区</a-checkbox> <a-checkbox :checked="pStatus.zg - 0 === 1" @click="changeStatus('zg')">山西省综改区</a-checkbox>
<a-checkbox :checked="pStatus.ty - 0 === 1" @click="changeStatus('ty')">太原市</a-checkbox> <a-checkbox :checked="pStatus.ty - 0 === 1" @click="changeStatus('ty')">太原市</a-checkbox>
</div>
</span> </span>
</div> </div>
@ -187,7 +193,7 @@ export default {
.search-list { .search-list {
height: 6.5em; height: 6.5em;
line-height: 72px; line-height: 1rem;
background: #fff; background: #fff;
padding: 0 24px; padding: 0 24px;
position: relative; position: relative;

Loading…
Cancel
Save