green.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. .iwb-layout-admin {
  2. color: #fff;
  3. color: rgba(255,255,255,.85);
  4. background-color:#00a65a !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:#00a65a
  10. }
  11. .iwb-theme .iwb-layout-admin .layui-header {
  12. background-color:#00a65a;
  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:#eeeee4!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 #00a65a;
  29. }
  30. .iwb-theme .iwb-side {
  31. border-right: 1px solid #00a65a;
  32. top: 50px;
  33. bottom:50px;
  34. }
  35. .iwb-theme .iwb-side .layui-nav-tree .layui-nav-item {
  36. background-color:#eeeee4;
  37. border-bottom:1px solid #e5e5e5
  38. }
  39. .iwb-theme .iwb-side .layui-nav-tree .layui-nav-item a:hover {
  40. background-color:#fff;
  41. color:#EEE
  42. }
  43. .iwb-theme .iwb-side .layui-nav .layui-nav-item a {
  44. color:#393D49!important
  45. }
  46. .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 {
  47. color:#fff!important;
  48. background-color:#00a65a!important
  49. }
  50. .iwb-theme .iwb-side .layui-nav .layui-nav-itemed .layui-nav-child {
  51. background-color: #eeeee4 !important;
  52. }
  53. .iwb-theme .iwb-side .layui-nav-tree .layui-nav-child dd:first-child {
  54. border-top:1px solid #EEE
  55. }
  56. .iwb-theme .iwb-side li.layui-this {
  57. background-color:#fff!important
  58. }
  59. .iwb-theme .iwb-nav li.layui-this a {
  60. color:#00a65a!important
  61. }
  62. .iwb-theme .iwb-nav .layui-nav-item a {
  63. color:#393D49!important
  64. }
  65. .iwb-theme .iwb-nav .layui-nav-item a:hover {
  66. color:#00a65a!important
  67. }
  68. .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 {
  69. color:#00a65a
  70. }
  71. .iwb-theme .iwb-side .layui-side-scroll .iwb-side-fold {
  72. color:#00a65a;
  73. background-color:#fff;
  74. border-bottom:1px solid #eee
  75. }
  76. .iwb-theme .iwb-side .layui-nav-tree .layui-nav-child dd.layui-this {
  77. padding-left:3px;
  78. background-color:#00a65a!important
  79. }
  80. .iwb-theme .iwb-side .layui-nav-tree li.layui-this {
  81. padding-left:5px;
  82. background-color:#00a65a!important
  83. }
  84. .iwb-theme .iwb-side .layui-nav-tree .layui-nav-bar {
  85. background-color:#00a65a!important
  86. }
  87. .iwb-table .iwb-table-header .iwb-search-inputs .iwb-search-keyword button,.iwb-theme .layui-laypage .layui-laypage-curr .layui-laypage-em {
  88. background-color:#00a65a
  89. }
  90. .iwb-theme .layui-nav .layui-nav-more {
  91. border-top-color:#00a65a
  92. }
  93. .iwb-theme .iwb-nav .layui-nav-itemed .layui-nav-more,.iwb-theme .iwb-nav .layui-nav-mored,.iwb-theme .iwb-side .layui-nav-itemed .layui-nav-more,.iwb-theme .iwb-side .layui-nav-mored {
  94. border-color:transparent transparent #00a65a
  95. }
  96. .iwb-theme .layui-tab-card>.layui-tab-title li {
  97. border-bottom-color: #00a65a
  98. }
  99. .iwb-theme .layui-tab-card>.layui-tab-title .layui-this::after {
  100. border: 1px solid #00a65a
  101. }
  102. .layui-layout-admin .layui-footer {
  103. position: fixed;
  104. left: 0;
  105. right: 0;
  106. bottom: 0;
  107. height: 50px;
  108. line-height: 50px;
  109. padding: 0 15px;
  110. background-color: #00a65a;
  111. color: #fff;
  112. z-index:1000;
  113. }*/