_layout_white.less 2.1 KB

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