| 1234567891011121314151617181920212223242526272829303132 |
- .iwb-layout-admin {
- color: #fff;
- color: rgba(255,255,255,.85);
- background-color:#333277 !important;
- }
- /*.layui-layout-admin .layui-header{background:#fff;}
- .kit-theme .layui-layout-admin .layui-logo{background-color:#20222A}
- .iwb-layout-admin .iwb-side {
- top:50px;
- background-color: #20222A!important;
- }
- .iwb-theme .iwb-side .layui-nav-tree .layui-nav-item {
- background-color:#20222A;
- border-bottom:1px solid #3c3c3c
- }
- .iwb-theme .iwb-side .layui-nav-tree .layui-nav-item a:hover {
- background-color:#fff;
- color:#EEE
- }
- .iwb-theme .iwb-side .layui-nav-tree .layui-nav-item:first-child {
- background-color: #20622A;
- border-bottom: 1px solid #808080;
-
- }
- .iwb-theme .iwb-side .layui-nav-tree .layui-nav-item:first-child.layui-this {
- background-color: #20622A !important;
- }
- .iwb-theme .iwb-side .layui-nav-tree .layui-nav-item:first-child.layui-this a{
- background-color: #20622A !important;
- }*/
|