From 2000726aeae69e167461d47c41463d8fac3d8054 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期一, 09 十月 2023 17:17:51 +0800 Subject: [PATCH] 修改页面 --- src/main/resources/static/css/skins.css | 28 ++++++++++++++-------------- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/main/resources/static/css/skins.css b/src/main/resources/static/css/skins.css index e7145fb..2e4c9b8 100644 --- a/src/main/resources/static/css/skins.css +++ b/src/main/resources/static/css/skins.css @@ -6,12 +6,12 @@ */ /** 蓝色主题 skin-blue **/ .navbar, .skin-blue .navbar { - background-color: #3c8dbc + background-color: #014983 } .skin-blue .navbar-default .nav>li.selected>a, .skin-blue .navbar-default .nav>li.selected>a:focus { - background-color: #1890ff; + background-color: #014983; color: rgba(255,255,255,1); } @@ -60,7 +60,7 @@ } .skin-blue .logo { - background-color: #367fa9; + background-color: #014983; color: #fff; border-bottom: 0 solid transparent } @@ -166,7 +166,7 @@ } .skin-blue.layout-top-nav>.logo { - background-color: #3c8dbc; + background-color: #014983; color: #fff; border-bottom: 0 solid transparent } @@ -813,30 +813,30 @@ } .theme-light .nav>li.active{ - background: #f9fafc; + background: #fcfcfc; } .theme-light .navbar-static-side { - background-color: #f9fafc; + background-color: #fcfcfc; box-shadow: 2px 0 2px 0 rgba(29,35,41,.05); } .theme-light .user-panel { - background-color: #f9fafc; + background-color: #fcfcfc; } .theme-light .navbar-default .nav>li>a { - color: #777; + color: #333; } .theme-light.skin-blue .navbar-default .nav>li.active>a { - color: #1890ff; + color: #014983; } .theme-light.skin-blue .navbar-default .nav>li.selected>a, .theme-light.skin-blue .navbar-default .nav>li.selected>a:focus { background-color: rgb(240, 245, 255); - color: rgb(47, 84, 235); + color: #014983; } .theme-light.skin-green .navbar-default .nav>li.active>a { @@ -885,11 +885,11 @@ } .fixed-sidebar.theme-light.mini-navbar .nav li:hover>a> span.nav-label { - background-color: #f9fafc; + background-color: #fcfcfc; } .fixed-sidebar.theme-light.mini-navbar .nav li:hover>.nav-second-level { - background-color: #f9fafc; + background-color: #fcfcfc; } /** 深蓝主题 theme-light **/ @@ -921,12 +921,12 @@ } .theme-blue.skin-blue .navbar-default .nav>li.active>a { - color: #1890ff; + color: #014983; } .theme-blue.skin-blue .navbar-default .nav>li.selected>a, .theme-blue.skin-blue .navbar-default .nav>li.selected>a:focus { - background-color: #1890ff; + background-color: #014983; } .theme-blue.skin-green .navbar-default .nav>li.active>a { -- Gitblit v1.9.2