console.less 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. @charset "UTF-8";
  2. @import "_config.less";
  3. // +----------------------------------------------------------------------
  4. // | ThinkAdmin
  5. // +----------------------------------------------------------------------
  6. // | 版权所有 2014~2022 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
  7. // +----------------------------------------------------------------------
  8. // | 官方网站: https://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-track {
  24. background: #ccc !important
  25. }
  26. ::-webkit-scrollbar-thumb {
  27. background-color: #666 !important
  28. }
  29. ::-webkit-input-placeholder {
  30. color: #aaa
  31. }
  32. :-webkit-autofill {
  33. &, &:hover, &:focus, &:active {
  34. box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset !important;
  35. -webkit-transition: color 9999s ease-out, background-color 9999s ease-out !important;
  36. -webkit-transition-delay: 9999s !important;
  37. -webkit-text-fill-color: #333 !important
  38. }
  39. }
  40. body {
  41. color: #333;
  42. font-size: 12px;
  43. a {
  44. color: #06C;
  45. cursor: pointer;
  46. &:hover {
  47. color: #039;
  48. }
  49. }
  50. input::-ms-clear {
  51. display: none
  52. }
  53. }
  54. @import '_custom.less';
  55. @import '_display.less';
  56. @import '_layout.less';
  57. @import '_layout_1_red.less';
  58. @import '_layout_1_blue.less';
  59. @import '_layout_1_black.less';
  60. @import '_layout_1_green.less';
  61. @import '_layout_2_red.less';
  62. @import '_layout_2_blue.less';
  63. @import '_layout_2_black.less';
  64. @import '_layout_2_green.less';
  65. @import '_layout_white.less';