style.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. :root {
  2. font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
  3. font-size: 16px;
  4. line-height: 24px;
  5. font-weight: 400;
  6. color-scheme: light dark;
  7. color: rgba(255, 255, 255, 0.87);
  8. background-color: #242424;
  9. font-synthesis: none;
  10. text-rendering: optimizeLegibility;
  11. -webkit-font-smoothing: antialiased;
  12. -moz-osx-font-smoothing: grayscale;
  13. -webkit-text-size-adjust: 100%;
  14. }
  15. a {
  16. font-weight: 500;
  17. color: #646cff;
  18. text-decoration: inherit;
  19. }
  20. a:hover {
  21. color: #535bf2;
  22. }
  23. body {
  24. margin: 0;
  25. display: flex;
  26. place-items: center;
  27. min-width: 320px;
  28. min-height: 100vh;
  29. }
  30. h1 {
  31. font-size: 3.2em;
  32. line-height: 1.1;
  33. }
  34. button {
  35. border-radius: 8px;
  36. border: 1px solid transparent;
  37. padding: 0.6em 1.2em;
  38. font-size: 1em;
  39. font-weight: 500;
  40. font-family: inherit;
  41. background-color: #1a1a1a;
  42. cursor: pointer;
  43. transition: border-color 0.25s;
  44. }
  45. button:hover {
  46. border-color: #646cff;
  47. }
  48. button:focus,
  49. button:focus-visible {
  50. outline: 4px auto -webkit-focus-ring-color;
  51. }
  52. .card {
  53. padding: 2em;
  54. }
  55. #app {
  56. /* max-width: 1280px; */
  57. margin: 0 auto;
  58. /* padding: 2rem; */
  59. /* text-align: center; */
  60. }
  61. * {
  62. outline: none;
  63. -webkit-font-smoothing: antialiased;
  64. -moz-osx-font-smoothing: grayscale;
  65. padding: 0;
  66. margin: 0;
  67. }
  68. button:focus,
  69. button:focus-visible {
  70. outline: 0 auto -webkit-focus-ring-color
  71. }
  72. @media (prefers-color-scheme: light) {
  73. :root {
  74. color: #213547;
  75. background-color: #ffffff;
  76. }
  77. a:hover {
  78. color: #747bff;
  79. }
  80. button {
  81. background-color: #f9f9f9;
  82. }
  83. }
  84. .system-menu-container>h2,
  85. .system-menu-container>.n-page-header-wrapper {
  86. font-size: 20px;
  87. margin: 6px 0 10px;
  88. color: #000;
  89. }
  90. .section-container {
  91. background-color: #fff;
  92. border-radius: 8px;
  93. padding: 12px;
  94. box-shadow: 0 3px 8px -6px rgb(0 0 0 / 10%);
  95. }
  96. .section-container .section-container {
  97. border-radius: 0;
  98. padding: 0;
  99. box-shadow: none;
  100. }
  101. .section-container .section-save-form {
  102. margin-bottom: 0;
  103. }
  104. /* 设置地址级别 */
  105. .amap-sug-result {
  106. z-index: 9999 !important;
  107. }
  108. .n-form-item-blank--error .editorContainer {
  109. border: 1px solid #d03050 !important;
  110. }
  111. .n-calendar-cell--selecting {
  112. background-color: #fff8f7;
  113. }
  114. .n-calendar-cell--selecting .n-calendar-cell__bar {
  115. background-color: #2d8cf0 !important;
  116. }
  117. .n-descriptions-table-content {
  118. vertical-align: middle !important;
  119. }
  120. .courseSchdeule-teacer {
  121. padding: 3px 12px;
  122. }
  123. .n-data-table .n-descriptions {
  124. font-size: 13px;
  125. }
  126. .n-data-table-tbody {
  127. font-size: 13px;
  128. }