Browse Source

修改细节

master
lucky 5 years ago
parent
commit
a7ce1b239c
  1. 2
      src/components/HeadNav/HeadNav.vue
  2. 4
      src/components/Index/IndexNewList.vue
  3. 2
      src/components/Introduce/ContactMap.vue
  4. 2
      src/views/FirstPage/FirstPage.vue
  5. 12
      src/views/IncubationPlatform/Children/Services.vue
  6. 2
      src/views/Industry/Children/Serve.vue

2
src/components/HeadNav/HeadNav.vue

@ -57,7 +57,7 @@ export default {
data() {
return {
str: '这是头部导航',
activeItem: 0,
activeItem: '',
list: [
{
name: '关于我们',

4
src/components/Index/IndexNewList.vue

@ -151,11 +151,11 @@ export default {
overflow: hidden;
display: -webkit-box;
margin-top: 8px;
line-height: 28px;
line-height: 25px;
font-size: 12px;
color: rgba(0, 0, 0, 0.45);
font-family: Microsoft YaHei;
-webkit-line-clamp: 1;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

2
src/components/Introduce/ContactMap.vue

@ -26,7 +26,7 @@ export default {
// marker.setTitle('绿');
map.addOverlay(marker); //
var content = '<table>';
content = content + '<tr><td> 绿谷生物</td></tr>';
content = content + '<tr><td> 山西绿谷生物科技有限公司</td></tr>';
content = content + '<tr><td></td></tr>';
content = content + '<tr><td> 山西省太原市晋阳街202号英语周报大厦八层</td></tr>';
content += '</table>';

2
src/views/FirstPage/FirstPage.vue

@ -202,7 +202,7 @@ export default {
param: {
activityType: [],
pageNum: 1,
pageSize: 8,
pageSize: 6,
title: '',
},
};

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

@ -15,7 +15,7 @@
<div
:class="(index + 1) % 4 === 0 ? 'margin-0' : ''"
:key="index"
class="item-box mb-8 pointer d-flex flex-column"
class="item-box pointer d-flex flex-column"
style="position: relative"
v-for="(item, index) in list"
>
@ -25,9 +25,9 @@
@click="showModal(item.id)"
style="height: 220px; width: 100%; border: 1px solid #ccc"
/>
<p @click="showModal(item.id)" class="font-24 my-4">{{ item.name }}</p>
<p class="font-16 mb-4 textColor line-height-30 item-intro">{{ item.intro }}</p>
<p @click="showDiv(index)" class="baseColor d-flex flex-row-reverse">{{ showList[index] }}</p>
<p @click="showModal(item.id)" class="font-24 my-2">{{ item.name }}</p>
<p class="font-16 textColor item-intro">{{ item.intro }}</p>
<!-- <p @click="showDiv(index)" class="baseColor d-flex flex-row-reverse">{{ showList[index] }}</p> -->
</div>
</div>
<div class="inner">
@ -439,7 +439,7 @@ export default {
// -webkit-line-clamp: 3;
// -webkit-box-orient: vertical;
text-align: left;
height: 90px;
overflow: hidden;
// height: 90px;
// overflow: hidden;
}
</style>

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

@ -39,7 +39,7 @@
:visible="visible"
@cancel="handleCancel"
@ok="handleOk"
title="产品购买"
title="技术需求"
width="50%"
>
<a-form :form="form">

Loading…
Cancel
Save