blue.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. .iwb-layout-admin {
  2. color: #fff;
  3. color: rgba(255,255,255,.85);
  4. background-color:#00a0ef !important;
  5. }
  6. /** iwb_admin-v1.1.0 MIT License By http://www.iwbnet.com e-mail:yueyy@iwbnet.com */
  7. /*.iwb-theme .layui-layout-admin .layui-logo {
  8. color:#fff;
  9. background-color:#00a0ef
  10. }
  11. .iwb-theme .iwb-layout-admin .layui-header {
  12. background-color:#00a0ef;
  13. z-index:1000;
  14. }
  15. .iwb-theme .iwb-layout-admin .layui-header .layui-nav .layui-nav-item > a {
  16. color: #fff!important;
  17. cursor: pointer;
  18. }
  19. .iwb-theme .iwb-side,.iwb-theme .iwb-side .layui-side-scroll .layui-nav-tree {
  20. background-color:#eeeec4!important
  21. }
  22. .iwb-theme .layui-layout-admin .layui-header .layui-nav {
  23. color:#fff
  24. }
  25. .iwb-theme .iwb-layout-admin .layui-body {
  26. top: 50px;
  27. margin-left: 2px;
  28. border-left: 1px solid #00a0ef;
  29. }
  30. .iwb-theme .iwb-side {
  31. border-right: 1px solid #00a0ef;
  32. top: 50px;
  33. bottom:50px;
  34. }
  35. .iwb-theme .iwb-side .layui-nav .layui-nav-item a {
  36. color:#393D49!important
  37. }
  38. .iwb-theme .iwb-side .layui-nav-tree .layui-nav-child dd.layui-this,.iwb-theme .iwb-side .layui-nav-tree .layui-nav-child dd.layui-this a,.iwb-theme .iwb-side .layui-nav-tree .layui-nav-child dd.layui-this a:hover,.iwb-theme .iwb-side .layui-nav-tree .layui-this,.iwb-theme .iwb-side .layui-nav-tree .layui-this>a,.iwb-theme .iwb-side .layui-nav-tree .layui-this>a:hover {
  39. color:#eef!important;
  40. background-color:#00a0ef!important
  41. }
  42. .iwb-theme .iwb-side .layui-nav .layui-nav-itemed .layui-nav-child {
  43. background-color: #eeeea4 !important;
  44. }
  45. .iwb-theme .iwb-side .layui-nav-tree .layui-nav-child dd:first-child {
  46. border-top:1px solid #EEE
  47. }
  48. .iwb-theme .iwb-side li.layui-this {
  49. background-color:#fff!important
  50. }
  51. .iwb-theme .iwb-nav li.layui-this a {
  52. color:#00a0ef!important
  53. }
  54. .iwb-theme .iwb-nav .layui-nav-item a {
  55. color:#393D49!important
  56. }
  57. .iwb-theme .iwb-nav .layui-nav-item a:hover {
  58. color:#00a0ef!important
  59. }
  60. .iwb-theme .iwb-tab .layui-tab-title li.layui-this,.iwb-theme .iwb-table .iwb-table-header .iwb-search-inputs .iwb-search-more,.iwb-theme .layui-table-tool .layui-laypage a:hover {
  61. color:#00a0ef
  62. }
  63. .iwb-theme .iwb-side .layui-side-scroll .iwb-side-fold {
  64. color:#00a0ef;
  65. background-color:#fff;
  66. border-bottom:1px solid #eee
  67. }
  68. .iwb-theme .iwb-side .layui-nav-tree .layui-nav-child dd.layui-this {
  69. padding-left:3px;
  70. background-color:#00a0ef!important
  71. }
  72. .iwb-theme .iwb-side .layui-nav-tree li.layui-this {
  73. padding-left:5px;
  74. background-color:#00a0ef!important
  75. }
  76. .iwb-theme .iwb-side .layui-nav-tree .layui-nav-bar {
  77. background-color:#00a0ef!important
  78. }
  79. .iwb-table .iwb-table-header .iwb-search-inputs .iwb-search-keyword button,.iwb-theme .layui-laypage .layui-laypage-curr .layui-laypage-em {
  80. background-color:#00a0ef
  81. }
  82. .iwb-theme .layui-nav .layui-nav-more {
  83. border-top-color:#00a0ef
  84. }
  85. .iwb-theme .iwb-side .layui-nav-tree .layui-nav-item a:hover {
  86. color:#34a9ef!important
  87. }
  88. .iwb-theme .iwb-nav .layui-nav-itemed .layui-nav-more,.iwb-theme .iwb-nav .layui-nav-mored,.iwb-theme .iwb-side .layui-nav-itemed >a>.layui-nav-more,.iwb-theme .iwb-side .layui-nav-mored {
  89. border-color:transparent transparent #00a0ef
  90. }
  91. .iwb-theme .layui-tab-card>.layui-tab-title li {
  92. border-bottom-color: #00a0ef
  93. }
  94. .iwb-theme .layui-tab-card>.layui-tab-title .layui-this::after {
  95. border: 1px solid #00a0ef
  96. }
  97. .layui-layout-admin .layui-footer {
  98. position: fixed;
  99. left: 0;
  100. right: 0;
  101. bottom: 0;
  102. height: 50px;
  103. line-height: 50px;
  104. padding: 0 15px;
  105. background-color: #00a0ef;
  106. color: #fff;
  107. z-index:1000;
  108. }
  109. .layui-layer-btn .layui-layer-btn1:hover {
  110. border-color: #00A0EF;
  111. color: #00A0EF;
  112. background: #eee;
  113. }*/