Browse Source

样式修改

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

12
src/components/SettledEnterprise/SettledEnterprise.vue

@ -1,7 +1,7 @@
<template>
<div class="fast-box">
<div class="con-box" id="bobaodiv">
<div :key="0 +`${i}`" class="ent-box-div" v-for="(item, i) in lists">
<div :key="0 + `${i}`" class="ent-box-div" v-for="(item, i) in lists">
<div class="ent-box">
<p class="ent-index">{{ i + 1 }}</p>
<span class="ent-name" style="margin-left: 50px">{{ item.company }}</span>
@ -167,15 +167,11 @@ export default {
line-height: 24px;
color: rgba(0, 0, 0, 0.65);
opacity: 1;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.ent-mainBusiness {
position: absolute;
left: 35%;
left: 60%;
width: 20%;
height: 24px;
top: 50%;
@ -186,10 +182,6 @@ export default {
line-height: 24px;
color: rgba(0, 0, 0, 0.65);
opacity: 1;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.fast-box {

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

@ -33,7 +33,7 @@
<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: 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 class="partner-box">

Loading…
Cancel
Save