From 9d40370db99fe21a2ad2bec290d09ed37945fec4 Mon Sep 17 00:00:00 2001 From: luyisha Date: Fri, 28 Apr 2023 19:06:12 +0800 Subject: [PATCH] 1 --- src/components/CommonFooter.vue | 2 +- src/components/CommonHeader.vue | 22 +++++++++++++++++++ src/views/home/index.vue | 3 ++- src/views/profile/certification.vue | 34 ++++++++++++++++++++++++----- src/views/profile/index.vue | 21 +++++++++++++----- src/views/signUp/index.vue | 3 +++ 6 files changed, 72 insertions(+), 13 deletions(-) diff --git a/src/components/CommonFooter.vue b/src/components/CommonFooter.vue index fd34653..a1b5ed8 100644 --- a/src/components/CommonFooter.vue +++ b/src/components/CommonFooter.vue @@ -394,7 +394,7 @@ export default { height: 57px; background-color: rgba(0, 0, 0, 1); text-align: center; - border: 1px solid rgba(46, 46, 46, 1); + border: 1px solid #0C0C0C; .container { width: 100%; height: 57px; diff --git a/src/components/CommonHeader.vue b/src/components/CommonHeader.vue index 95be726..ae6375c 100644 --- a/src/components/CommonHeader.vue +++ b/src/components/CommonHeader.vue @@ -700,4 +700,26 @@ color: #000 !important; .dropdown-item{ color: #666; } +.dark-app{ + header { + background-color: #000 !important; + border-bottom: 1px solid #171A1E !important; + color: #fff !important; + } + .dropdown-menu{ + background-color: #212121;; + } + .dropdown-header{ + border-bottom: 1px solid #2a2e39; + } + .dropdown-item{ + color: rgba(242,242,242,0.85); + } + .navbar-nav { + .nav-link { + color: #fff; + + } + } +} diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 5caefa8..4b5331c 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -2421,7 +2421,8 @@ path { diff --git a/src/views/profile/index.vue b/src/views/profile/index.vue index 143420e..e1a67e5 100644 --- a/src/views/profile/index.vue +++ b/src/views/profile/index.vue @@ -1,5 +1,5 @@