| :root { |
| font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; |
| line-height: 1.5; |
| 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; |
| height: 100%; |
| min-height: auto; |
| color: #333; |
| background: #fff; |
| } |
|
|
| 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; |
| } |
| |
| |
| |
| |
| |
| |
| |
|
|
|
|
| $FormMaxWidth: 1024px; |
| $FormItemWidth: 1022px; |
|
|
| .card { |
| border-bottom: solid 2px lightgray; |
| |
| align-items: center; |
| justify-content: center; |
| |
| margin-top: 40px; |
| display: flex; |
| max-width: $FormMaxWidth; |
| width: 100%; |
| } |
|
|
| .seg-title { |
| margin: 24px 0; |
| font-size: 20px; |
| font-weight: 500; |
| } |
|
|
| .seg-co { |
| width: 1022px; |
| text-align: left; |
| border-left: solid 6px midnightblue; |
| padding-left: 8px; |
| margin-left: 2px; |
| margin-top: 36px; |
| line-height: 24px; |
| } |
|
|
| #app { |
| margin: 0 auto; |
| padding: 0 ; |
| text-align: center; |
| width: 100%; |
| height: 100%; |
| } |
|
|
| .ant-btn { |
| padding: 4px 12px; |
| } |
|
|
| @media (prefers-color-scheme: light) { |
| :root { |
| color: #213547; |
| background-color: #ffffff; |
| } |
| a:hover { |
| color: #747bff; |
| } |
| button { |
| background-color: #f9f9f9; |
| } |
| } |
|
|
| .ant-card { |
| background: #f5f6fa; |
| height: 100%; |
| } |
| .ant-card-body { |
| padding: 24px 36px 12px 36px !important; |
| border-radius: 0 0 8px 8px; |
| } |
|
|
| .ant-card .ant-card-actions { |
| background-color: rgba(232, 232, 248, 0.8) !important; |
| } |
|
|
| .ant-popover { |
| max-width: 800px !important; |
| } |
|
|
| .ant-form-item { |
| background: transparent; |
| margin-bottom: 40px !important; |
| .ant-form-item-explain-error { |
| color: #ff4d4f; |
| text-align: left !important; |
| } |
| } |
|
|
| .ant-form-item-label { |
| label { |
| font-size: 18px !important; |
| color: #1a1a1a !important; |
| font-weight: 500 !important; |
| } |
| } |
| .ant-tooltip { |
| max-width: $FormItemWidth !important; |
| } |
|
|
| .ant-page-header-heading { |
| width: 1022px !important; |
| } |
|
|
| .highlight { |
| |
| background: ghostwhite; |
| } |
|
|
| |
| .ant-layout-sider-collapsed { |
| width: 0 !important; |
| min-width: 0 !important; |
| overflow: hidden; |
| } |
|
|
| |
| .ant-layout-sider-collapsed .ant-menu-item, |
| .ant-layout-sider-collapsed .ant-menu-submenu-title { |
| display: none; |
| } |
|
|