From 3ad19016e6680be81f109c6eaad736ca9b0a93b0 Mon Sep 17 00:00:00 2001 From: vincent <1341870251@qq.com> Date: 星期五, 29 五月 2020 15:24:55 +0800 Subject: [PATCH] # --- src/main/webapp/views/console.html | 4 ++-- src/main/webapp/static/css/console.css | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css index fd2cafc..994ff74 100644 --- a/src/main/webapp/static/css/console.css +++ b/src/main/webapp/static/css/console.css @@ -69,10 +69,10 @@ /* 鍫嗗灈鏈鸿建閬� */ .pathway { - border: 1px solid #000; + border: 1px solid #333; position: absolute; - background-color:#eee!important; - color: #000000 !important; + background-color:#333!important; + color: #333 !important; width: 100%; margin-top: 10px; z-index: -1; diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html index 35ec595..8a891a2 100644 --- a/src/main/webapp/views/console.html +++ b/src/main/webapp/views/console.html @@ -12,9 +12,9 @@ <style> /* 绔欑偣 */ .site { + color: #333; height: 20px; - border: 1px solid red; - border-radius: 3px; + border: 1px solid #fff; cursor: pointer; width: 50px; text-align: center; -- Gitblit v1.9.1