From de7df945debc6e468a4afd87bbe43387a4b6788b Mon Sep 17 00:00:00 2001 From: zhuangqian Date: Sat, 17 Dec 2016 10:33:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BE=8E=E5=8C=96=E5=90=8E=E5=8F=B0ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/view/error/404.html | 8 ++++---- src/main/webapp/WEB-INF/view/error/500.html | 8 ++++---- src/main/webapp/WEB-INF/view/error/permission.html | 4 ++-- src/main/webapp/static/assets/css/ace.css | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/main/webapp/WEB-INF/view/error/404.html b/src/main/webapp/WEB-INF/view/error/404.html index b28be514..c0b7a4f6 100644 --- a/src/main/webapp/WEB-INF/view/error/404.html +++ b/src/main/webapp/WEB-INF/view/error/404.html @@ -2,7 +2,7 @@

- + HTTP 404 @@ -17,17 +17,17 @@
  • - + 检查地址是否输入错误
  • - + 检查是否处于联网状态
  • - + 联系管理员
diff --git a/src/main/webapp/WEB-INF/view/error/500.html b/src/main/webapp/WEB-INF/view/error/500.html index 7d8dabc1..5b095068 100644 --- a/src/main/webapp/WEB-INF/view/error/500.html +++ b/src/main/webapp/WEB-INF/view/error/500.html @@ -2,7 +2,7 @@

- + HTTP 500 @@ -23,7 +23,7 @@
  • - + 接口名:
  • @@ -32,7 +32,7 @@
  • - + 异常类名:
  • @@ -41,7 +41,7 @@
  • - + 异常信息:
  • diff --git a/src/main/webapp/WEB-INF/view/error/permission.html b/src/main/webapp/WEB-INF/view/error/permission.html index 2062ea3f..9ca6ab47 100644 --- a/src/main/webapp/WEB-INF/view/error/permission.html +++ b/src/main/webapp/WEB-INF/view/error/permission.html @@ -22,8 +22,8 @@

diff --git a/src/main/webapp/static/assets/css/ace.css b/src/main/webapp/static/assets/css/ace.css index 3fb22831..9e584fb5 100644 --- a/src/main/webapp/static/assets/css/ace.css +++ b/src/main/webapp/static/assets/css/ace.css @@ -8763,7 +8763,7 @@ input[type="tel"], input[type="color"] { border-radius: 0 !important; color: #858585; - background-color: #ffffff; + background-color: #fcfcfc; border: 1px solid #d5d5d5; padding: 5px 4px 6px; font-size: 14px; @@ -8836,7 +8836,7 @@ select { -webkit-box-shadow: none !important; box-shadow: none !important; color: #858585; - background-color: #ffffff; + background-color: #fcfcfc; border: 1px solid #d5d5d5; } .form-control:focus, @@ -16946,7 +16946,7 @@ img.editable-click:hover { border-left: 1px solid #E1E1E1; } .ui-jqgrid .ui-jqgrid-hdiv { - background-color: #eff3f8; + background-color: #eeeeee; border: 1px solid #D3D3D3; border-width: 1px 0 0 1px; line-height: 15px; @@ -17010,7 +17010,7 @@ img.editable-click:hover { height: 35px; padding-top: 3px !important; padding-bottom: 5px !important; - background-color: #eff3f8 !important; + background-color: #eeeeee !important; border-bottom: 1px solid #E1E1E1 !important; border-top: 1px solid #E1E1E1 !important; }