console.less 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. @charset "UTF-8";
  2. @import "console.dynamic.less";
  3. // +----------------------------------------------------------------------
  4. // | ThinkAdmin
  5. // +----------------------------------------------------------------------
  6. // | 版权所有 2014~2020 广州楚才信息科技有限公司 [ 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. ::selection {
  16. color: #fff !important;
  17. background-color: #ec494e !important
  18. }
  19. ::-moz-selection {
  20. color: #fff !important;
  21. background-color: #ec494e !important
  22. }
  23. ::-webkit-scrollbar {
  24. &-track {
  25. background: #ccc !important
  26. }
  27. &-thumb {
  28. background-color: #666 !important
  29. }
  30. }
  31. ::-webkit-input-placeholder {
  32. color: #aaa
  33. }
  34. div.layui-side > div.layui-side-scroll::-webkit-scrollbar {
  35. width: 3px;
  36. &-track {
  37. background: #ccc !important
  38. }
  39. &-thumb {
  40. background-color: #666 !important
  41. }
  42. }
  43. :-webkit-autofill {
  44. &, &:hover, &:focus, &:active {
  45. box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset !important;
  46. -webkit-transition: color 9999s ease-out, background-color 9999s ease-out !important;
  47. -webkit-transition-delay: 9999s !important;
  48. -webkit-text-fill-color: #333 !important
  49. }
  50. }
  51. body {
  52. color: #333;
  53. font-size: 12px;
  54. a {
  55. color: #06C;
  56. cursor: pointer;
  57. &:hover {
  58. color: #039;
  59. }
  60. }
  61. input::-ms-clear {
  62. display: none
  63. }
  64. }
  65. @import "console.custom.less";
  66. @import 'console.layout.less';
  67. @import "console.layui.less";