console.less 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. @charset "UTF-8";
  2. // +----------------------------------------------------------------------
  3. // | ThinkAdmin
  4. // +----------------------------------------------------------------------
  5. // | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
  6. // +----------------------------------------------------------------------
  7. // | 官方网站: http://demo.thinkadmin.top
  8. // +----------------------------------------------------------------------
  9. // | 开源协议 ( https://mit-license.org )
  10. // +----------------------------------------------------------------------
  11. // | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
  12. // | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
  13. // +----------------------------------------------------------------------
  14. ::selection {
  15. color: #fff !important;
  16. background-color: #ec494e !important
  17. }
  18. ::-moz-selection {
  19. color: #fff !important;
  20. background-color: #ec494e !important
  21. }
  22. ::-webkit-scrollbar {
  23. &-track {
  24. background: #ccc !important
  25. }
  26. &-thumb {
  27. background-color: #666 !important
  28. }
  29. }
  30. ::-webkit-input-placeholder {
  31. color: #aaa
  32. }
  33. div.layui-side > div.layui-side-scroll::-webkit-scrollbar {
  34. width: 3px;
  35. &-track {
  36. background: #ccc !important
  37. }
  38. &-thumb {
  39. background-color: #666 !important
  40. }
  41. }
  42. :-webkit-autofill {
  43. &, &:hover, &:focus, &:active {
  44. box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset !important;
  45. -webkit-transition: color 9999s ease-out, background-color 9999s ease-out !important;
  46. -webkit-transition-delay: 9999s !important;
  47. -webkit-text-fill-color: #333 !important
  48. }
  49. }
  50. body {
  51. color: #333;
  52. font-size: 12px;
  53. a {
  54. color: #06C;
  55. cursor: pointer;
  56. &:hover {
  57. color: #039;
  58. }
  59. }
  60. input::-ms-clear {
  61. display: none
  62. }
  63. }
  64. @import "console.form.less";
  65. @import "console.layui.less";
  66. @import 'console.layout.less';
  67. @import "console.custom.less";