console.less 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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-input-placeholder {
  23. color: #aaa
  24. }
  25. ::-webkit-scrollbar {
  26. width: 3px;
  27. height: 3px;
  28. &-track {
  29. background: #ccc !important
  30. }
  31. &-thumb {
  32. background-color: #666 !important
  33. }
  34. }
  35. :-webkit-autofill {
  36. &, &:hover, &:focus, &:active {
  37. box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset !important;
  38. -webkit-transition: color 9999s ease-out, background-color 9999s ease-out !important;
  39. -webkit-transition-delay: 9999s !important;
  40. -webkit-text-fill-color: #333 !important
  41. }
  42. }
  43. body {
  44. color: #333;
  45. font-size: 12px;
  46. font-family: '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei', 'Helvetica Neue', 'Luxi Sans', 'DejaVu Sans', 'Hiragino Sans GB', serif;
  47. a {
  48. color: #06C;
  49. cursor: pointer;
  50. &:hover {
  51. color: #039;
  52. }
  53. }
  54. input::-ms-clear {
  55. display: none
  56. }
  57. }
  58. @import "console.custom.less";
  59. @import "console.form.less";
  60. @import "console.layui.less";
  61. @import 'console.layout.less';