diff --git a/src/assets/image.png b/src/assets/image.png index 625821e..ea56251 100644 Binary files a/src/assets/image.png and b/src/assets/image.png differ diff --git a/src/common/platform.styl b/src/common/platform.styl index c976362..29bb6bd 100644 --- a/src/common/platform.styl +++ b/src/common/platform.styl @@ -1,7 +1,7 @@ .nav-box { - height: 66px; + height: 50px; background: #000000; - line-height: 66px; + line-height: 50px; padding: 0 9%; color: #fff; font-size: 16px; @@ -143,12 +143,16 @@ padding: 0 9%; } +.space-box{ + height: 150px; +} + .space-box:hover{ box-shadow: 0 6px 6px rgba(0,0,0,0.16) } .space-box:hover .introduce-title{ - margin-top: 20px; + margin-top: 10px; } .introduce-box { @@ -161,7 +165,7 @@ } .introduce-title { - margin: 20px 0; + margin: 15px 0; font-size: 30px; color: rgba(0,0,0,0.85); } @@ -172,7 +176,7 @@ } .flow-path { background: -webkit-linear-gradient(left, #13ACC4 , #fff); - padding: 80px 9%; + padding: 30px 9%; position: relative; } .flow-title { diff --git a/src/common/portrait.styl b/src/common/portrait.styl index 1fdb0c0..fd94e6c 100644 --- a/src/common/portrait.styl +++ b/src/common/portrait.styl @@ -179,6 +179,10 @@ margin-top: 16px; } +.mt-5{ + margin-top: 20px; +} + .mt-8{ margin-top: 32px; } diff --git a/src/components/HeadNav/HeadNav.vue b/src/components/HeadNav/HeadNav.vue index 0130091..ab13ce4 100644 --- a/src/components/HeadNav/HeadNav.vue +++ b/src/components/HeadNav/HeadNav.vue @@ -104,22 +104,6 @@ export default { title: '众创空间', url: '/IncubationPlatform/MakerSpace', }, - // { - // title: '公共实验室', - // url: '/IncubationPlatform/PublicLaboratory', - // }, - // { - // title: '中试基地', - // url: '/IncubationPlatform/PilotBase', - // }, - // { - // title: '创业导师', - // url: '/IncubationPlatform/Tutor', - // }, - // { - // title: '合作伙伴', - // url: '/IncubationPlatform/Partner', - // }, { title: '创业服务', url: '/IncubationPlatform/Services', diff --git a/src/components/Index/IndexNewList.vue b/src/components/Index/IndexNewList.vue index 1daa686..26195db 100644 --- a/src/components/Index/IndexNewList.vue +++ b/src/components/Index/IndexNewList.vue @@ -152,7 +152,7 @@ export default { font-size: 12px; color: rgba(0, 0, 0, 0.45); font-family: Microsoft YaHei; - -webkit-line-clamp: 2; + -webkit-line-clamp: 1; -webkit-box-orient: vertical; } diff --git a/src/components/Introduce/IntentionModel.vue b/src/components/Introduce/IntentionModel.vue index 47a8d5b..5354cee 100644 --- a/src/components/Introduce/IntentionModel.vue +++ b/src/components/Introduce/IntentionModel.vue @@ -1,36 +1,94 @@