| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- :root {
- font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
- font-size: 16px;
- line-height: 24px;
- font-weight: 400;
- color-scheme: light dark;
- color: rgba(255, 255, 255, 0.87);
- background-color: #242424;
- font-synthesis: none;
- text-rendering: optimizeLegibility;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- -webkit-text-size-adjust: 100%;
- }
- a {
- font-weight: 500;
- color: #646cff;
- text-decoration: inherit;
- }
- a:hover {
- color: #535bf2;
- }
- body {
- margin: 0;
- display: flex;
- place-items: center;
- min-width: 320px;
- min-height: 100vh;
- }
- h1 {
- font-size: 3.2em;
- line-height: 1.1;
- }
- button {
- border-radius: 8px;
- border: 1px solid transparent;
- padding: 0.6em 1.2em;
- font-size: 1em;
- font-weight: 500;
- font-family: inherit;
- background-color: #1a1a1a;
- cursor: pointer;
- transition: border-color 0.25s;
- }
- button:hover {
- border-color: #646cff;
- }
- button:focus,
- button:focus-visible {
- outline: 4px auto -webkit-focus-ring-color;
- }
- .card {
- padding: 2em;
- }
- #app {
- /* max-width: 1280px; */
- margin: 0 auto;
- /* padding: 2rem; */
- /* text-align: center; */
- }
- * {
- outline: none;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- padding: 0;
- margin: 0;
- }
- button:focus,
- button:focus-visible {
- outline: 0 auto -webkit-focus-ring-color
- }
- @media (prefers-color-scheme: light) {
- :root {
- color: #213547;
- background-color: #ffffff;
- }
- a:hover {
- color: #747bff;
- }
- button {
- background-color: #f9f9f9;
- }
- }
- .system-menu-container>h2,
- .system-menu-container>.n-page-header-wrapper {
- font-size: 20px;
- margin: 6px 0 10px;
- color: #000;
- }
- .section-container {
- background-color: #fff;
- border-radius: 8px;
- padding: 12px;
- box-shadow: 0 3px 8px -6px rgb(0 0 0 / 10%);
- }
- .section-container .section-container {
- border-radius: 0;
- padding: 0;
- box-shadow: none;
- }
- .section-container .section-save-form {
- margin-bottom: 0;
- }
- /* 设置地址级别 */
- .amap-sug-result {
- z-index: 9999 !important;
- }
- .n-form-item-blank--error .editorContainer {
- border: 1px solid #d03050 !important;
- }
- .n-calendar-cell--selecting {
- background-color: #fff8f7;
- }
- .n-calendar-cell--selecting .n-calendar-cell__bar {
- background-color: #2d8cf0 !important;
- }
- .n-descriptions-table-content {
- vertical-align: middle !important;
- }
- .courseSchdeule-teacer {
- padding: 3px 12px;
- }
- .n-data-table .n-descriptions {
- font-size: 13px;
- }
- .n-data-table-tbody {
- font-size: 13px;
- }
|