123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389 |
- [class^=ant-]::-ms-clear,
- [class*= ant-]::-ms-clear,
- [class^=ant-] input::-ms-clear,
- [class*= ant-] input::-ms-clear,
- [class^=ant-] input::-ms-reveal,
- [class*= ant-] input::-ms-reveal {
- display: none;
- }
- /* stylelint-disable property-no-vendor-prefix, at-rule-no-vendor-prefix */
- html,
- body {
- width: 100%;
- height: 100%;
- }
- input::-ms-clear,
- input::-ms-reveal {
- display: none;
- }
- *,
- *::before,
- *::after {
- box-sizing: border-box;
- }
- html {
- font-family: sans-serif;
- line-height: 1.15;
- -webkit-text-size-adjust: 100%;
- -ms-text-size-adjust: 100%;
- -ms-overflow-style: scrollbar;
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
- }
- @-ms-viewport {
- width: device-width;
- }
- body {
- margin: 0;
- color: rgba(0, 0, 0, 0.85);
- font-size: 14px;
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
- font-variant: tabular-nums;
- line-height: 1.5715;
- background-color: #fff;
- font-feature-settings: 'tnum';
- }
- [tabindex='-1']:focus {
- outline: none !important;
- }
- hr {
- box-sizing: content-box;
- height: 0;
- overflow: visible;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- margin-top: 0;
- margin-bottom: 0.5em;
- color: rgba(0, 0, 0, 0.85);
- font-weight: 500;
- }
- p {
- margin-top: 0;
- margin-bottom: 1em;
- }
- abbr[title],
- abbr[data-original-title] {
- text-decoration: underline;
- text-decoration: underline dotted;
- border-bottom: 0;
- cursor: help;
- }
- address {
- margin-bottom: 1em;
- font-style: normal;
- line-height: inherit;
- }
- input[type='text'],
- input[type='password'],
- input[type='number'],
- textarea {
- -webkit-appearance: none;
- }
- ol,
- ul,
- dl {
- margin-top: 0;
- margin-bottom: 1em;
- }
- ol ol,
- ul ul,
- ol ul,
- ul ol {
- margin-bottom: 0;
- }
- dt {
- font-weight: 500;
- }
- dd {
- margin-bottom: 0.5em;
- margin-left: 0;
- }
- blockquote {
- margin: 0 0 1em;
- }
- dfn {
- font-style: italic;
- }
- b,
- strong {
- font-weight: bolder;
- }
- small {
- font-size: 80%;
- }
- sub,
- sup {
- position: relative;
- font-size: 75%;
- line-height: 0;
- vertical-align: baseline;
- }
- sub {
- bottom: -0.25em;
- }
- sup {
- top: -0.5em;
- }
- a {
- color: #1890ff;
- text-decoration: none;
- background-color: transparent;
- outline: none;
- cursor: pointer;
- transition: color 0.3s;
- -webkit-text-decoration-skip: objects;
- }
- a:hover {
- color: #40a9ff;
- }
- a:active {
- color: #096dd9;
- }
- a:active,
- a:hover {
- text-decoration: none;
- outline: 0;
- }
- a:focus {
- text-decoration: none;
- outline: 0;
- }
- a[disabled] {
- color: rgba(0, 0, 0, 0.25);
- cursor: not-allowed;
- }
- pre,
- code,
- kbd,
- samp {
- font-size: 1em;
- font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
- }
- pre {
- margin-top: 0;
- margin-bottom: 1em;
- overflow: auto;
- }
- figure {
- margin: 0 0 1em;
- }
- img {
- vertical-align: middle;
- border-style: none;
- }
- a,
- area,
- button,
- [role='button'],
- input:not([type='range']),
- label,
- select,
- summary,
- textarea {
- touch-action: manipulation;
- }
- table {
- border-collapse: collapse;
- }
- caption {
- padding-top: 0.75em;
- padding-bottom: 0.3em;
- color: rgba(0, 0, 0, 0.45);
- text-align: left;
- caption-side: bottom;
- }
- input,
- button,
- select,
- optgroup,
- textarea {
- margin: 0;
- color: inherit;
- font-size: inherit;
- font-family: inherit;
- line-height: inherit;
- }
- button,
- input {
- overflow: visible;
- }
- button,
- select {
- text-transform: none;
- }
- button,
- html [type="button"],
- [type="reset"],
- [type="submit"] {
- -webkit-appearance: button;
- }
- button::-moz-focus-inner,
- [type='button']::-moz-focus-inner,
- [type='reset']::-moz-focus-inner,
- [type='submit']::-moz-focus-inner {
- padding: 0;
- border-style: none;
- }
- input[type='radio'],
- input[type='checkbox'] {
- box-sizing: border-box;
- padding: 0;
- }
- input[type='date'],
- input[type='time'],
- input[type='datetime-local'],
- input[type='month'] {
- -webkit-appearance: listbox;
- }
- textarea {
- overflow: auto;
- resize: vertical;
- }
- fieldset {
- min-width: 0;
- margin: 0;
- padding: 0;
- border: 0;
- }
- legend {
- display: block;
- width: 100%;
- max-width: 100%;
- margin-bottom: 0.5em;
- padding: 0;
- color: inherit;
- font-size: 1.5em;
- line-height: inherit;
- white-space: normal;
- }
- progress {
- vertical-align: baseline;
- }
- [type='number']::-webkit-inner-spin-button,
- [type='number']::-webkit-outer-spin-button {
- height: auto;
- }
- [type='search'] {
- outline-offset: -2px;
- -webkit-appearance: none;
- }
- [type='search']::-webkit-search-cancel-button,
- [type='search']::-webkit-search-decoration {
- -webkit-appearance: none;
- }
- ::-webkit-file-upload-button {
- font: inherit;
- -webkit-appearance: button;
- }
- output {
- display: inline-block;
- }
- summary {
- display: list-item;
- }
- template {
- display: none;
- }
- [hidden] {
- display: none !important;
- }
- mark {
- padding: 0.2em;
- background-color: #feffe6;
- }
- ::selection {
- color: #fff;
- background: #1890ff;
- }
- .clearfix::before {
- display: table;
- content: '';
- }
- .clearfix::after {
- display: table;
- clear: both;
- content: '';
- }
- .anticon {
- display: inline-flex;
- align-items: center;
- color: inherit;
- font-style: normal;
- line-height: 0;
- text-align: center;
- text-transform: none;
- vertical-align: -0.125em;
- text-rendering: optimizelegibility;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .anticon > * {
- line-height: 1;
- }
- .anticon svg {
- display: inline-block;
- }
- .anticon::before {
- display: none;
- }
- .anticon .anticon-icon {
- display: block;
- }
- .anticon > .anticon {
- line-height: 0;
- vertical-align: 0;
- }
- .anticon[tabindex] {
- cursor: pointer;
- }
- .anticon-spin,
- .anticon-spin::before {
- display: inline-block;
- animation: loadingCircle 1s infinite linear;
- }
- .ant-fade-enter,
- .ant-fade-appear {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-fade-leave {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-fade-enter.ant-fade-enter-active,
- .ant-fade-appear.ant-fade-appear-active {
- animation-name: antFadeIn;
- animation-play-state: running;
- }
- .ant-fade-leave.ant-fade-leave-active {
- animation-name: antFadeOut;
- animation-play-state: running;
- pointer-events: none;
- }
- .ant-fade-enter,
- .ant-fade-appear {
- opacity: 0;
- animation-timing-function: linear;
- }
- .ant-fade-leave {
- animation-timing-function: linear;
- }
- @keyframes antFadeIn {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- @keyframes antFadeOut {
- 0% {
- opacity: 1;
- }
- 100% {
- opacity: 0;
- }
- }
- .ant-move-up-enter,
- .ant-move-up-appear {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-move-up-leave {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-move-up-enter.ant-move-up-enter-active,
- .ant-move-up-appear.ant-move-up-appear-active {
- animation-name: antMoveUpIn;
- animation-play-state: running;
- }
- .ant-move-up-leave.ant-move-up-leave-active {
- animation-name: antMoveUpOut;
- animation-play-state: running;
- pointer-events: none;
- }
- .ant-move-up-enter,
- .ant-move-up-appear {
- opacity: 0;
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
- }
- .ant-move-up-leave {
- animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
- }
- .ant-move-down-enter,
- .ant-move-down-appear {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-move-down-leave {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-move-down-enter.ant-move-down-enter-active,
- .ant-move-down-appear.ant-move-down-appear-active {
- animation-name: antMoveDownIn;
- animation-play-state: running;
- }
- .ant-move-down-leave.ant-move-down-leave-active {
- animation-name: antMoveDownOut;
- animation-play-state: running;
- pointer-events: none;
- }
- .ant-move-down-enter,
- .ant-move-down-appear {
- opacity: 0;
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
- }
- .ant-move-down-leave {
- animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
- }
- .ant-move-left-enter,
- .ant-move-left-appear {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-move-left-leave {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-move-left-enter.ant-move-left-enter-active,
- .ant-move-left-appear.ant-move-left-appear-active {
- animation-name: antMoveLeftIn;
- animation-play-state: running;
- }
- .ant-move-left-leave.ant-move-left-leave-active {
- animation-name: antMoveLeftOut;
- animation-play-state: running;
- pointer-events: none;
- }
- .ant-move-left-enter,
- .ant-move-left-appear {
- opacity: 0;
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
- }
- .ant-move-left-leave {
- animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
- }
- .ant-move-right-enter,
- .ant-move-right-appear {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-move-right-leave {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-move-right-enter.ant-move-right-enter-active,
- .ant-move-right-appear.ant-move-right-appear-active {
- animation-name: antMoveRightIn;
- animation-play-state: running;
- }
- .ant-move-right-leave.ant-move-right-leave-active {
- animation-name: antMoveRightOut;
- animation-play-state: running;
- pointer-events: none;
- }
- .ant-move-right-enter,
- .ant-move-right-appear {
- opacity: 0;
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
- }
- .ant-move-right-leave {
- animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
- }
- @keyframes antMoveDownIn {
- 0% {
- transform: translateY(100%);
- transform-origin: 0 0;
- opacity: 0;
- }
- 100% {
- transform: translateY(0%);
- transform-origin: 0 0;
- opacity: 1;
- }
- }
- @keyframes antMoveDownOut {
- 0% {
- transform: translateY(0%);
- transform-origin: 0 0;
- opacity: 1;
- }
- 100% {
- transform: translateY(100%);
- transform-origin: 0 0;
- opacity: 0;
- }
- }
- @keyframes antMoveLeftIn {
- 0% {
- transform: translateX(-100%);
- transform-origin: 0 0;
- opacity: 0;
- }
- 100% {
- transform: translateX(0%);
- transform-origin: 0 0;
- opacity: 1;
- }
- }
- @keyframes antMoveLeftOut {
- 0% {
- transform: translateX(0%);
- transform-origin: 0 0;
- opacity: 1;
- }
- 100% {
- transform: translateX(-100%);
- transform-origin: 0 0;
- opacity: 0;
- }
- }
- @keyframes antMoveRightIn {
- 0% {
- transform: translateX(100%);
- transform-origin: 0 0;
- opacity: 0;
- }
- 100% {
- transform: translateX(0%);
- transform-origin: 0 0;
- opacity: 1;
- }
- }
- @keyframes antMoveRightOut {
- 0% {
- transform: translateX(0%);
- transform-origin: 0 0;
- opacity: 1;
- }
- 100% {
- transform: translateX(100%);
- transform-origin: 0 0;
- opacity: 0;
- }
- }
- @keyframes antMoveUpIn {
- 0% {
- transform: translateY(-100%);
- transform-origin: 0 0;
- opacity: 0;
- }
- 100% {
- transform: translateY(0%);
- transform-origin: 0 0;
- opacity: 1;
- }
- }
- @keyframes antMoveUpOut {
- 0% {
- transform: translateY(0%);
- transform-origin: 0 0;
- opacity: 1;
- }
- 100% {
- transform: translateY(-100%);
- transform-origin: 0 0;
- opacity: 0;
- }
- }
- @keyframes loadingCircle {
- 100% {
- transform: rotate(360deg);
- }
- }
- [ant-click-animating='true'],
- [ant-click-animating-without-extra-node='true'] {
- position: relative;
- }
- html {
- --antd-wave-shadow-color: #1890ff;
- --scroll-bar: 0;
- }
- [ant-click-animating-without-extra-node='true']::after,
- .ant-click-animating-node {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- display: block;
- border-radius: inherit;
- box-shadow: 0 0 0 0 #1890ff;
- box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
- opacity: 0.2;
- animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
- animation-fill-mode: forwards;
- content: '';
- pointer-events: none;
- }
- @keyframes waveEffect {
- 100% {
- box-shadow: 0 0 0 #1890ff;
- box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
- }
- }
- @keyframes fadeEffect {
- 100% {
- opacity: 0;
- }
- }
- .ant-slide-up-enter,
- .ant-slide-up-appear {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-slide-up-leave {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-slide-up-enter.ant-slide-up-enter-active,
- .ant-slide-up-appear.ant-slide-up-appear-active {
- animation-name: antSlideUpIn;
- animation-play-state: running;
- }
- .ant-slide-up-leave.ant-slide-up-leave-active {
- animation-name: antSlideUpOut;
- animation-play-state: running;
- pointer-events: none;
- }
- .ant-slide-up-enter,
- .ant-slide-up-appear {
- transform: scale(0);
- transform-origin: 0% 0%;
- opacity: 0;
- animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
- }
- .ant-slide-up-leave {
- animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
- }
- .ant-slide-down-enter,
- .ant-slide-down-appear {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-slide-down-leave {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-slide-down-enter.ant-slide-down-enter-active,
- .ant-slide-down-appear.ant-slide-down-appear-active {
- animation-name: antSlideDownIn;
- animation-play-state: running;
- }
- .ant-slide-down-leave.ant-slide-down-leave-active {
- animation-name: antSlideDownOut;
- animation-play-state: running;
- pointer-events: none;
- }
- .ant-slide-down-enter,
- .ant-slide-down-appear {
- transform: scale(0);
- transform-origin: 0% 0%;
- opacity: 0;
- animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
- }
- .ant-slide-down-leave {
- animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
- }
- .ant-slide-left-enter,
- .ant-slide-left-appear {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-slide-left-leave {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-slide-left-enter.ant-slide-left-enter-active,
- .ant-slide-left-appear.ant-slide-left-appear-active {
- animation-name: antSlideLeftIn;
- animation-play-state: running;
- }
- .ant-slide-left-leave.ant-slide-left-leave-active {
- animation-name: antSlideLeftOut;
- animation-play-state: running;
- pointer-events: none;
- }
- .ant-slide-left-enter,
- .ant-slide-left-appear {
- transform: scale(0);
- transform-origin: 0% 0%;
- opacity: 0;
- animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
- }
- .ant-slide-left-leave {
- animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
- }
- .ant-slide-right-enter,
- .ant-slide-right-appear {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-slide-right-leave {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-slide-right-enter.ant-slide-right-enter-active,
- .ant-slide-right-appear.ant-slide-right-appear-active {
- animation-name: antSlideRightIn;
- animation-play-state: running;
- }
- .ant-slide-right-leave.ant-slide-right-leave-active {
- animation-name: antSlideRightOut;
- animation-play-state: running;
- pointer-events: none;
- }
- .ant-slide-right-enter,
- .ant-slide-right-appear {
- transform: scale(0);
- transform-origin: 0% 0%;
- opacity: 0;
- animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
- }
- .ant-slide-right-leave {
- animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
- }
- @keyframes antSlideUpIn {
- 0% {
- transform: scaleY(0.8);
- transform-origin: 0% 0%;
- opacity: 0;
- }
- 100% {
- transform: scaleY(1);
- transform-origin: 0% 0%;
- opacity: 1;
- }
- }
- @keyframes antSlideUpOut {
- 0% {
- transform: scaleY(1);
- transform-origin: 0% 0%;
- opacity: 1;
- }
- 100% {
- transform: scaleY(0.8);
- transform-origin: 0% 0%;
- opacity: 0;
- }
- }
- @keyframes antSlideDownIn {
- 0% {
- transform: scaleY(0.8);
- transform-origin: 100% 100%;
- opacity: 0;
- }
- 100% {
- transform: scaleY(1);
- transform-origin: 100% 100%;
- opacity: 1;
- }
- }
- @keyframes antSlideDownOut {
- 0% {
- transform: scaleY(1);
- transform-origin: 100% 100%;
- opacity: 1;
- }
- 100% {
- transform: scaleY(0.8);
- transform-origin: 100% 100%;
- opacity: 0;
- }
- }
- @keyframes antSlideLeftIn {
- 0% {
- transform: scaleX(0.8);
- transform-origin: 0% 0%;
- opacity: 0;
- }
- 100% {
- transform: scaleX(1);
- transform-origin: 0% 0%;
- opacity: 1;
- }
- }
- @keyframes antSlideLeftOut {
- 0% {
- transform: scaleX(1);
- transform-origin: 0% 0%;
- opacity: 1;
- }
- 100% {
- transform: scaleX(0.8);
- transform-origin: 0% 0%;
- opacity: 0;
- }
- }
- @keyframes antSlideRightIn {
- 0% {
- transform: scaleX(0.8);
- transform-origin: 100% 0%;
- opacity: 0;
- }
- 100% {
- transform: scaleX(1);
- transform-origin: 100% 0%;
- opacity: 1;
- }
- }
- @keyframes antSlideRightOut {
- 0% {
- transform: scaleX(1);
- transform-origin: 100% 0%;
- opacity: 1;
- }
- 100% {
- transform: scaleX(0.8);
- transform-origin: 100% 0%;
- opacity: 0;
- }
- }
- .ant-zoom-enter,
- .ant-zoom-appear {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-zoom-leave {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-zoom-enter.ant-zoom-enter-active,
- .ant-zoom-appear.ant-zoom-appear-active {
- animation-name: antZoomIn;
- animation-play-state: running;
- }
- .ant-zoom-leave.ant-zoom-leave-active {
- animation-name: antZoomOut;
- animation-play-state: running;
- pointer-events: none;
- }
- .ant-zoom-enter,
- .ant-zoom-appear {
- transform: scale(0);
- opacity: 0;
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
- }
- .ant-zoom-enter-prepare,
- .ant-zoom-appear-prepare {
- transform: none;
- }
- .ant-zoom-leave {
- animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
- }
- .ant-zoom-big-enter,
- .ant-zoom-big-appear {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-zoom-big-leave {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-zoom-big-enter.ant-zoom-big-enter-active,
- .ant-zoom-big-appear.ant-zoom-big-appear-active {
- animation-name: antZoomBigIn;
- animation-play-state: running;
- }
- .ant-zoom-big-leave.ant-zoom-big-leave-active {
- animation-name: antZoomBigOut;
- animation-play-state: running;
- pointer-events: none;
- }
- .ant-zoom-big-enter,
- .ant-zoom-big-appear {
- transform: scale(0);
- opacity: 0;
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
- }
- .ant-zoom-big-enter-prepare,
- .ant-zoom-big-appear-prepare {
- transform: none;
- }
- .ant-zoom-big-leave {
- animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
- }
- .ant-zoom-big-fast-enter,
- .ant-zoom-big-fast-appear {
- animation-duration: 0.1s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-zoom-big-fast-leave {
- animation-duration: 0.1s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
- .ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
- animation-name: antZoomBigIn;
- animation-play-state: running;
- }
- .ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
- animation-name: antZoomBigOut;
- animation-play-state: running;
- pointer-events: none;
- }
- .ant-zoom-big-fast-enter,
- .ant-zoom-big-fast-appear {
- transform: scale(0);
- opacity: 0;
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
- }
- .ant-zoom-big-fast-enter-prepare,
- .ant-zoom-big-fast-appear-prepare {
- transform: none;
- }
- .ant-zoom-big-fast-leave {
- animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
- }
- .ant-zoom-up-enter,
- .ant-zoom-up-appear {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-zoom-up-leave {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-zoom-up-enter.ant-zoom-up-enter-active,
- .ant-zoom-up-appear.ant-zoom-up-appear-active {
- animation-name: antZoomUpIn;
- animation-play-state: running;
- }
- .ant-zoom-up-leave.ant-zoom-up-leave-active {
- animation-name: antZoomUpOut;
- animation-play-state: running;
- pointer-events: none;
- }
- .ant-zoom-up-enter,
- .ant-zoom-up-appear {
- transform: scale(0);
- opacity: 0;
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
- }
- .ant-zoom-up-enter-prepare,
- .ant-zoom-up-appear-prepare {
- transform: none;
- }
- .ant-zoom-up-leave {
- animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
- }
- .ant-zoom-down-enter,
- .ant-zoom-down-appear {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-zoom-down-leave {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-zoom-down-enter.ant-zoom-down-enter-active,
- .ant-zoom-down-appear.ant-zoom-down-appear-active {
- animation-name: antZoomDownIn;
- animation-play-state: running;
- }
- .ant-zoom-down-leave.ant-zoom-down-leave-active {
- animation-name: antZoomDownOut;
- animation-play-state: running;
- pointer-events: none;
- }
- .ant-zoom-down-enter,
- .ant-zoom-down-appear {
- transform: scale(0);
- opacity: 0;
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
- }
- .ant-zoom-down-enter-prepare,
- .ant-zoom-down-appear-prepare {
- transform: none;
- }
- .ant-zoom-down-leave {
- animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
- }
- .ant-zoom-left-enter,
- .ant-zoom-left-appear {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-zoom-left-leave {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-zoom-left-enter.ant-zoom-left-enter-active,
- .ant-zoom-left-appear.ant-zoom-left-appear-active {
- animation-name: antZoomLeftIn;
- animation-play-state: running;
- }
- .ant-zoom-left-leave.ant-zoom-left-leave-active {
- animation-name: antZoomLeftOut;
- animation-play-state: running;
- pointer-events: none;
- }
- .ant-zoom-left-enter,
- .ant-zoom-left-appear {
- transform: scale(0);
- opacity: 0;
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
- }
- .ant-zoom-left-enter-prepare,
- .ant-zoom-left-appear-prepare {
- transform: none;
- }
- .ant-zoom-left-leave {
- animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
- }
- .ant-zoom-right-enter,
- .ant-zoom-right-appear {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-zoom-right-leave {
- animation-duration: 0.2s;
- animation-fill-mode: both;
- animation-play-state: paused;
- }
- .ant-zoom-right-enter.ant-zoom-right-enter-active,
- .ant-zoom-right-appear.ant-zoom-right-appear-active {
- animation-name: antZoomRightIn;
- animation-play-state: running;
- }
- .ant-zoom-right-leave.ant-zoom-right-leave-active {
- animation-name: antZoomRightOut;
- animation-play-state: running;
- pointer-events: none;
- }
- .ant-zoom-right-enter,
- .ant-zoom-right-appear {
- transform: scale(0);
- opacity: 0;
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
- }
- .ant-zoom-right-enter-prepare,
- .ant-zoom-right-appear-prepare {
- transform: none;
- }
- .ant-zoom-right-leave {
- animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
- }
- @keyframes antZoomIn {
- 0% {
- transform: scale(0.2);
- opacity: 0;
- }
- 100% {
- transform: scale(1);
- opacity: 1;
- }
- }
- @keyframes antZoomOut {
- 0% {
- transform: scale(1);
- }
- 100% {
- transform: scale(0.2);
- opacity: 0;
- }
- }
- @keyframes antZoomBigIn {
- 0% {
- transform: scale(0.8);
- opacity: 0;
- }
- 100% {
- transform: scale(1);
- opacity: 1;
- }
- }
- @keyframes antZoomBigOut {
- 0% {
- transform: scale(1);
- }
- 100% {
- transform: scale(0.8);
- opacity: 0;
- }
- }
- @keyframes antZoomUpIn {
- 0% {
- transform: scale(0.8);
- transform-origin: 50% 0%;
- opacity: 0;
- }
- 100% {
- transform: scale(1);
- transform-origin: 50% 0%;
- }
- }
- @keyframes antZoomUpOut {
- 0% {
- transform: scale(1);
- transform-origin: 50% 0%;
- }
- 100% {
- transform: scale(0.8);
- transform-origin: 50% 0%;
- opacity: 0;
- }
- }
- @keyframes antZoomLeftIn {
- 0% {
- transform: scale(0.8);
- transform-origin: 0% 50%;
- opacity: 0;
- }
- 100% {
- transform: scale(1);
- transform-origin: 0% 50%;
- }
- }
- @keyframes antZoomLeftOut {
- 0% {
- transform: scale(1);
- transform-origin: 0% 50%;
- }
- 100% {
- transform: scale(0.8);
- transform-origin: 0% 50%;
- opacity: 0;
- }
- }
- @keyframes antZoomRightIn {
- 0% {
- transform: scale(0.8);
- transform-origin: 100% 50%;
- opacity: 0;
- }
- 100% {
- transform: scale(1);
- transform-origin: 100% 50%;
- }
- }
- @keyframes antZoomRightOut {
- 0% {
- transform: scale(1);
- transform-origin: 100% 50%;
- }
- 100% {
- transform: scale(0.8);
- transform-origin: 100% 50%;
- opacity: 0;
- }
- }
- @keyframes antZoomDownIn {
- 0% {
- transform: scale(0.8);
- transform-origin: 50% 100%;
- opacity: 0;
- }
- 100% {
- transform: scale(1);
- transform-origin: 50% 100%;
- }
- }
- @keyframes antZoomDownOut {
- 0% {
- transform: scale(1);
- transform-origin: 50% 100%;
- }
- 100% {
- transform: scale(0.8);
- transform-origin: 50% 100%;
- opacity: 0;
- }
- }
- .ant-motion-collapse-legacy {
- overflow: hidden;
- }
- .ant-motion-collapse-legacy-active {
- transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
- }
- .ant-motion-collapse {
- overflow: hidden;
- transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
- }
- /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
- /* stylelint-disable no-duplicate-selectors */
- .cdk-overlay-container,
- .cdk-global-overlay-wrapper {
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- pointer-events: none;
- }
- .cdk-overlay-container {
- position: fixed;
- z-index: 1000;
- }
- .cdk-overlay-container:empty {
- display: none;
- }
- .cdk-global-overlay-wrapper {
- position: absolute;
- z-index: 1000;
- display: flex;
- }
- .cdk-overlay-pane {
- position: absolute;
- z-index: 1000;
- display: flex;
- box-sizing: border-box;
- max-width: 100%;
- max-height: 100%;
- pointer-events: auto;
- }
- .cdk-overlay-backdrop {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 1000;
- opacity: 0;
- transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
- pointer-events: auto;
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
- }
- .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
- opacity: 1;
- }
- .cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
- opacity: 0.6;
- }
- .cdk-overlay-dark-backdrop {
- background: rgba(0, 0, 0, 0.32);
- }
- .cdk-overlay-transparent-backdrop {
- visibility: hidden;
- opacity: 1;
- transition: visibility 1ms linear, opacity 1ms linear;
- }
- .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
- visibility: visible;
- opacity: 0;
- }
- .cdk-overlay-backdrop-noop-animation {
- transition: none;
- }
- .cdk-overlay-connected-position-bounding-box {
- position: absolute;
- z-index: 1000;
- display: flex;
- flex-direction: column;
- min-width: 1px;
- min-height: 1px;
- }
- .cdk-global-scrollblock {
- position: fixed;
- width: 100%;
- overflow-y: scroll;
- }
- .cdk-visually-hidden {
- position: absolute;
- width: 1px;
- height: 1px;
- margin: -1px;
- padding: 0;
- overflow: hidden;
- border: 0;
- outline: 0;
- /* stylelint-disable property-no-vendor-prefix */
- -webkit-appearance: none;
- -moz-appearance: none;
- /* stylelint-enable property-no-vendor-prefix */
- }
- .nz-overlay-transparent-backdrop,
- .nz-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
- opacity: 0;
- }
- .nz-animate-disabled.ant-scroll-number-only {
- transition: none;
- animation: none;
- }
- .nz-animate-disabled.ant-drawer.ant-drawer-open .ant-drawer-mask {
- transition: none;
- animation: none;
- }
- .nz-animate-disabled.ant-drawer > * {
- transition: none;
- }
- .nz-animate-disabled .ant-modal-mask,
- .nz-animate-disabled .ant-modal {
- transition: none;
- animation: none;
- }
- .nz-animate-disabled .ant-modal-mask.zoom-enter,
- .nz-animate-disabled .ant-modal.zoom-enter,
- .nz-animate-disabled .ant-modal-mask.zoom-leave,
- .nz-animate-disabled .ant-modal.zoom-leave,
- .nz-animate-disabled .ant-modal-mask.zoom-enter-active,
- .nz-animate-disabled .ant-modal.zoom-enter-active,
- .nz-animate-disabled .ant-modal-mask.zoom-leave-active,
- .nz-animate-disabled .ant-modal.zoom-leave-active {
- transition: none;
- animation: none;
- }
- .nz-animate-disabled.ant-menu {
- transition: none;
- }
- .nz-animate-disabled.ant-menu .ant-menu-item,
- .nz-animate-disabled.ant-menu .ant-menu-submenu-title {
- transition: none;
- }
- .nz-animate-disabled.ant-menu .ant-menu-item .anticon,
- .nz-animate-disabled.ant-menu .ant-menu-submenu-title .anticon {
- transition: none;
- }
- .nz-animate-disabled.ant-menu .ant-menu-item .anticon + span,
- .nz-animate-disabled.ant-menu .ant-menu-submenu-title .anticon + span {
- transition: none;
- }
- .nz-animate-disabled.ant-tabs .ant-tabs-top-content.ant-tabs-content-animated,
- .nz-animate-disabled.ant-tabs .ant-tabs-bottom-content.ant-tabs-content-animated,
- .nz-animate-disabled.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane,
- .nz-animate-disabled.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane,
- .nz-animate-disabled.ant-tabs.ant-tabs-left .ant-tabs-ink-bar-animated,
- .nz-animate-disabled.ant-tabs.ant-tabs-right .ant-tabs-ink-bar-animated,
- .nz-animate-disabled.ant-tabs.ant-tabs-top .ant-tabs-ink-bar-animated,
- .nz-animate-disabled.ant-tabs.ant-tabs-bottom .ant-tabs-ink-bar-animated {
- transition: none;
- }
- .nz-animate-disabled.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
- transition: none;
- }
|