default.css 918 B

1234567891011121314151617181920212223242526272829303132
  1. .iwb-layout-admin {
  2. color: #fff;
  3. color: rgba(255,255,255,.85);
  4. background-color:#333277 !important;
  5. }
  6. /*.layui-layout-admin .layui-header{background:#fff;}
  7. .kit-theme .layui-layout-admin .layui-logo{background-color:#20222A}
  8. .iwb-layout-admin .iwb-side {
  9. top:50px;
  10. background-color: #20222A!important;
  11. }
  12. .iwb-theme .iwb-side .layui-nav-tree .layui-nav-item {
  13. background-color:#20222A;
  14. border-bottom:1px solid #3c3c3c
  15. }
  16. .iwb-theme .iwb-side .layui-nav-tree .layui-nav-item a:hover {
  17. background-color:#fff;
  18. color:#EEE
  19. }
  20. .iwb-theme .iwb-side .layui-nav-tree .layui-nav-item:first-child {
  21. background-color: #20622A;
  22. border-bottom: 1px solid #808080;
  23. }
  24. .iwb-theme .iwb-side .layui-nav-tree .layui-nav-item:first-child.layui-this {
  25. background-color: #20622A !important;
  26. }
  27. .iwb-theme .iwb-side .layui-nav-tree .layui-nav-item:first-child.layui-this a{
  28. background-color: #20622A !important;
  29. }*/