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 @@ GO-IMAP网页版邮箱imap工具 + @@ -21,22 +22,9 @@ overflow: hidden; background-color: #f5f5f5; } - .el-container{ - margin-top:10px; - height: 100%; - } - .el-aside{ - height: 100%; - background: #fff; - border: solid 1px #e6e6e6; - } .el-aside .el-menu{ border-right: none; } - .mainLogo{ - font-size: 20px; - font-weight: bold; - } .mainMain{ background: #fff; margin-left: 10px; diff --git a/static/html/main.html b/static/html/main.html index 7b67d6c..b120ea4 100644 --- a/static/html/main.html +++ b/static/html/main.html @@ -5,6 +5,7 @@ GO-FLY即时通讯工具集 + @@ -19,10 +20,7 @@ overflow: hidden; background-color: #f5f5f5; } - .el-container{ - margin-top:10px; - height: 100%; - } + .el-aside{ height: 100%; background: #fff; @@ -47,11 +45,7 @@ .el-card__body{ cursor: pointer; } - .version{ - margin-left: 5px; - font-size: 12px; - color: #acacac; - } + diff --git a/static/html/nav.html b/static/html/nav.html index 37e3c24..9e64062 100644 --- a/static/html/nav.html +++ b/static/html/nav.html @@ -1,8 +1,12 @@ {{define "nav"}} - + 邮箱 聊天 diff --git a/static/html/setting.html b/static/html/setting.html index 3511d4f..925daa3 100644 --- a/static/html/setting.html +++ b/static/html/setting.html @@ -2,9 +2,8 @@