Browse Source

部分样式

master
rose 4 years ago
parent
commit
16c7254c21
  1. 13
      src/components/SettledEnterprise/SettledEnterprise.vue
  2. 18
      src/views/Challenge/Children/Notice.vue
  3. 31
      src/views/Challenge/Children/Release.vue
  4. 32
      src/views/IncubationPlatform/Children/place/VirtualSpace.vue
  5. 1
      src/views/NewPlatform/components/HNav.vue

13
src/components/SettledEnterprise/SettledEnterprise.vue

@ -143,7 +143,8 @@ export default {
.ent-box-div {
width: 100%;
margin-right: 11%;
height: 4rem;
// height: 4rem;
margin-bottom: 0.5rem
}
@ -173,10 +174,10 @@ export default {
.ent-name {
font-size: 22px;
font-size: 18px;
font-family: Microsoft YaHei;
font-weight: bold;
line-height: 22px;
line-height: 20px;
color: rgba(0, 0, 0, 0.65);
opacity: 1;
@ -184,10 +185,10 @@ export default {
.ent-mainBusiness {
height: 24px;
font-size: 16px;
// height: 24px;
font-size: 14px;
font-family: Microsoft YaHei;
line-height: 24px;
line-height: 16px;
color: #B0B0B0;
opacity: 1;
overflow: hidden;

18
src/views/Challenge/Children/Notice.vue

@ -196,12 +196,12 @@ export default {
.pro-box {
width: 45%;
margin-left: 3%;
height: 300px;
// height: 300px;
background: #FFFFFF;
padding: 24px 20px;
padding: 14px 6px;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
position: relative;
margin-bottom: 20px;
margin-bottom: 1rem;
opacity: 1;
}
@ -212,15 +212,16 @@ export default {
line-height: 31px;
color: rgba(0, 0, 0, 0.85);
opacity: 1;
margin-bottom 0.5rem
}
.pro-content {
font-size: 30px;
font-size: 26px;
overflow: hidden;
font-family: Microsoft YaHei;
font-weight: bold;
color: #13ACC4;
margin-bottom: 60px;
margin-bottom 0.1rem
opacity: 1;
display: -webkit-box;
-webkit-line-clamp: 5;
@ -228,14 +229,15 @@ export default {
}
.pro-time {
position: absolute;
font-size: 14px;
// position: absolute;
font-size: 12px;
font-family: Microsoft YaHei;
font-weight: 400;
line-height: 22px;
line-height: 16px;
color: rgba(0, 0, 0, 0.45);
opacity: 1;
bottom: 0;
margin-bottom 0.3rem
}
.pro-btn {

31
src/views/Challenge/Children/Release.vue

@ -30,7 +30,7 @@
<p class="pro-title">{{ item.title }}</p>
<p class="pro-content">{{ item.content }}</p>
<p class="pro-time">时间{{ item.time }}</p>
<a-button class="pro-btn width-8" type="primary">揭榜</a-button>
<a-button class="pro-btn " type="primary" size="small">揭榜</a-button>
</div>
</div>
<div class="inner">
@ -205,22 +205,23 @@ export default {
.pro-box {
width: 45%;
margin-left: 3%;
height: 300px;
// height: 240px;
background: #FFFFFF;
padding: 24px 20px;
padding: 0.5rem 20px;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
position: relative;
margin-bottom: 20px;
// position: relative;
margin-bottom: 1rem;
opacity: 1;
}
.pro-title {
font-size: 24px;
font-size: 20px;
font-family: Microsoft YaHei;
font-weight: bold;
line-height: 31px;
// line-height: 24px;
color: rgba(0, 0, 0, 0.85);
opacity: 1;
margin-bottom 0.5rem
}
.pro-content {
@ -228,28 +229,32 @@ export default {
overflow: hidden;
font-family: Microsoft YaHei;
font-weight: 400;
line-height: 24px;
// line-height: 20px;
color: rgba(0, 0, 0, 0.65);
opacity: 1;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
margin-bottom 0.1rem
}
.pro-time {
position: absolute;
font-size: 14px;
// position: absolute;
font-size: 12px;
font-family: Microsoft YaHei;
font-weight: 400;
line-height: 22px;
line-height: 16px;
color: rgba(0, 0, 0, 0.45);
opacity: 1;
bottom: 60px;
margin-bottom 0.3rem
}
.pro-btn {
position: absolute;
bottom: 24px;
// position: absolute;
// bottom: 24px;
width: 100px;
margin 0 auto
display block
}
</style>

32
src/views/IncubationPlatform/Children/place/VirtualSpace.vue

@ -1,9 +1,6 @@
<template>
<div>
<h-nav />
<div class="inner my-1">
<bread-crumb :arr="arr" />
</div>
<div class="top-box">
<banner :show-page="48" />
<!-- <add-model :value="3" class="add-mol" style="height: 32px" /> -->
@ -14,10 +11,10 @@
type="primary"
>统计信息填报</a-button>
</div>
<div class="center-box c-box" style="margin-bottom: 160px">
<div class="center-title" style="top: 105px;">
<div class="center-box c-box" style="margin-bottom: 15px">
<div class="center-title d-flex align-center" style="top: 105px;">
<div class="circular"></div>
<div style="margin-left: 40px">入驻企业名录</div>
<div style="margin-left: 2rem">入驻企业名录</div>
</div>
<div class="center-content">
<settled-enterprise :lists="lists" @searchEnt="searchEnt" />
@ -37,7 +34,7 @@ import SettledEnterprise from 'components/SettledEnterprise/SettledEnterprise.vu
export default {
name: 'VirtualSpace',
components: { HNav, BreadCrumb, SettledModel, Banner, SettledEnterprise },
components: { HNav, SettledModel, Banner, SettledEnterprise },
data() {
return {
title: '虚拟众创空间',
@ -255,4 +252,25 @@ export default {
left: 40%;
}
}
.center-box {
background: #fff;
padding: 0 1rem;
}
.circular {
height: 20px;
width: 20px;
background: #13ACC4;
border-radius: 50%;
margin: auto 0
}
.center-title {
top: 10%;
font-size: 26px;
color: #000;
}
</style>

1
src/views/NewPlatform/components/HNav.vue

@ -63,7 +63,6 @@ export default {
width 100%
height 2rem
// border 1px solid pink
border-bottom 1px solid #4C5660
font-size: 16px;
padding-left 1rem
padding-top 0.2rem

Loading…
Cancel
Save