Browse Source

样式修改

master
aBin 5 years ago
parent
commit
84bd524a2b
  1. 10
      src/components/SettledEnterprise/SettledEnterprise.vue
  2. 2
      src/views/NewPlatform/Children/Core.vue

10
src/components/SettledEnterprise/SettledEnterprise.vue

@ -167,15 +167,11 @@ export default {
line-height: 24px; line-height: 24px;
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);
opacity: 1; opacity: 1;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
} }
.ent-mainBusiness { .ent-mainBusiness {
position: absolute; position: absolute;
left: 35%; left: 60%;
width: 20%; width: 20%;
height: 24px; height: 24px;
top: 50%; top: 50%;
@ -186,10 +182,6 @@ export default {
line-height: 24px; line-height: 24px;
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);
opacity: 1; opacity: 1;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
} }
.fast-box { .fast-box {

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

@ -33,7 +33,7 @@
<div :style="{ height: '500px' }" id="treeChart"></div> <div :style="{ height: '500px' }" id="treeChart"></div>
<div class="absolute-box" style="top: 2.5%" v-if="showDiv">科技资源共享服务平台</div> <div class="absolute-box" style="top: 2.5%" v-if="showDiv">科技资源共享服务平台</div>
<div class="absolute-box" style="top: 35%" v-if="showDiv">知识产权与技术转移转化服务平台</div> <div class="absolute-box" style="top: 35%" v-if="showDiv">知识产权与技术转移转化服务平台</div>
<div class="absolute-box" style="top: 67.5%" v-if="showDiv">知识培训服务平台</div> <div class="absolute-box" style="top: 67.5%" v-if="showDiv">知识培训与科技人才服务平台</div>
</div> </div>
</div> </div>
<!-- <div class="partner-box"> <!-- <div class="partner-box">

Loading…
Cancel
Save