From c1f553e69c01564ffd23a6a46ffb412b49de9400 Mon Sep 17 00:00:00 2001 From: lucky Date: Thu, 14 Jan 2021 16:38:52 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E7=A7=91=E6=8A=80=E5=88=9B=E6=96=B0?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ServiceMarket/Children/InnovativeService.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ServiceMarket/Children/InnovativeService.vue b/src/views/ServiceMarket/Children/InnovativeService.vue index 78452bc..7aec072 100644 --- a/src/views/ServiceMarket/Children/InnovativeService.vue +++ b/src/views/ServiceMarket/Children/InnovativeService.vue @@ -2,7 +2,7 @@
-
+
Date: Thu, 14 Jan 2021 18:01:16 +0800 Subject: [PATCH 2/6] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/platform.styl | 18 ++- src/common/portrait.styl | 4 + src/components/Introduce/PartnerShip.styl | 4 +- src/views/About/Children/Organ.vue | 2 +- src/views/About/components/LeftNav.vue | 9 +- src/views/Challenge/Children/Notice.vue | 15 ++- src/views/Challenge/Children/Release.vue | 11 +- src/views/Challenge/components/LeftNav.vue | 9 +- .../ServiceMarket/components/LeftNav.vue | 2 +- src/views/Study/StuDetails.vue | 105 ++++++------------ src/views/Study/Study.vue | 77 +++---------- 11 files changed, 100 insertions(+), 156 deletions(-) diff --git a/src/common/platform.styl b/src/common/platform.styl index 82c620e..bb5545a 100644 --- a/src/common/platform.styl +++ b/src/common/platform.styl @@ -3,16 +3,26 @@ color: #000; font-size: 18px; font-weight: bold; - div { + .nav-item { cursor: pointer; height: 80px; line-height: 80px; background: #fff; - margin-bottom: 2px; - text-align: center + margin: 0 4px 6px 0; + text-align: center; + box-shadow: 0 3px 6px rgba(0,0,0,0.16); + } + + .nav-item:hover{ + color: #007CC1 !important; } } -.nav-box-active { +.nav-item-active { + cursor: pointer; + height: 80px; + line-height: 80px; + margin: 0 4px 6px 0; + text-align: center; background: #007CC1 !important; color: #fff !important; } diff --git a/src/common/portrait.styl b/src/common/portrait.styl index 046ac89..7ac8c02 100644 --- a/src/common/portrait.styl +++ b/src/common/portrait.styl @@ -188,6 +188,10 @@ margin-top: 16px; } +.mt-5{ + margin-top: 20px; +} + .mt-8{ margin-top: 32px; } diff --git a/src/components/Introduce/PartnerShip.styl b/src/components/Introduce/PartnerShip.styl index 67e9053..69eecf4 100644 --- a/src/components/Introduce/PartnerShip.styl +++ b/src/components/Introduce/PartnerShip.styl @@ -39,9 +39,9 @@ } .enterprise-box{ - width: 26%; + width: 31.3%; height: 382px; - margin-right: 11%; + margin-right: 3%; position: relative; padding: 0 16px; diff --git a/src/views/About/Children/Organ.vue b/src/views/About/Children/Organ.vue index 0022924..b8346cb 100644 --- a/src/views/About/Children/Organ.vue +++ b/src/views/About/Children/Organ.vue @@ -1,6 +1,6 @@