_layout_white.less 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. @charset "UTF-8";
  2. @import "_config.less";
  3. .layui-layout-theme-white {
  4. > .layui-layout-admin {
  5. > .layui-side {
  6. box-shadow: none;
  7. background-color: #fff !important;
  8. .layui-logo {
  9. color: #333;
  10. box-shadow: none;
  11. font-weight: bold;
  12. }
  13. .layui-side-scroll {
  14. display: flex !important;
  15. box-sizing: border-box;
  16. border-right: @TopHeaderBottomLine;
  17. .layui-nav-child {
  18. background: none !important;
  19. }
  20. .layui-side-icon {
  21. width: 60px;
  22. display: none;
  23. background: #fff;
  24. a {
  25. height: 60px;
  26. display: block;
  27. text-align: center;
  28. line-height: 60px;
  29. }
  30. .layui-icon {
  31. color: #999;
  32. }
  33. > .layui-this {
  34. background: #fff;
  35. .layui-icon {
  36. color: #098 !important;
  37. }
  38. }
  39. }
  40. .layui-side-tree {
  41. flex: 1;
  42. .layui-nav-item {
  43. background: none !important;
  44. border-bottom-color: #fff;
  45. a {
  46. color: #333 !important;
  47. background: none !important;
  48. border-bottom: none !important;
  49. &:hover {
  50. color: #098 !important;
  51. }
  52. }
  53. .layui-this, &.layui-this {
  54. > a {
  55. color: #098 !important;
  56. background: none !important;
  57. font-weight: bold !important;
  58. &:hover {
  59. background: none !important;
  60. }
  61. }
  62. }
  63. &ed > a {
  64. color: #999 !important;
  65. }
  66. }
  67. }
  68. }
  69. }
  70. > .layui-body {
  71. > .think-page-body > .layui-card > .layui-card-header {
  72. box-sizing: border-box;
  73. box-shadow: none !important;
  74. border-bottom: @TopHeaderBottomLine;
  75. }
  76. }
  77. > .layui-header {
  78. background: none !important;
  79. .layui-nav-item {
  80. &.layui-this > a {
  81. color: #098 !important;
  82. font-weight: bold;
  83. background: none !important;
  84. }
  85. > a {
  86. color: #333 !important;
  87. &:hover {
  88. color: #098 !important;
  89. background: none !important;
  90. }
  91. }
  92. }
  93. }
  94. }
  95. }