console.layout.less 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. @charset "UTF-8";
  2. @import "console.config.less";
  3. // +----------------------------------------------------------------------
  4. // | ThinkAdmin
  5. // +----------------------------------------------------------------------
  6. // | 版权所有 2014~2021 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
  7. // +----------------------------------------------------------------------
  8. // | 官方网站: http://demo.thinkadmin.top
  9. // +----------------------------------------------------------------------
  10. // | 开源协议 ( https://mit-license.org )
  11. // +----------------------------------------------------------------------
  12. // | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
  13. // | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
  14. // +----------------------------------------------------------------------
  15. .layui-layout {
  16. > .layui-header {
  17. left: @LayoutDefaLeftSzie;
  18. right: 0;
  19. color: @TopHeaderTextColor !important;
  20. height: @TopHeaderHeight;
  21. position: absolute;
  22. box-sizing: content-box;
  23. background: @TopHeaderBackColor !important;
  24. border-bottom: @TopHeaderBottomLine !important;
  25. > ul.layui-nav {
  26. margin: 0;
  27. padding: 0;
  28. white-space: nowrap;
  29. .layui-logo-hide {
  30. width: 50px !important;
  31. padding: 0 !important;
  32. display: none;
  33. text-align: center;
  34. }
  35. &.layui-layout-left {
  36. left: 0;
  37. }
  38. &.layui-layout-right {
  39. .headimg {
  40. width: 20px;
  41. height: 20px;
  42. }
  43. }
  44. .layui-nav-item > a {
  45. height: @TopHeaderHeight;
  46. padding: 0 18px;
  47. overflow: hidden;
  48. line-height: @TopHeaderHeight;
  49. &:hover {
  50. color: @TopHeaderNavHoverTextColor
  51. }
  52. .layui-icon {
  53. font-size: 16px;
  54. }
  55. }
  56. }
  57. .layui-nav-item {
  58. height: @TopHeaderHeight;
  59. line-height: @TopHeaderHeight;
  60. > a {
  61. color: @TopHeaderNavNormalTextColor !important;
  62. background: @TopHeaderNavNormalBackColor !important;
  63. &:hover {
  64. color: @TopHeaderNavHoverTextColor !important;
  65. background: @TopHeaderNavHoverBackColor !important;
  66. }
  67. }
  68. &.layui-this > a {
  69. color: @TopHeaderNavActiveTextColor !important;
  70. background: @TopHeaderNavActiveBackColor !important;
  71. }
  72. .layui-nav-child {
  73. top: @BodyMainTop;
  74. border: 0;
  75. padding: 0;
  76. line-height: 48px;
  77. border-radius: 0;
  78. + a.layui-elip {
  79. padding-right: 35px;
  80. img {
  81. width: 20px;
  82. height: 20px;
  83. margin-right: 5px;
  84. border-radius: 50%;
  85. }
  86. }
  87. &.layui-show + a {
  88. background: #FFF;
  89. }
  90. dd {
  91. a {
  92. padding: 0;
  93. margin-top: 1px;
  94. text-align: center;
  95. .layui-icon {
  96. margin-right: 5px;
  97. }
  98. }
  99. }
  100. }
  101. }
  102. .layui-nav-bar,
  103. .layui-nav-item:after {
  104. display: none !important
  105. }
  106. }
  107. > .layui-side {
  108. top: 0;
  109. bottom: 0;
  110. width: @LayoutDefaLeftSzie;
  111. position: fixed;
  112. overflow: hidden;
  113. background-color: @LeftMainBackColor;
  114. .layui-logo,
  115. .layui-logo-mini {
  116. color: #FFF;
  117. width: auto;
  118. height: @TopHeaderHeight;
  119. display: block;
  120. overflow: hidden;
  121. position: relative;
  122. font-size: 18px;
  123. text-align: center;
  124. line-height: @TopHeaderHeight;
  125. border-bottom: 1px solid rgba(0, 0, 0, .15);
  126. sup {
  127. font-size: 9px;
  128. line-height: 9px;
  129. padding-left: 5px;
  130. }
  131. }
  132. .layui-logo-mini {
  133. display: none;
  134. }
  135. .layui-nav-bar {
  136. display: none !important;
  137. }
  138. .layui-side-scroll {
  139. top: @BodyMainTop;
  140. bottom: 0;
  141. width: 100% !important;
  142. height: 100% !important;
  143. overflow: auto;
  144. position: absolute;
  145. .layui-nav-tree {
  146. width: @LayoutDefaLeftSzie;
  147. }
  148. &:after {
  149. height: @TopHeaderHeight;
  150. display: block;
  151. content: '';
  152. }
  153. &::-webkit-scrollbar {
  154. width: 3px !important;
  155. &-track {
  156. background: #ccc !important
  157. }
  158. &-thumb {
  159. background-color: #666 !important
  160. }
  161. }
  162. .layui-nav-item {
  163. border-bottom: 1px solid rgba(0, 0, 0, .2);
  164. .layui-nav-child {
  165. padding: 0;
  166. background-color: @LeftMainSubBackColor;
  167. }
  168. dd, dd > a {
  169. color: @LeftMainNavNormalTextColor;
  170. background-color: @LeftMainNavNormalBackColor;
  171. }
  172. dd.layui-this,
  173. dd.layui-this > a {
  174. color: @LeftMainNavActiveTextColor;
  175. background-color: @LeftMainNavActiveBackColor;
  176. }
  177. a {
  178. height: 45px;
  179. display: block;
  180. line-height: 45px;
  181. padding-top: 0;
  182. padding-bottom: 0;
  183. color: @LeftMainNavNormalTextColor;
  184. &:hover {
  185. color: @LeftMainNavHoverTextColor;
  186. background: @LeftMainNavHoverBackColor
  187. }
  188. .nav-icon {
  189. padding-right: 5px;
  190. }
  191. }
  192. }
  193. }
  194. }
  195. > .layui-body {
  196. top: @BodyMainTop;
  197. left: @LayoutDefaLeftSzie;
  198. padding: 0;
  199. > .layui-card {
  200. box-shadow: none !important;
  201. background: none !important;
  202. > .layui-card-body {
  203. top: 0;
  204. width: 100%;
  205. bottom: 0;
  206. padding: 0;
  207. z-index: 2;
  208. overflow: auto;
  209. position: absolute;
  210. box-sizing: border-box;
  211. background: @BodyMainBackColor;
  212. > .layui-card-table {
  213. padding: 15px;
  214. box-sizing: border-box;
  215. }
  216. > .layui-card-html {
  217. padding: 15px;
  218. min-width: 100%;
  219. position: absolute;
  220. box-sizing: border-box;
  221. }
  222. > div > .layui-tab.layui-tab-card {
  223. border: none;
  224. box-shadow: @ShadowMaxOuter;
  225. & > .layui-tab-content.think-box-shadow {
  226. box-shadow: none;
  227. }
  228. }
  229. }
  230. > .layui-card-header {
  231. top: @BodyMainTop;
  232. left: @LayoutDefaLeftSzie;
  233. right: 0;
  234. height: 45px;
  235. border: none;
  236. z-index: 3;
  237. padding: 0 15px;
  238. position: fixed;
  239. background: #FFF;
  240. line-height: 45px;
  241. box-shadow: @ShadowMaxOuter;
  242. & + .layui-card-body {
  243. top: 45px;
  244. }
  245. }
  246. }
  247. }
  248. }
  249. .layui-layout-left-mini {
  250. .layui-header {
  251. left: @LayoutMiniLeftSize;
  252. }
  253. > .layui-body {
  254. left: @LayoutMiniLeftSize;
  255. > .layui-card {
  256. > .layui-card-header {
  257. left: @LayoutMiniLeftSize;
  258. }
  259. }
  260. }
  261. > .layui-side {
  262. .layui-logo {
  263. display: none;
  264. }
  265. .layui-logo-mini {
  266. display: block;
  267. }
  268. .layui-nav-more {
  269. display: none !important
  270. }
  271. .layui-nav-item {
  272. a {
  273. padding: 0
  274. }
  275. .nav-text {
  276. display: none
  277. }
  278. .nav-icon {
  279. padding: 0 !important;
  280. display: inline-block !important;
  281. }
  282. .layui-nav-child {
  283. padding: 0;
  284. display: block !important;
  285. background-color: rgba(0, 0, 0, .3) !important
  286. }
  287. }
  288. &, .layui-nav-tree, .layui-side-scroll, .layui-side-scroll .layui-nav-tree {
  289. width: @LayoutMiniLeftSize;
  290. text-align: center;
  291. }
  292. }
  293. [data-target-menu-type] i {
  294. display: inline-block;
  295. transform: rotate(180deg);
  296. -ms-transform: rotate(180deg);
  297. -webkit-transform: rotate(180deg);
  298. }
  299. }
  300. .layui-layout-left-hide {
  301. > .layui-body {
  302. left: 0 !important;
  303. > .layui-card {
  304. > .layui-card-header {
  305. left: 0 !important;
  306. }
  307. }
  308. }
  309. > .layui-header {
  310. left: 0 !important;
  311. .layui-logo-hide {
  312. display: inline-block !important;
  313. }
  314. }
  315. > .layui-side {
  316. display: none !important;
  317. }
  318. [data-target-menu-type] {
  319. display: none !important;
  320. }
  321. }