From 7eff5e6b21b4381f984db50e053ef6ad78392dc4 Mon Sep 17 00:00:00 2001 From: rose <1942951600@qq.com> Date: Thu, 13 May 2021 15:58:10 +0800 Subject: [PATCH] 2 --- src/App.vue | 6 ++- src/common/platform.styl | 35 +++++--------- src/common/portrait.styl | 43 +++++++++++++++++ src/components/FooterPage/FriendShip.vue | 2 +- src/components/HeadNav/HeadNav.vue | 2 +- src/components/Introduce/ContactMap.vue | 2 +- src/components/Introduce/ContactUs.vue | 6 +-- src/components/Introduce/Model.vue | 2 +- src/components/PlatformList/Fruit.vue | 4 +- src/components/PlatformList/PlatformList.vue | 16 +++---- src/views/About/Children/Organ.vue | 6 +-- src/views/About/components/HNav.vue | 2 +- src/views/Activity/Activity.vue | 8 ++-- src/views/Challenge/Children/Notice.vue | 30 ++++++------ src/views/Challenge/Children/Release.vue | 36 +++++++------- src/views/Challenge/Children/Solicitation.vue | 48 +++++++++++++------ src/views/Challenge/components/Enroll.vue | 2 +- src/views/Community/Community.vue | 4 +- src/views/ContactUs/ContactUs.vue | 9 ++-- src/views/FirstPage/FirstPage.vue | 8 ++-- .../IncubationPlatform/Children/Services.vue | 7 +-- .../Children/components/SenNav.vue | 4 +- src/views/Industry/Children/Serve.vue | 6 --- .../Industry/Children/components/HNav.vue | 2 +- src/views/NewPlatform/Children/Develop.vue | 5 +- src/views/NewPlatform/Children/Platform.vue | 6 +-- src/views/NewPlatform/Children/Service.vue | 16 +++---- src/views/NewPlatform/Children/Share.vue | 22 ++++----- src/views/NewPlatform/Children/Transfer.vue | 18 ++----- 29 files changed, 193 insertions(+), 164 deletions(-) diff --git a/src/App.vue b/src/App.vue index d06bc2c..97e20c8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,7 +2,7 @@
- + @@ -89,4 +89,8 @@ body::-webkit-scrollbar { .anchorBL { display: none; } + +.min-height{ + min-height:30rem +} diff --git a/src/common/platform.styl b/src/common/platform.styl index e83dde1..28668f3 100644 --- a/src/common/platform.styl +++ b/src/common/platform.styl @@ -1,12 +1,18 @@ .nav-box { - height: 50px; - background: #000000; - line-height: 50px; - padding: 0 9%; - color: #fff; + width 100% + height 2.5rem + // border 1px solid pink + // border-bottom 1px solid #4C5660 font-size: 16px; + padding-left 1.5rem + padding-top 0.2rem + background-color #fff + + + // line-height: 50px; + div { - margin-right: 56px; + margin-right: 1rem; cursor: pointer; } } @@ -43,26 +49,9 @@ line-height: 1.5rem; } -.circular { - height: 20px; - width: 20px; - background: #13ACC4; - border-radius: 50%; - margin: auto 0 -} -.center-box { - - background: #fff; - padding: 0 9%; -} -.center-title { - top: 10%; - font-size: 30px; - color: #000; -} .center-content { float: right; margin: 50px 0; diff --git a/src/common/portrait.styl b/src/common/portrait.styl index 87736fd..77f4ba6 100644 --- a/src/common/portrait.styl +++ b/src/common/portrait.styl @@ -542,4 +542,47 @@ h2{ .font-weight-bold{ font-weight bold +} + +// .item-box { +// position: relative; +// width: 41%; +// margin-right: 3%; +// margin-left: 3%; +// border-radius: 4px; +// } + +.about-us{ + width 100% + height 2.5rem + // border 1px solid pink + font-size: 16px; + padding-left 1.5rem + padding-top 0.2rem + background-color #fff +} + +.width-8{ + width 80% !important +} + +.search-background { + background: #fff + // border: 1px solid rgba(0, 0, 0, 0.06); + height: auto; + padding: 0 1.4rem; + width: 100%; + margin: 0.5rem auto 1rem; + line-height: 1.2rem; +} + +.item-box { + position: relative; + width: 41%; + background: #fff; + margin-left: 6%; + border-radius: 4px; + margin-bottom: 40px; + padding: 10px; + padding-bottom: 60px; } \ No newline at end of file diff --git a/src/components/FooterPage/FriendShip.vue b/src/components/FooterPage/FriendShip.vue index 26e37ed..fa6177a 100644 --- a/src/components/FooterPage/FriendShip.vue +++ b/src/components/FooterPage/FriendShip.vue @@ -8,7 +8,7 @@