From d94fdf89007d501491a6a79e1d14b40283826b0b Mon Sep 17 00:00:00 2001 From: chenhuan <czj123456> Date: 星期五, 24 五月 2024 10:44:25 +0800 Subject: [PATCH] 样式调整 --- javaweb-plus/javaweb-admin/src/main/resources/static/css/skins.css | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/javaweb-plus/javaweb-admin/src/main/resources/static/css/skins.css b/javaweb-plus/javaweb-admin/src/main/resources/static/css/skins.css index 43c4f27..28ba2cd 100644 --- a/javaweb-plus/javaweb-admin/src/main/resources/static/css/skins.css +++ b/javaweb-plus/javaweb-admin/src/main/resources/static/css/skins.css @@ -6,7 +6,7 @@ */ /** 钃濊壊涓婚 skin-blue **/ .navbar, .skin-blue .navbar { - background-color: #3c8dbc + background-color: rgb(239,245,255); } .skin-blue .navbar-default .nav>li.selected>a, @@ -44,7 +44,7 @@ } .skin-blue .navbar .sidebar-toggle:hover { - background-color: #367fa9 + background-color: #2e9ddd } @media ( max-width :767px) { @@ -55,22 +55,22 @@ color: #fff } .skin-blue .navbar .dropdown-menu li a:hover { - background: #367fa9 + background: #2e9ddd } } .skin-blue .logo { - background-color: #367fa9; + background-color: rgb(44,46,68); color: #fff; border-bottom: 0 solid transparent } .skin-blue .logo:hover { - background-color: #357ca5 + background-color: #198fd3 } .skin-blue li.user-header { - background-color: #3c8dbc + background-color: #2da4e9 } .skin-blue .content-header { @@ -96,7 +96,7 @@ .skin-blue .nav>li.active { color: #fff; background: #293846; - border-left: 3px solid #3c8dbc; + border-left: 3px solid #2da4e9; } .skin-blue .nav>li.active>ul li.active { @@ -152,7 +152,7 @@ } .skin-blue.layout-top-nav>.logo { - background-color: #3c8dbc; + background-color: #2da4e9; color: #fff; border-bottom: 0 solid transparent } @@ -166,7 +166,7 @@ } .skin-blue.layout-top-nav>.logo { - background-color: #3c8dbc; + background-color: #2da4e9; color: #fff; border-bottom: 0 solid transparent } @@ -795,11 +795,11 @@ } .theme-dark .navbar-static-side { - background-color: #2f4050; + background-color: rgb(44, 46, 68); } .theme-dark .user-panel { - background-color: #2f4050; + background-color: rgb(44,46,48); } .theme-dark .navbar-default .nav>li>a:hover, -- Gitblit v1.9.1