From d2a019cbea9095fd3a8e1d90dd06efa003e73c58 Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Wed, 26 Aug 2020 15:51:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/common.css | 21 ++++++++++++++++++++- static/html/header.html | 14 +------------- static/html/main.html | 12 +++--------- static/html/nav.html | 6 +++++- static/html/setting.html | 5 ++--- static/html/setting_deploy.html | 2 -- static/html/setting_kefu_list.html | 2 -- static/html/setting_left.html | 8 +++++++- static/html/setting_mysql.html | 2 -- static/html/setting_role_list.html | 4 +--- 10 files changed, 39 insertions(+), 37 deletions(-) diff --git a/static/css/common.css b/static/css/common.css index dd49ca7..aa01991 100644 --- a/static/css/common.css +++ b/static/css/common.css @@ -154,4 +154,23 @@ 50%, 100% {transform: translateY(0);} 75% {transform: translateY(-10px);} } -.animate-bounce-up{ -webkit-animation: bounce-up 1.4s linear infinite;animation: bounce-up 1.4s linear infinite;} \ No newline at end of file +.animate-bounce-up{ -webkit-animation: bounce-up 1.4s linear infinite;animation: bounce-up 1.4s linear infinite;} +.mainLogo{ + font-size: 20px; + font-weight: bold; + color: #fff; +} +.mainVersion{ + margin-left: 5px; + font-size: 12px; +} +.el-submenu__title i{ + color: #fff; +} +.el-container{ + height: 100%; +} +.el-aside{ + height: 100%; + background: #222d32; +} \ No newline at end of file diff --git a/static/html/header.html b/static/html/header.html index 2d9e028..aaa14fd 100644 --- a/static/html/header.html +++ b/static/html/header.html @@ -7,6 +7,7 @@