Created
October 15, 2019 23:20
-
-
Save zlk89/4d4f35d41c36388525aa8974c5c9b5c1 to your computer and use it in GitHub Desktop.
Both files are named 6e1a8b2741571137d6a9.chunk.css, while content are different.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */ | |
/* stylelint-disable no-duplicate-selectors */ | |
/* stylelint-disable */ | |
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ | |
/* stylelint-disable at-rule-no-unknown */ | |
html, | |
body { | |
width: 100%; | |
height: 100%; | |
} | |
input::-ms-clear, | |
input::-ms-reveal { | |
display: none; | |
} | |
*, | |
*::before, | |
*::after { | |
-webkit-box-sizing: border-box; | |
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; | |
} | |
article, | |
aside, | |
dialog, | |
figcaption, | |
figure, | |
footer, | |
header, | |
hgroup, | |
main, | |
nav, | |
section { | |
display: block; | |
} | |
body { | |
margin: 0; | |
color: rgba(0, 0, 0, 0.65); | |
font-size: 14px; | |
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; | |
font-variant: tabular-nums; | |
line-height: 1.5; | |
background-color: #fff; | |
-webkit-font-feature-settings: 'tnum'; | |
font-feature-settings: 'tnum'; | |
} | |
[tabindex='-1']:focus { | |
outline: none !important; | |
} | |
hr { | |
-webkit-box-sizing: content-box; | |
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; | |
-webkit-text-decoration: underline dotted; | |
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; | |
-webkit-transition: color 0.3s; | |
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[disabled] { | |
color: rgba(0, 0, 0, 0.25); | |
cursor: not-allowed; | |
pointer-events: none; | |
} | |
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; | |
} | |
svg:not(:root) { | |
overflow: hidden; | |
} | |
a, | |
area, | |
button, | |
[role='button'], | |
input:not([type='range']), | |
label, | |
select, | |
summary, | |
textarea { | |
-ms-touch-action: manipulation; | |
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; | |
} | |
th { | |
text-align: inherit; | |
} | |
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'] { | |
-webkit-box-sizing: border-box; | |
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; | |
} | |
::-moz-selection { | |
color: #fff; | |
background: #1890ff; | |
} | |
::selection { | |
color: #fff; | |
background: #1890ff; | |
} | |
.clearfix { | |
zoom: 1; | |
} | |
.clearfix::before, | |
.clearfix::after { | |
display: table; | |
content: ''; | |
} | |
.clearfix::after { | |
clear: both; | |
} | |
.anticon { | |
display: inline-block; | |
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[tabindex] { | |
cursor: pointer; | |
} | |
.anticon-spin::before { | |
display: inline-block; | |
-webkit-animation: loadingCircle 1s infinite linear; | |
animation: loadingCircle 1s infinite linear; | |
} | |
.anticon-spin { | |
display: inline-block; | |
-webkit-animation: loadingCircle 1s infinite linear; | |
animation: loadingCircle 1s infinite linear; | |
} | |
.fade-enter, | |
.fade-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.fade-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.fade-enter.fade-enter-active, | |
.fade-appear.fade-appear-active { | |
-webkit-animation-name: antFadeIn; | |
animation-name: antFadeIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.fade-leave.fade-leave-active { | |
-webkit-animation-name: antFadeOut; | |
animation-name: antFadeOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.fade-enter, | |
.fade-appear { | |
opacity: 0; | |
-webkit-animation-timing-function: linear; | |
animation-timing-function: linear; | |
} | |
.fade-leave { | |
-webkit-animation-timing-function: linear; | |
animation-timing-function: linear; | |
} | |
@-webkit-keyframes antFadeIn { | |
0% { | |
opacity: 0; | |
} | |
100% { | |
opacity: 1; | |
} | |
} | |
@keyframes antFadeIn { | |
0% { | |
opacity: 0; | |
} | |
100% { | |
opacity: 1; | |
} | |
} | |
@-webkit-keyframes antFadeOut { | |
0% { | |
opacity: 1; | |
} | |
100% { | |
opacity: 0; | |
} | |
} | |
@keyframes antFadeOut { | |
0% { | |
opacity: 1; | |
} | |
100% { | |
opacity: 0; | |
} | |
} | |
.move-up-enter, | |
.move-up-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.move-up-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.move-up-enter.move-up-enter-active, | |
.move-up-appear.move-up-appear-active { | |
-webkit-animation-name: antMoveUpIn; | |
animation-name: antMoveUpIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.move-up-leave.move-up-leave-active { | |
-webkit-animation-name: antMoveUpOut; | |
animation-name: antMoveUpOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.move-up-enter, | |
.move-up-appear { | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
} | |
.move-up-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34); | |
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34); | |
} | |
.move-down-enter, | |
.move-down-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.move-down-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.move-down-enter.move-down-enter-active, | |
.move-down-appear.move-down-appear-active { | |
-webkit-animation-name: antMoveDownIn; | |
animation-name: antMoveDownIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.move-down-leave.move-down-leave-active { | |
-webkit-animation-name: antMoveDownOut; | |
animation-name: antMoveDownOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.move-down-enter, | |
.move-down-appear { | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
} | |
.move-down-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34); | |
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34); | |
} | |
.move-left-enter, | |
.move-left-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.move-left-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.move-left-enter.move-left-enter-active, | |
.move-left-appear.move-left-appear-active { | |
-webkit-animation-name: antMoveLeftIn; | |
animation-name: antMoveLeftIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.move-left-leave.move-left-leave-active { | |
-webkit-animation-name: antMoveLeftOut; | |
animation-name: antMoveLeftOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.move-left-enter, | |
.move-left-appear { | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
} | |
.move-left-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34); | |
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34); | |
} | |
.move-right-enter, | |
.move-right-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.move-right-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.move-right-enter.move-right-enter-active, | |
.move-right-appear.move-right-appear-active { | |
-webkit-animation-name: antMoveRightIn; | |
animation-name: antMoveRightIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.move-right-leave.move-right-leave-active { | |
-webkit-animation-name: antMoveRightOut; | |
animation-name: antMoveRightOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.move-right-enter, | |
.move-right-appear { | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
} | |
.move-right-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34); | |
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34); | |
} | |
@-webkit-keyframes antMoveDownIn { | |
0% { | |
-webkit-transform: translateY(100%); | |
transform: translateY(100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: translateY(0%); | |
transform: translateY(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
} | |
@keyframes antMoveDownIn { | |
0% { | |
-webkit-transform: translateY(100%); | |
transform: translateY(100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: translateY(0%); | |
transform: translateY(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
} | |
@-webkit-keyframes antMoveDownOut { | |
0% { | |
-webkit-transform: translateY(0%); | |
transform: translateY(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: translateY(100%); | |
transform: translateY(100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
} | |
@keyframes antMoveDownOut { | |
0% { | |
-webkit-transform: translateY(0%); | |
transform: translateY(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: translateY(100%); | |
transform: translateY(100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
} | |
@-webkit-keyframes antMoveLeftIn { | |
0% { | |
-webkit-transform: translateX(-100%); | |
transform: translateX(-100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: translateX(0%); | |
transform: translateX(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
} | |
@keyframes antMoveLeftIn { | |
0% { | |
-webkit-transform: translateX(-100%); | |
transform: translateX(-100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: translateX(0%); | |
transform: translateX(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
} | |
@-webkit-keyframes antMoveLeftOut { | |
0% { | |
-webkit-transform: translateX(0%); | |
transform: translateX(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: translateX(-100%); | |
transform: translateX(-100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
} | |
@keyframes antMoveLeftOut { | |
0% { | |
-webkit-transform: translateX(0%); | |
transform: translateX(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: translateX(-100%); | |
transform: translateX(-100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
} | |
@-webkit-keyframes antMoveRightIn { | |
0% { | |
-webkit-transform: translateX(100%); | |
transform: translateX(100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: translateX(0%); | |
transform: translateX(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
} | |
@keyframes antMoveRightIn { | |
0% { | |
-webkit-transform: translateX(100%); | |
transform: translateX(100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: translateX(0%); | |
transform: translateX(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
} | |
@-webkit-keyframes antMoveRightOut { | |
0% { | |
-webkit-transform: translateX(0%); | |
transform: translateX(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: translateX(100%); | |
transform: translateX(100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
} | |
@keyframes antMoveRightOut { | |
0% { | |
-webkit-transform: translateX(0%); | |
transform: translateX(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: translateX(100%); | |
transform: translateX(100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
} | |
@-webkit-keyframes antMoveUpIn { | |
0% { | |
-webkit-transform: translateY(-100%); | |
transform: translateY(-100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: translateY(0%); | |
transform: translateY(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
} | |
@keyframes antMoveUpIn { | |
0% { | |
-webkit-transform: translateY(-100%); | |
transform: translateY(-100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: translateY(0%); | |
transform: translateY(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
} | |
@-webkit-keyframes antMoveUpOut { | |
0% { | |
-webkit-transform: translateY(0%); | |
transform: translateY(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: translateY(-100%); | |
transform: translateY(-100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
} | |
@keyframes antMoveUpOut { | |
0% { | |
-webkit-transform: translateY(0%); | |
transform: translateY(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: translateY(-100%); | |
transform: translateY(-100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
} | |
@-webkit-keyframes loadingCircle { | |
100% { | |
-webkit-transform: rotate(360deg); | |
transform: rotate(360deg); | |
} | |
} | |
@keyframes loadingCircle { | |
100% { | |
-webkit-transform: rotate(360deg); | |
transform: rotate(360deg); | |
} | |
} | |
[ant-click-animating='true'], | |
[ant-click-animating-without-extra-node='true'] { | |
position: relative; | |
} | |
html { | |
--antd-wave-shadow-color: #1890ff; | |
} | |
[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; | |
-webkit-box-shadow: 0 0 0 0 #1890ff; | |
box-shadow: 0 0 0 0 #1890ff; | |
-webkit-box-shadow: 0 0 0 0 var(--antd-wave-shadow-color); | |
box-shadow: 0 0 0 0 var(--antd-wave-shadow-color); | |
opacity: 0.2; | |
-webkit-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: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1); | |
-webkit-animation-fill-mode: forwards; | |
animation-fill-mode: forwards; | |
content: ''; | |
pointer-events: none; | |
} | |
@-webkit-keyframes waveEffect { | |
100% { | |
-webkit-box-shadow: 0 0 0 #1890ff; | |
box-shadow: 0 0 0 #1890ff; | |
-webkit-box-shadow: 0 0 0 6px var(--antd-wave-shadow-color); | |
box-shadow: 0 0 0 6px var(--antd-wave-shadow-color); | |
} | |
} | |
@keyframes waveEffect { | |
100% { | |
-webkit-box-shadow: 0 0 0 #1890ff; | |
box-shadow: 0 0 0 #1890ff; | |
-webkit-box-shadow: 0 0 0 6px var(--antd-wave-shadow-color); | |
box-shadow: 0 0 0 6px var(--antd-wave-shadow-color); | |
} | |
} | |
@-webkit-keyframes fadeEffect { | |
100% { | |
opacity: 0; | |
} | |
} | |
@keyframes fadeEffect { | |
100% { | |
opacity: 0; | |
} | |
} | |
.slide-up-enter, | |
.slide-up-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.slide-up-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.slide-up-enter.slide-up-enter-active, | |
.slide-up-appear.slide-up-appear-active { | |
-webkit-animation-name: antSlideUpIn; | |
animation-name: antSlideUpIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.slide-up-leave.slide-up-leave-active { | |
-webkit-animation-name: antSlideUpOut; | |
animation-name: antSlideUpOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.slide-up-enter, | |
.slide-up-appear { | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); | |
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); | |
} | |
.slide-up-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); | |
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); | |
} | |
.slide-down-enter, | |
.slide-down-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.slide-down-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.slide-down-enter.slide-down-enter-active, | |
.slide-down-appear.slide-down-appear-active { | |
-webkit-animation-name: antSlideDownIn; | |
animation-name: antSlideDownIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.slide-down-leave.slide-down-leave-active { | |
-webkit-animation-name: antSlideDownOut; | |
animation-name: antSlideDownOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.slide-down-enter, | |
.slide-down-appear { | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); | |
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); | |
} | |
.slide-down-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); | |
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); | |
} | |
.slide-left-enter, | |
.slide-left-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.slide-left-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.slide-left-enter.slide-left-enter-active, | |
.slide-left-appear.slide-left-appear-active { | |
-webkit-animation-name: antSlideLeftIn; | |
animation-name: antSlideLeftIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.slide-left-leave.slide-left-leave-active { | |
-webkit-animation-name: antSlideLeftOut; | |
animation-name: antSlideLeftOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.slide-left-enter, | |
.slide-left-appear { | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); | |
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); | |
} | |
.slide-left-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); | |
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); | |
} | |
.slide-right-enter, | |
.slide-right-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.slide-right-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.slide-right-enter.slide-right-enter-active, | |
.slide-right-appear.slide-right-appear-active { | |
-webkit-animation-name: antSlideRightIn; | |
animation-name: antSlideRightIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.slide-right-leave.slide-right-leave-active { | |
-webkit-animation-name: antSlideRightOut; | |
animation-name: antSlideRightOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.slide-right-enter, | |
.slide-right-appear { | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); | |
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); | |
} | |
.slide-right-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); | |
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); | |
} | |
@-webkit-keyframes antSlideUpIn { | |
0% { | |
-webkit-transform: scaleY(0.8); | |
transform: scaleY(0.8); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scaleY(1); | |
transform: scaleY(1); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 1; | |
} | |
} | |
@keyframes antSlideUpIn { | |
0% { | |
-webkit-transform: scaleY(0.8); | |
transform: scaleY(0.8); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scaleY(1); | |
transform: scaleY(1); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 1; | |
} | |
} | |
@-webkit-keyframes antSlideUpOut { | |
0% { | |
-webkit-transform: scaleY(1); | |
transform: scaleY(1); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: scaleY(0.8); | |
transform: scaleY(0.8); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 0; | |
} | |
} | |
@keyframes antSlideUpOut { | |
0% { | |
-webkit-transform: scaleY(1); | |
transform: scaleY(1); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: scaleY(0.8); | |
transform: scaleY(0.8); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 0; | |
} | |
} | |
@-webkit-keyframes antSlideDownIn { | |
0% { | |
-webkit-transform: scaleY(0.8); | |
transform: scaleY(0.8); | |
-webkit-transform-origin: 100% 100%; | |
transform-origin: 100% 100%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scaleY(1); | |
transform: scaleY(1); | |
-webkit-transform-origin: 100% 100%; | |
transform-origin: 100% 100%; | |
opacity: 1; | |
} | |
} | |
@keyframes antSlideDownIn { | |
0% { | |
-webkit-transform: scaleY(0.8); | |
transform: scaleY(0.8); | |
-webkit-transform-origin: 100% 100%; | |
transform-origin: 100% 100%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scaleY(1); | |
transform: scaleY(1); | |
-webkit-transform-origin: 100% 100%; | |
transform-origin: 100% 100%; | |
opacity: 1; | |
} | |
} | |
@-webkit-keyframes antSlideDownOut { | |
0% { | |
-webkit-transform: scaleY(1); | |
transform: scaleY(1); | |
-webkit-transform-origin: 100% 100%; | |
transform-origin: 100% 100%; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: scaleY(0.8); | |
transform: scaleY(0.8); | |
-webkit-transform-origin: 100% 100%; | |
transform-origin: 100% 100%; | |
opacity: 0; | |
} | |
} | |
@keyframes antSlideDownOut { | |
0% { | |
-webkit-transform: scaleY(1); | |
transform: scaleY(1); | |
-webkit-transform-origin: 100% 100%; | |
transform-origin: 100% 100%; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: scaleY(0.8); | |
transform: scaleY(0.8); | |
-webkit-transform-origin: 100% 100%; | |
transform-origin: 100% 100%; | |
opacity: 0; | |
} | |
} | |
@-webkit-keyframes antSlideLeftIn { | |
0% { | |
-webkit-transform: scaleX(0.8); | |
transform: scaleX(0.8); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scaleX(1); | |
transform: scaleX(1); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 1; | |
} | |
} | |
@keyframes antSlideLeftIn { | |
0% { | |
-webkit-transform: scaleX(0.8); | |
transform: scaleX(0.8); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scaleX(1); | |
transform: scaleX(1); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 1; | |
} | |
} | |
@-webkit-keyframes antSlideLeftOut { | |
0% { | |
-webkit-transform: scaleX(1); | |
transform: scaleX(1); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: scaleX(0.8); | |
transform: scaleX(0.8); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 0; | |
} | |
} | |
@keyframes antSlideLeftOut { | |
0% { | |
-webkit-transform: scaleX(1); | |
transform: scaleX(1); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: scaleX(0.8); | |
transform: scaleX(0.8); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 0; | |
} | |
} | |
@-webkit-keyframes antSlideRightIn { | |
0% { | |
-webkit-transform: scaleX(0.8); | |
transform: scaleX(0.8); | |
-webkit-transform-origin: 100% 0%; | |
transform-origin: 100% 0%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scaleX(1); | |
transform: scaleX(1); | |
-webkit-transform-origin: 100% 0%; | |
transform-origin: 100% 0%; | |
opacity: 1; | |
} | |
} | |
@keyframes antSlideRightIn { | |
0% { | |
-webkit-transform: scaleX(0.8); | |
transform: scaleX(0.8); | |
-webkit-transform-origin: 100% 0%; | |
transform-origin: 100% 0%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scaleX(1); | |
transform: scaleX(1); | |
-webkit-transform-origin: 100% 0%; | |
transform-origin: 100% 0%; | |
opacity: 1; | |
} | |
} | |
@-webkit-keyframes antSlideRightOut { | |
0% { | |
-webkit-transform: scaleX(1); | |
transform: scaleX(1); | |
-webkit-transform-origin: 100% 0%; | |
transform-origin: 100% 0%; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: scaleX(0.8); | |
transform: scaleX(0.8); | |
-webkit-transform-origin: 100% 0%; | |
transform-origin: 100% 0%; | |
opacity: 0; | |
} | |
} | |
@keyframes antSlideRightOut { | |
0% { | |
-webkit-transform: scaleX(1); | |
transform: scaleX(1); | |
-webkit-transform-origin: 100% 0%; | |
transform-origin: 100% 0%; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: scaleX(0.8); | |
transform: scaleX(0.8); | |
-webkit-transform-origin: 100% 0%; | |
transform-origin: 100% 0%; | |
opacity: 0; | |
} | |
} | |
.swing-enter, | |
.swing-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.swing-enter.swing-enter-active, | |
.swing-appear.swing-appear-active { | |
-webkit-animation-name: antSwingIn; | |
animation-name: antSwingIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
@-webkit-keyframes antSwingIn { | |
0%, | |
100% { | |
-webkit-transform: translateX(0); | |
transform: translateX(0); | |
} | |
20% { | |
-webkit-transform: translateX(-10px); | |
transform: translateX(-10px); | |
} | |
40% { | |
-webkit-transform: translateX(10px); | |
transform: translateX(10px); | |
} | |
60% { | |
-webkit-transform: translateX(-5px); | |
transform: translateX(-5px); | |
} | |
80% { | |
-webkit-transform: translateX(5px); | |
transform: translateX(5px); | |
} | |
} | |
@keyframes antSwingIn { | |
0%, | |
100% { | |
-webkit-transform: translateX(0); | |
transform: translateX(0); | |
} | |
20% { | |
-webkit-transform: translateX(-10px); | |
transform: translateX(-10px); | |
} | |
40% { | |
-webkit-transform: translateX(10px); | |
transform: translateX(10px); | |
} | |
60% { | |
-webkit-transform: translateX(-5px); | |
transform: translateX(-5px); | |
} | |
80% { | |
-webkit-transform: translateX(5px); | |
transform: translateX(5px); | |
} | |
} | |
.zoom-enter, | |
.zoom-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.zoom-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.zoom-enter.zoom-enter-active, | |
.zoom-appear.zoom-appear-active { | |
-webkit-animation-name: antZoomIn; | |
animation-name: antZoomIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.zoom-leave.zoom-leave-active { | |
-webkit-animation-name: antZoomOut; | |
animation-name: antZoomOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.zoom-enter, | |
.zoom-appear { | |
-webkit-transform: scale(0); | |
-ms-transform: scale(0); | |
transform: scale(0); | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
} | |
.zoom-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); | |
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); | |
} | |
.zoom-big-enter, | |
.zoom-big-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.zoom-big-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.zoom-big-enter.zoom-big-enter-active, | |
.zoom-big-appear.zoom-big-appear-active { | |
-webkit-animation-name: antZoomBigIn; | |
animation-name: antZoomBigIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.zoom-big-leave.zoom-big-leave-active { | |
-webkit-animation-name: antZoomBigOut; | |
animation-name: antZoomBigOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.zoom-big-enter, | |
.zoom-big-appear { | |
-webkit-transform: scale(0); | |
-ms-transform: scale(0); | |
transform: scale(0); | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
} | |
.zoom-big-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); | |
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); | |
} | |
.zoom-big-fast-enter, | |
.zoom-big-fast-appear { | |
-webkit-animation-duration: 0.1s; | |
animation-duration: 0.1s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.zoom-big-fast-leave { | |
-webkit-animation-duration: 0.1s; | |
animation-duration: 0.1s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.zoom-big-fast-enter.zoom-big-fast-enter-active, | |
.zoom-big-fast-appear.zoom-big-fast-appear-active { | |
-webkit-animation-name: antZoomBigIn; | |
animation-name: antZoomBigIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.zoom-big-fast-leave.zoom-big-fast-leave-active { | |
-webkit-animation-name: antZoomBigOut; | |
animation-name: antZoomBigOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.zoom-big-fast-enter, | |
.zoom-big-fast-appear { | |
-webkit-transform: scale(0); | |
-ms-transform: scale(0); | |
transform: scale(0); | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
} | |
.zoom-big-fast-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); | |
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); | |
} | |
.zoom-up-enter, | |
.zoom-up-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.zoom-up-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.zoom-up-enter.zoom-up-enter-active, | |
.zoom-up-appear.zoom-up-appear-active { | |
-webkit-animation-name: antZoomUpIn; | |
animation-name: antZoomUpIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.zoom-up-leave.zoom-up-leave-active { | |
-webkit-animation-name: antZoomUpOut; | |
animation-name: antZoomUpOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.zoom-up-enter, | |
.zoom-up-appear { | |
-webkit-transform: scale(0); | |
-ms-transform: scale(0); | |
transform: scale(0); | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
} | |
.zoom-up-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); | |
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); | |
} | |
.zoom-down-enter, | |
.zoom-down-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.zoom-down-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.zoom-down-enter.zoom-down-enter-active, | |
.zoom-down-appear.zoom-down-appear-active { | |
-webkit-animation-name: antZoomDownIn; | |
animation-name: antZoomDownIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.zoom-down-leave.zoom-down-leave-active { | |
-webkit-animation-name: antZoomDownOut; | |
animation-name: antZoomDownOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.zoom-down-enter, | |
.zoom-down-appear { | |
-webkit-transform: scale(0); | |
-ms-transform: scale(0); | |
transform: scale(0); | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
} | |
.zoom-down-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); | |
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); | |
} | |
.zoom-left-enter, | |
.zoom-left-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.zoom-left-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.zoom-left-enter.zoom-left-enter-active, | |
.zoom-left-appear.zoom-left-appear-active { | |
-webkit-animation-name: antZoomLeftIn; | |
animation-name: antZoomLeftIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.zoom-left-leave.zoom-left-leave-active { | |
-webkit-animation-name: antZoomLeftOut; | |
animation-name: antZoomLeftOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.zoom-left-enter, | |
.zoom-left-appear { | |
-webkit-transform: scale(0); | |
-ms-transform: scale(0); | |
transform: scale(0); | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
} | |
.zoom-left-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); | |
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); | |
} | |
.zoom-right-enter, | |
.zoom-right-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.zoom-right-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.zoom-right-enter.zoom-right-enter-active, | |
.zoom-right-appear.zoom-right-appear-active { | |
-webkit-animation-name: antZoomRightIn; | |
animation-name: antZoomRightIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.zoom-right-leave.zoom-right-leave-active { | |
-webkit-animation-name: antZoomRightOut; | |
animation-name: antZoomRightOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.zoom-right-enter, | |
.zoom-right-appear { | |
-webkit-transform: scale(0); | |
-ms-transform: scale(0); | |
transform: scale(0); | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
} | |
.zoom-right-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); | |
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); | |
} | |
@-webkit-keyframes antZoomIn { | |
0% { | |
-webkit-transform: scale(0.2); | |
transform: scale(0.2); | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
opacity: 1; | |
} | |
} | |
@keyframes antZoomIn { | |
0% { | |
-webkit-transform: scale(0.2); | |
transform: scale(0.2); | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
opacity: 1; | |
} | |
} | |
@-webkit-keyframes antZoomOut { | |
0% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
} | |
100% { | |
-webkit-transform: scale(0.2); | |
transform: scale(0.2); | |
opacity: 0; | |
} | |
} | |
@keyframes antZoomOut { | |
0% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
} | |
100% { | |
-webkit-transform: scale(0.2); | |
transform: scale(0.2); | |
opacity: 0; | |
} | |
} | |
@-webkit-keyframes antZoomBigIn { | |
0% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
opacity: 1; | |
} | |
} | |
@keyframes antZoomBigIn { | |
0% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
opacity: 1; | |
} | |
} | |
@-webkit-keyframes antZoomBigOut { | |
0% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
} | |
100% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
opacity: 0; | |
} | |
} | |
@keyframes antZoomBigOut { | |
0% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
} | |
100% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
opacity: 0; | |
} | |
} | |
@-webkit-keyframes antZoomUpIn { | |
0% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 50% 0%; | |
transform-origin: 50% 0%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 50% 0%; | |
transform-origin: 50% 0%; | |
} | |
} | |
@keyframes antZoomUpIn { | |
0% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 50% 0%; | |
transform-origin: 50% 0%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 50% 0%; | |
transform-origin: 50% 0%; | |
} | |
} | |
@-webkit-keyframes antZoomUpOut { | |
0% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 50% 0%; | |
transform-origin: 50% 0%; | |
} | |
100% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 50% 0%; | |
transform-origin: 50% 0%; | |
opacity: 0; | |
} | |
} | |
@keyframes antZoomUpOut { | |
0% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 50% 0%; | |
transform-origin: 50% 0%; | |
} | |
100% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 50% 0%; | |
transform-origin: 50% 0%; | |
opacity: 0; | |
} | |
} | |
@-webkit-keyframes antZoomLeftIn { | |
0% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 0% 50%; | |
transform-origin: 0% 50%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 0% 50%; | |
transform-origin: 0% 50%; | |
} | |
} | |
@keyframes antZoomLeftIn { | |
0% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 0% 50%; | |
transform-origin: 0% 50%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 0% 50%; | |
transform-origin: 0% 50%; | |
} | |
} | |
@-webkit-keyframes antZoomLeftOut { | |
0% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 0% 50%; | |
transform-origin: 0% 50%; | |
} | |
100% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 0% 50%; | |
transform-origin: 0% 50%; | |
opacity: 0; | |
} | |
} | |
@keyframes antZoomLeftOut { | |
0% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 0% 50%; | |
transform-origin: 0% 50%; | |
} | |
100% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 0% 50%; | |
transform-origin: 0% 50%; | |
opacity: 0; | |
} | |
} | |
@-webkit-keyframes antZoomRightIn { | |
0% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 100% 50%; | |
transform-origin: 100% 50%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 100% 50%; | |
transform-origin: 100% 50%; | |
} | |
} | |
@keyframes antZoomRightIn { | |
0% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 100% 50%; | |
transform-origin: 100% 50%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 100% 50%; | |
transform-origin: 100% 50%; | |
} | |
} | |
@-webkit-keyframes antZoomRightOut { | |
0% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 100% 50%; | |
transform-origin: 100% 50%; | |
} | |
100% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 100% 50%; | |
transform-origin: 100% 50%; | |
opacity: 0; | |
} | |
} | |
@keyframes antZoomRightOut { | |
0% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 100% 50%; | |
transform-origin: 100% 50%; | |
} | |
100% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 100% 50%; | |
transform-origin: 100% 50%; | |
opacity: 0; | |
} | |
} | |
@-webkit-keyframes antZoomDownIn { | |
0% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 50% 100%; | |
transform-origin: 50% 100%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 50% 100%; | |
transform-origin: 50% 100%; | |
} | |
} | |
@keyframes antZoomDownIn { | |
0% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 50% 100%; | |
transform-origin: 50% 100%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 50% 100%; | |
transform-origin: 50% 100%; | |
} | |
} | |
@-webkit-keyframes antZoomDownOut { | |
0% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 50% 100%; | |
transform-origin: 50% 100%; | |
} | |
100% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 50% 100%; | |
transform-origin: 50% 100%; | |
opacity: 0; | |
} | |
} | |
@keyframes antZoomDownOut { | |
0% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 50% 100%; | |
transform-origin: 50% 100%; | |
} | |
100% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 50% 100%; | |
transform-origin: 50% 100%; | |
opacity: 0; | |
} | |
} | |
.ant-motion-collapse-legacy { | |
overflow: hidden; | |
} | |
.ant-motion-collapse-legacy-active { | |
-webkit-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important; | |
transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important; | |
} | |
.ant-motion-collapse { | |
overflow: hidden; | |
-webkit-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important; | |
transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s 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 */ | |
/* stylelint-disable */ | |
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ | |
.ant-popover { | |
-webkit-box-sizing: border-box; | |
box-sizing: border-box; | |
margin: 0; | |
padding: 0; | |
color: rgba(0, 0, 0, 0.65); | |
font-size: 14px; | |
font-variant: tabular-nums; | |
line-height: 1.5; | |
list-style: none; | |
-webkit-font-feature-settings: 'tnum'; | |
font-feature-settings: 'tnum'; | |
position: absolute; | |
top: 0; | |
left: 0; | |
z-index: 1030; | |
font-weight: normal; | |
white-space: normal; | |
text-align: left; | |
cursor: auto; | |
-webkit-user-select: text; | |
-moz-user-select: text; | |
-ms-user-select: text; | |
user-select: text; | |
} | |
.ant-popover::after { | |
position: absolute; | |
background: rgba(255, 255, 255, 0.01); | |
content: ''; | |
} | |
.ant-popover-hidden { | |
display: none; | |
} | |
.ant-popover-placement-top, | |
.ant-popover-placement-topLeft, | |
.ant-popover-placement-topRight { | |
padding-bottom: 10px; | |
} | |
.ant-popover-placement-right, | |
.ant-popover-placement-rightTop, | |
.ant-popover-placement-rightBottom { | |
padding-left: 10px; | |
} | |
.ant-popover-placement-bottom, | |
.ant-popover-placement-bottomLeft, | |
.ant-popover-placement-bottomRight { | |
padding-top: 10px; | |
} | |
.ant-popover-placement-left, | |
.ant-popover-placement-leftTop, | |
.ant-popover-placement-leftBottom { | |
padding-right: 10px; | |
} | |
.ant-popover-inner { | |
background-color: #fff; | |
background-clip: padding-box; | |
border-radius: 4px; | |
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); | |
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); | |
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9; | |
box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9; | |
} | |
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { | |
.ant-popover { | |
/* IE10+ */ | |
} | |
.ant-popover-inner { | |
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); | |
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); | |
} | |
} | |
.ant-popover-title { | |
min-width: 177px; | |
min-height: 32px; | |
margin: 0; | |
padding: 5px 16px 4px; | |
color: rgba(0, 0, 0, 0.85); | |
font-weight: 500; | |
border-bottom: 1px solid #e8e8e8; | |
} | |
.ant-popover-inner-content { | |
padding: 12px 16px; | |
color: rgba(0, 0, 0, 0.65); | |
} | |
.ant-popover-message { | |
position: relative; | |
padding: 4px 0 12px; | |
color: rgba(0, 0, 0, 0.65); | |
font-size: 14px; | |
} | |
.ant-popover-message > .anticon { | |
position: absolute; | |
top: 8px; | |
color: #faad14; | |
font-size: 14px; | |
} | |
.ant-popover-message-title { | |
padding-left: 22px; | |
} | |
.ant-popover-buttons { | |
margin-bottom: 4px; | |
text-align: right; | |
} | |
.ant-popover-buttons button { | |
margin-left: 8px; | |
} | |
.ant-popover-arrow { | |
position: absolute; | |
display: block; | |
width: 8.48528137px; | |
height: 8.48528137px; | |
background: transparent; | |
border-style: solid; | |
border-width: 4.24264069px; | |
-webkit-transform: rotate(45deg); | |
-ms-transform: rotate(45deg); | |
transform: rotate(45deg); | |
} | |
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow, | |
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow, | |
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow { | |
bottom: 6.2px; | |
border-top-color: transparent; | |
border-right-color: #fff; | |
border-bottom-color: #fff; | |
border-left-color: transparent; | |
-webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07); | |
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07); | |
} | |
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow { | |
left: 50%; | |
-webkit-transform: translateX(-50%) rotate(45deg); | |
-ms-transform: translateX(-50%) rotate(45deg); | |
transform: translateX(-50%) rotate(45deg); | |
} | |
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow { | |
left: 16px; | |
} | |
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow { | |
right: 16px; | |
} | |
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow, | |
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow, | |
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow { | |
left: 6px; | |
border-top-color: transparent; | |
border-right-color: transparent; | |
border-bottom-color: #fff; | |
border-left-color: #fff; | |
-webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07); | |
box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07); | |
} | |
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow { | |
top: 50%; | |
-webkit-transform: translateY(-50%) rotate(45deg); | |
-ms-transform: translateY(-50%) rotate(45deg); | |
transform: translateY(-50%) rotate(45deg); | |
} | |
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow { | |
top: 12px; | |
} | |
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow { | |
bottom: 12px; | |
} | |
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow, | |
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow, | |
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow { | |
top: 6px; | |
border-top-color: #fff; | |
border-right-color: transparent; | |
border-bottom-color: transparent; | |
border-left-color: #fff; | |
-webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06); | |
box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06); | |
} | |
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow { | |
left: 50%; | |
-webkit-transform: translateX(-50%) rotate(45deg); | |
-ms-transform: translateX(-50%) rotate(45deg); | |
transform: translateX(-50%) rotate(45deg); | |
} | |
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow { | |
left: 16px; | |
} | |
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow { | |
right: 16px; | |
} | |
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow, | |
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow, | |
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow { | |
right: 6px; | |
border-top-color: #fff; | |
border-right-color: #fff; | |
border-bottom-color: transparent; | |
border-left-color: transparent; | |
-webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07); | |
box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07); | |
} | |
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow { | |
top: 50%; | |
-webkit-transform: translateY(-50%) rotate(45deg); | |
-ms-transform: translateY(-50%) rotate(45deg); | |
transform: translateY(-50%) rotate(45deg); | |
} | |
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow { | |
top: 12px; | |
} | |
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow { | |
bottom: 12px; | |
} | |
.P100{letter-spacing:0;color:#16191C;font-weight:400;font-size:16px;line-height:26px}.P200{letter-spacing:0;color:#16191C;font-weight:400;font-size:14px;line-height:24px}.P300{letter-spacing:0;color:#16191C;font-weight:400;font-size:12px;line-height:22px}.SH300{letter-spacing:0;color:#656B73;font-weight:500;font-size:10px;line-height:14px}.SH200{letter-spacing:0;color:#656B73;font-weight:500;font-size:12px;line-height:16px}.SH100{letter-spacing:0;color:#656B73;font-weight:600;font-size:14px;line-height:18px}.H500{letter-spacing:0;color:#16191C;font-weight:600;font-size:12px;line-height:14px}.H400{letter-spacing:0;color:#16191C;font-weight:700;font-size:14px;line-height:16px}.H300{letter-spacing:0;color:#16191C;font-weight:600;font-size:16px;line-height:24px}.H200{letter-spacing:0;color:#16191C;font-weight:700;font-size:20px;line-height:26px}.H100{letter-spacing:0;color:#16191C;font-weight:700;font-size:24px;line-height:32px}.sds-dropdown-input-base .ant-select.sds-dropdown-input-base-disabled .ant-select-selection{background:#EBEBEB repeating-linear-gradient(45deg, #E3E3E3, #E3E3E3 2px, #EBEBEB 2px, #EBEBEB 10px)}.sds-dropdown-input-base .ant-select .ant-select-selection{min-height:40px;font-size:14px;font-weight:500;background:#F7F7F7;border:1px solid #F2F2F2;box-shadow:0 0 0 0 transparent;transition:box-shadow 0.15s ease-out 0.15s, border-color 0.15s, background 0.15s ease-out 0.15s, color 0.15s ease-out}.sds-dropdown-input-base .ant-select .ant-select-selection:hover{border-color:#FFD301}.sds-dropdown-input-base .ant-select:focus-within .ant-select-selection{border-color:transparent;border-bottom-color:#FFD301;box-shadow:0 1px 0 0 #FFD301;background:#F2F2F2;color:#343A40;outline:none;transition:border-color 0s,box-shadow .5s ease-out}.sds-dropdown-input-base .ant-select .border-anchor{pointer-events:none}.sds-dropdown-input-base .ant-select .border-anchor::before,.sds-dropdown-input-base .ant-select .border-anchor::after{position:absolute;bottom:0;height:100%;width:50%;content:'';border-radius:4px}.sds-dropdown-input-base .ant-select .border-anchor::before{left:0;border-top-right-radius:0}.sds-dropdown-input-base .ant-select .border-anchor::after{right:0;border-top-left-radius:0}.sds-dropdown-input-base .ant-select:hover .border-anchor::before{border-top:1px solid #FFD301;border-left:1px solid #FFD301}.sds-dropdown-input-base .ant-select:hover .border-anchor::after{border-top:1px solid #FFD301;border-right:1px solid #FFD301}.sds-dropdown-input-base .ant-select:focus-within .border-anchor::before{width:0;height:0;transition:width .25s,height .25s .25s}.sds-dropdown-input-base .ant-select:focus-within .border-anchor::after{width:0;height:0;transition:width .25s,height .25s .25s}.sds-dropdown-input-base .ant-select.sds-dropdown-input-base-disabled .border-anchor::before,.sds-dropdown-input-base .ant-select.sds-dropdown-input-base-disabled .border-anchor::after{content:none}.sds-dropdown-input-base{line-height:1}.sds-dropdown-input-base .ant-select{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,0.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:'tnum';font-feature-settings:'tnum';position:relative;display:inline-block;outline:0}.sds-dropdown-input-base .ant-select ul,.sds-dropdown-input-base .ant-select ol{margin:0;padding:0;list-style:none}.sds-dropdown-input-base .ant-select>ul>li>a{padding:0;background-color:#fff}.sds-dropdown-input-base .ant-select-arrow{display:inline-block;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;position:absolute;top:50%;right:11px;margin-top:-6px;color:rgba(0,0,0,0.25);font-size:12px;line-height:1;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.sds-dropdown-input-base .ant-select-arrow>*{line-height:1}.sds-dropdown-input-base .ant-select-arrow svg{display:inline-block}.sds-dropdown-input-base .ant-select-arrow::before{display:none}.sds-dropdown-input-base .ant-select-arrow .ant-select-arrow-icon{display:block}.sds-dropdown-input-base .ant-select-arrow .ant-select-arrow-icon svg{-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;transition:transform 0.3s;transition:transform 0.3s, -webkit-transform 0.3s}.sds-dropdown-input-base .ant-select-selection{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border:1px solid #d9d9d9;border-top-width:1.02px;border-radius:4px;outline:none;-webkit-transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sds-dropdown-input-base .ant-select-selection:hover{border-color:#40a9ff;border-right-width:1px !important}.sds-dropdown-input-base .ant-select-focused .ant-select-selection,.sds-dropdown-input-base .ant-select-selection:focus,.sds-dropdown-input-base .ant-select-selection:active{border-color:#40a9ff;border-right-width:1px !important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,0.2);box-shadow:0 0 0 2px rgba(24,144,255,0.2)}.sds-dropdown-input-base .ant-select-selection__clear{position:absolute;top:50%;right:11px;z-index:1;display:inline-block;width:12px;height:12px;margin-top:-6px;color:rgba(0,0,0,0.25);font-size:12px;font-style:normal;line-height:12px;text-align:center;text-transform:none;background:#fff;cursor:pointer;opacity:0;-webkit-transition:color 0.3s ease, opacity 0.15s ease;transition:color 0.3s ease, opacity 0.15s ease;text-rendering:auto}.sds-dropdown-input-base .ant-select-selection__clear::before{display:block}.sds-dropdown-input-base .ant-select-selection__clear:hover{color:rgba(0,0,0,0.45)}.sds-dropdown-input-base .ant-select-selection:hover .ant-select-selection__clear{opacity:1}.sds-dropdown-input-base .ant-select-selection-selected-value{float:left;max-width:100%;padding-right:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sds-dropdown-input-base .ant-select-no-arrow .ant-select-selection-selected-value{padding-right:0}.sds-dropdown-input-base .ant-select-disabled{color:rgba(0,0,0,0.25)}.sds-dropdown-input-base .ant-select-disabled .ant-select-selection{background:#f5f5f5;cursor:not-allowed}.sds-dropdown-input-base .ant-select-disabled .ant-select-selection:hover,.sds-dropdown-input-base .ant-select-disabled .ant-select-selection:focus,.sds-dropdown-input-base .ant-select-disabled .ant-select-selection:active{border-color:#d9d9d9;-webkit-box-shadow:none;box-shadow:none}.sds-dropdown-input-base .ant-select-disabled .ant-select-selection__clear{display:none;visibility:hidden;pointer-events:none}.sds-dropdown-input-base .ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice{padding-right:10px;color:rgba(0,0,0,0.33);background:#f5f5f5}.sds-dropdown-input-base .ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove{display:none}.sds-dropdown-input-base .ant-select-selection--single{position:relative;height:32px;cursor:pointer}.sds-dropdown-input-base .ant-select-selection__rendered{position:relative;display:block;margin-right:11px;margin-left:11px;line-height:30px}.sds-dropdown-input-base .ant-select-selection__rendered::after{display:inline-block;width:0;visibility:hidden;pointer-events:none;content:'.'}.sds-dropdown-input-base .ant-select-lg{font-size:16px}.sds-dropdown-input-base .ant-select-lg .ant-select-selection--single{height:40px}.sds-dropdown-input-base .ant-select-lg .ant-select-selection__rendered{line-height:38px}.sds-dropdown-input-base .ant-select-lg .ant-select-selection--multiple{min-height:40px}.sds-dropdown-input-base .ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li{height:32px;line-height:32px}.sds-dropdown-input-base .ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear,.sds-dropdown-input-base .ant-select-lg .ant-select-selection--multiple .ant-select-arrow{top:20px}.sds-dropdown-input-base .ant-select-sm .ant-select-selection--single{height:24px}.sds-dropdown-input-base .ant-select-sm .ant-select-selection__rendered{margin:0 7px;line-height:22px}.sds-dropdown-input-base .ant-select-sm .ant-select-selection--multiple{min-height:24px}.sds-dropdown-input-base .ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li{height:16px;line-height:14px}.sds-dropdown-input-base .ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear,.sds-dropdown-input-base .ant-select-sm .ant-select-selection--multiple .ant-select-arrow{top:12px}.sds-dropdown-input-base .ant-select-sm .ant-select-selection__clear,.sds-dropdown-input-base .ant-select-sm .ant-select-arrow{right:8px}.sds-dropdown-input-base .ant-select-disabled .ant-select-selection__choice__remove{color:rgba(0,0,0,0.25);cursor:default}.sds-dropdown-input-base .ant-select-disabled .ant-select-selection__choice__remove:hover{color:rgba(0,0,0,0.25)}.sds-dropdown-input-base .ant-select-search__field__wrap{position:relative;display:inline-block}.sds-dropdown-input-base .ant-select-selection__placeholder,.sds-dropdown-input-base .ant-select-search__field__placeholder{position:absolute;top:50%;right:9px;left:0;max-width:100%;height:20px;margin-top:-10px;overflow:hidden;color:#bfbfbf;line-height:20px;white-space:nowrap;text-align:left;text-overflow:ellipsis}.sds-dropdown-input-base .ant-select-search__field__placeholder{left:12px}.sds-dropdown-input-base .ant-select-search__field__mirror{position:absolute;top:0;left:0;white-space:pre;opacity:0;pointer-events:none}.sds-dropdown-input-base .ant-select-search--inline{position:absolute;width:100%;height:100%}.sds-dropdown-input-base .ant-select-search--inline .ant-select-search__field__wrap{width:100%;height:100%}.sds-dropdown-input-base .ant-select-search--inline .ant-select-search__field{width:100%;height:100%;font-size:100%;line-height:1;background:transparent;border-width:0;border-radius:4px;outline:0}.sds-dropdown-input-base .ant-select-search--inline>i{float:right}.sds-dropdown-input-base .ant-select-selection--multiple{min-height:32px;padding-bottom:3px;cursor:text;zoom:1}.sds-dropdown-input-base .ant-select-selection--multiple::before,.sds-dropdown-input-base .ant-select-selection--multiple::after{content:'';display:table}.sds-dropdown-input-base .ant-select-selection--multiple::after{clear:both}.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-search--inline{position:static;float:left;width:auto;max-width:100%;padding:0}.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field{width:0.75em;max-width:100%}.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-selection__rendered{height:auto;margin-bottom:-3px;margin-left:5px}.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-selection__placeholder{margin-left:6px}.sds-dropdown-input-base .ant-select-selection--multiple>ul>li,.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-selection__rendered>ul>li{height:24px;margin-top:3px;line-height:22px}.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-selection__choice{position:relative;float:left;max-width:99%;margin-right:4px;padding:0 20px 0 10px;overflow:hidden;color:rgba(0,0,0,0.65);background-color:#fafafa;border:1px solid #e8e8e8;border-radius:2px;cursor:default;-webkit-transition:padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);transition:padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)}.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-selection__choice__disabled{padding:0 10px}.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-selection__choice__content{display:inline-block;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-transition:margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);transition:margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)}.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-selection__choice__remove{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;position:absolute;right:4px;color:rgba(0,0,0,0.45);font-weight:bold;line-height:inherit;cursor:pointer;-webkit-transition:all 0.3s;transition:all 0.3s;display:inline-block;font-size:12px;font-size:10px \9;-webkit-transform:scale(0.83333) rotate(0deg);-ms-transform:scale(0.83333) rotate(0deg);transform:scale(0.83333) rotate(0deg)}.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-selection__choice__remove>*{line-height:1}.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-selection__choice__remove svg{display:inline-block}.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-selection__choice__remove::before{display:none}.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-selection__choice__remove .ant-select-selection--multiple .ant-select-selection__choice__remove-icon{display:block}.sds-dropdown-input-base :root .ant-select-selection--multiple .ant-select-selection__choice__remove{font-size:12px}.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-selection__choice__remove:hover{color:rgba(0,0,0,0.75)}.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-selection__clear,.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-arrow{top:16px}.sds-dropdown-input-base .ant-select-allow-clear .ant-select-selection--single .ant-select-selection-selected-value{padding-right:16px}.sds-dropdown-input-base .ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered,.sds-dropdown-input-base .ant-select-show-arrow .ant-select-selection--multiple .ant-select-selection__rendered{margin-right:20px}.sds-dropdown-input-base .ant-select-open .ant-select-arrow-icon svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sds-dropdown-input-base .ant-select-open .ant-select-selection{border-color:#40a9ff;border-right-width:1px !important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,0.2);box-shadow:0 0 0 2px rgba(24,144,255,0.2)}.sds-dropdown-input-base .ant-select-combobox .ant-select-arrow{display:none}.sds-dropdown-input-base .ant-select-combobox .ant-select-search--inline{float:none;width:100%;height:100%}.sds-dropdown-input-base .ant-select-combobox .ant-select-search__field__wrap{width:100%;height:100%}.sds-dropdown-input-base .ant-select-combobox .ant-select-search__field{position:relative;z-index:1;width:100%;height:100%;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),height 0s;transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),height 0s}.sds-dropdown-input-base .ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered,.sds-dropdown-input-base .ant-select-combobox.ant-select-show-arrow .ant-select-selection:hover .ant-select-selection__rendered{margin-right:20px}.sds-dropdown-input-base .ant-select-dropdown{margin:0;padding:0;color:rgba(0,0,0,0.65);font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:'tnum';font-feature-settings:'tnum';position:absolute;top:-9999px;left:-9999px;z-index:1050;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;font-variant:initial;background-color:#fff;border-radius:4px;outline:none;-webkit-box-shadow:0 2px 8px rgba(0,0,0,0.15);box-shadow:0 2px 8px rgba(0,0,0,0.15)}.sds-dropdown-input-base .ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,.sds-dropdown-input-base .ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft{-webkit-animation-name:antSlideUpIn;animation-name:antSlideUpIn}.sds-dropdown-input-base .ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft,.sds-dropdown-input-base .ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft{-webkit-animation-name:antSlideDownIn;animation-name:antSlideDownIn}.sds-dropdown-input-base .ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft{-webkit-animation-name:antSlideUpOut;animation-name:antSlideUpOut}.sds-dropdown-input-base .ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft{-webkit-animation-name:antSlideDownOut;animation-name:antSlideDownOut}.sds-dropdown-input-base .ant-select-dropdown-hidden{display:none}.sds-dropdown-input-base .ant-select-dropdown-menu{max-height:250px;margin-bottom:0;padding-left:0;overflow:auto;list-style:none;outline:none}.sds-dropdown-input-base .ant-select-dropdown-menu-item-group-list{margin:0;padding:0}.sds-dropdown-input-base .ant-select-dropdown-menu-item-group-list>.ant-select-dropdown-menu-item{padding-left:20px}.sds-dropdown-input-base .ant-select-dropdown-menu-item-group-title{height:32px;padding:0 12px;color:rgba(0,0,0,0.45);font-size:12px;line-height:32px}.sds-dropdown-input-base .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),.sds-dropdown-input-base .ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child{border-radius:0}.sds-dropdown-input-base .ant-select-dropdown-menu-item{position:relative;display:block;padding:5px 12px;overflow:hidden;color:rgba(0,0,0,0.65);font-weight:normal;line-height:22px;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;-webkit-transition:background 0.3s ease;transition:background 0.3s ease}.sds-dropdown-input-base .ant-select-dropdown-menu-item:hover{background-color:#e6f7ff}.sds-dropdown-input-base .ant-select-dropdown-menu-item:first-child{border-radius:4px 4px 0 0}.sds-dropdown-input-base .ant-select-dropdown-menu-item:last-child{border-radius:0 0 4px 4px}.sds-dropdown-input-base .ant-select-dropdown-menu-item-disabled{color:rgba(0,0,0,0.25);cursor:not-allowed}.sds-dropdown-input-base .ant-select-dropdown-menu-item-disabled:hover{color:rgba(0,0,0,0.25);background-color:#fff;cursor:not-allowed}.sds-dropdown-input-base .ant-select-dropdown-menu-item-selected,.sds-dropdown-input-base .ant-select-dropdown-menu-item-selected:hover{color:rgba(0,0,0,0.65);font-weight:600;background-color:#fafafa}.sds-dropdown-input-base .ant-select-dropdown-menu-item-active{background-color:#e6f7ff}.sds-dropdown-input-base .ant-select-dropdown-menu-item-divider{height:1px;margin:1px 0;overflow:hidden;line-height:0;background-color:#e8e8e8}.sds-dropdown-input-base .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item{padding-right:32px}.sds-dropdown-input-base .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon{position:absolute;top:50%;right:12px;color:transparent;font-weight:bold;font-size:12px;text-shadow:0 0.1px 0, 0.1px 0 0, 0 -0.1px 0, -0.1px 0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all 0.2s;transition:all 0.2s}.sds-dropdown-input-base .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon{color:rgba(0,0,0,0.87)}.sds-dropdown-input-base .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled .ant-select-selected-icon{display:none}.sds-dropdown-input-base .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon,.sds-dropdown-input-base .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon{display:inline-block;color:#1890ff}.sds-dropdown-input-base .ant-select-dropdown-container-open .ant-select-dropdown,.sds-dropdown-input-base .ant-select-dropdown-open .ant-select-dropdown{display:block}.sds-dropdown-input-base .ant-select{position:relative;border-bottom:none;width:100%}.sds-dropdown-input-base .ant-select .ant-select-arrow{color:#343A40}.sds-dropdown-input-base .ant-select .ant-select-selection{border-color:transparent;display:flex;align-items:center;min-width:200px}.sds-dropdown-input-base .ant-select .ant-select-selection .ant-select-selection__rendered{height:100%;width:100%;margin-bottom:0;margin-left:16px;margin-right:16px;line-height:1}.sds-dropdown-input-base .ant-select .ant-select-selection .ant-select-selection__rendered>ul>li{margin-top:0}.sds-dropdown-input-base .ant-select .ant-select-selection .ant-select-selection-selected-value{color:#16191C;font-weight:400;line-height:38px}.sds-dropdown-input-base .ant-select .ant-select-selection.ant-select-selection--multiple{cursor:pointer;padding-bottom:0}.sds-dropdown-input-base .ant-select-selection__placeholder{color:#858D94;font-weight:400}.sds-dropdown-input-base-dropdown.ant-select-dropdown{margin:0;padding:0;color:rgba(0,0,0,0.65);line-height:1.5;list-style:none;-webkit-font-feature-settings:'tnum';font-feature-settings:'tnum';position:absolute;top:-9999px;left:-9999px;z-index:1050;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;font-variant:initial;background-color:#fff;border-radius:4px;outline:none;box-shadow:0 2px 8px rgba(0,0,0,0.15)}.sds-dropdown-input-base-dropdown.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,.sds-dropdown-input-base-dropdown.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft{animation-name:antSlideUpIn}.sds-dropdown-input-base-dropdown.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft,.sds-dropdown-input-base-dropdown.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft{animation-name:antSlideDownIn}.sds-dropdown-input-base-dropdown.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft{animation-name:antSlideUpOut}.sds-dropdown-input-base-dropdown.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft{animation-name:antSlideDownOut}.sds-dropdown-input-base-dropdown.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item{padding-right:32px}.sds-dropdown-input-base-dropdown.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon{position:absolute;top:50%;right:12px;color:transparent;font-weight:400;font-size:12px;text-shadow:0 0.1px 0, 0.1px 0 0, 0 -0.1px 0, -0.1px 0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all 0.2s;transition:all 0.2s}.sds-dropdown-input-base-dropdown.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon{color:rgba(0,0,0,0.87)}.sds-dropdown-input-base-dropdown.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled .ant-select-selected-icon{display:none}.sds-dropdown-input-base-dropdown.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon,.sds-dropdown-input-base-dropdown.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon{display:inline-block;color:#1890ff}.sds-dropdown-input-base-dropdown.ant-select-dropdown-hidden{display:none}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu{max-height:250px;margin-bottom:0;padding-left:0;overflow:auto;list-style:none;outline:none}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item-group-list{margin:0;padding:0}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item-group-list>.ant-select-dropdown-menu-item{padding-left:20px}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item-group-title{height:32px;padding:0 12px;color:rgba(0,0,0,0.45);font-size:12px;line-height:32px}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child{border-radius:0}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item{position:relative;display:block;overflow:hidden;line-height:22px;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;-webkit-transition:background 0.3s ease;transition:background 0.3s ease}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item:hover{background-color:#e6f7ff}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item:first-child{border-radius:4px 4px 0 0}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item:last-child{border-radius:0 0 4px 4px}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item-disabled{color:rgba(0,0,0,0.25);cursor:not-allowed}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item-disabled:hover{color:rgba(0,0,0,0.25);background-color:#fff;cursor:not-allowed}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item-selected,.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item-selected:hover{color:rgba(0,0,0,0.65);font-weight:500;background-color:#fafafa}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item-active{background-color:#e6f7ff}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item-divider{height:1px;margin:1px 0;overflow:hidden;line-height:0;background-color:#e8e8e8}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item{color:#16191C;font-weight:400;padding:0 16px;line-height:32px}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-selected{background:#fff}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-selected .ant-select-selected-icon,.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon{color:#16191C}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-disabled,.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-disabled:hover{background:#EBEBEB repeating-linear-gradient(45deg, #E3E3E3, #E3E3E3 2px, #EBEBEB 2px, #EBEBEB 11.31px);color:#343A40}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item:hover,.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-active{background:#F2F2F2} | |
.P100{letter-spacing:0;color:#16191C;font-weight:400;font-size:16px;line-height:26px}.P200{letter-spacing:0;color:#16191C;font-weight:400;font-size:14px;line-height:24px}.P300{letter-spacing:0;color:#16191C;font-weight:400;font-size:12px;line-height:22px}.SH300{letter-spacing:0;color:#656B73;font-weight:500;font-size:10px;line-height:14px}.SH200{letter-spacing:0;color:#656B73;font-weight:500;font-size:12px;line-height:16px}.SH100{letter-spacing:0;color:#656B73;font-weight:600;font-size:14px;line-height:18px}.H500{letter-spacing:0;color:#16191C;font-weight:600;font-size:12px;line-height:14px}.H400{letter-spacing:0;color:#16191C;font-weight:700;font-size:14px;line-height:16px}.H300{letter-spacing:0;color:#16191C;font-weight:600;font-size:16px;line-height:24px}.H200,.sds-popover .ant-popover-title{letter-spacing:0;color:#16191C;font-weight:700;font-size:20px;line-height:26px}.H100{letter-spacing:0;color:#16191C;font-weight:700;font-size:24px;line-height:32px}.sds-popover .ant-popover-title{padding-top:8px;padding-bottom:8px} | |
.P100{letter-spacing:0;color:#16191C;font-weight:400;font-size:16px;line-height:26px}.P200{letter-spacing:0;color:#16191C;font-weight:400;font-size:14px;line-height:24px}.P300{letter-spacing:0;color:#16191C;font-weight:400;font-size:12px;line-height:22px}.SH300{letter-spacing:0;color:#656B73;font-weight:500;font-size:10px;line-height:14px}.SH200{letter-spacing:0;color:#656B73;font-weight:500;font-size:12px;line-height:16px}.SH100{letter-spacing:0;color:#656B73;font-weight:600;font-size:14px;line-height:18px}.H500{letter-spacing:0;color:#16191C;font-weight:600;font-size:12px;line-height:14px}.H400{letter-spacing:0;color:#16191C;font-weight:700;font-size:14px;line-height:16px}.H300{letter-spacing:0;color:#16191C;font-weight:600;font-size:16px;line-height:24px}.H200{letter-spacing:0;color:#16191C;font-weight:700;font-size:20px;line-height:26px}.H100{letter-spacing:0;color:#16191C;font-weight:700;font-size:24px;line-height:32px}@-webkit-keyframes spinner-spin{0%{transform:translateY(-50%) rotate(0deg)}100%{transform:translateY(-50%) rotate(360deg)}}@-moz-keyframes spinner-spin{0%{transform:translateY(-50%) rotate(0deg)}100%{transform:translateY(-50%) rotate(360deg)}}@-o-keyframes spinner-spin{0%{transform:translateY(-50%) rotate(0deg)}100%{transform:translateY(-50%) rotate(360deg)}}@keyframes spinner-spin{0%{transform:translateY(-50%) rotate(0deg)}100%{transform:translateY(-50%) rotate(360deg)}}.sds-spinner{display:inline-block;position:relative;vertical-align:middle;z-index:1}.sds-spinner::before,.sds-spinner::after{border:2px solid;border-left:none;box-sizing:border-box;content:'';display:block;position:absolute;top:50%;left:50%;z-index:1;transform:translateY(-50%);transform-origin:0% 50%;-webkit-animation:spinner-spin 1s linear 0s infinite;-moz-animation:spinner-spin 1s linear 0s infinite;-o-animation:spinner-spin 1s linear 0s infinite;animation:spinner-spin 1s linear 0s infinite}.sds-spinner::after{animation-direction:reverse}.sds-spinner{width:16px;height:16px}.sds-spinner.sds-spinner-right-margin{margin-right:8px}.sds-spinner::before,.sds-spinner::after{border-color:color(#656B73)}.sds-spinner::before{width:8px;height:16px;border-radius:0 16px 16px 0}.sds-spinner::after{width:4px;height:8px;border-radius:0 8px 8px 0;animation-direction:reverse}.sds-spinner-x-small{width:12px;height:12px}.sds-spinner-x-small.sds-spinner-right-margin{margin-right:6px}.sds-spinner-x-small::before{width:6px;height:12px;border-radius:0 12px 12px 0}.sds-spinner-x-small::after{width:3px;height:6px;border-radius:0 6px 6px 0;animation-direction:reverse}.sds-spinner-small{width:14px;height:14px}.sds-spinner-small.sds-spinner-right-margin{margin-right:7px}.sds-spinner-small::before{width:7px;height:14px;border-radius:0 14px 14px 0}.sds-spinner-small::after{width:3.5px;height:7px;border-radius:0 7px 7px 0;animation-direction:reverse}.sds-spinner-large.sds-spinner-right-margin{margin-right:9px}.sds-spinner-large::before{width:9px;height:18px;border-radius:0 18px 18px 0}.sds-spinner-large::after{width:4.5px;height:9px;border-radius:0 9px 9px 0;animation-direction:reverse}.sds-spinner-black{border-color:#343A40}.sds-spinner-black::before,.sds-spinner-black::after{border-color:#343A40}.sds-spinner-gray,.sds-spinner-default{border-color:#656B73}.sds-spinner-gray::before,.sds-spinner-gray::after,.sds-spinner-default::before,.sds-spinner-default::after{border-color:#656B73}.sds-spinner-yellow{border-color:#FCF000}.sds-spinner-yellow::before,.sds-spinner-yellow::after{border-color:#FCF000} | |
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */ | |
/* stylelint-disable no-duplicate-selectors */ | |
/* stylelint-disable */ | |
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ | |
.ant-btn { | |
line-height: 1.499; | |
position: relative; | |
display: inline-block; | |
font-weight: 400; | |
white-space: nowrap; | |
text-align: center; | |
background-image: none; | |
border: 1px solid transparent; | |
-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015); | |
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015); | |
cursor: pointer; | |
-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); | |
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; | |
-ms-touch-action: manipulation; | |
touch-action: manipulation; | |
height: 32px; | |
padding: 0 15px; | |
font-size: 14px; | |
border-radius: 4px; | |
color: rgba(0, 0, 0, 0.65); | |
background-color: #fff; | |
border-color: #d9d9d9; | |
} | |
.ant-btn > .anticon { | |
line-height: 1; | |
} | |
.ant-btn, | |
.ant-btn:active, | |
.ant-btn:focus { | |
outline: 0; | |
} | |
.ant-btn:not([disabled]):hover { | |
text-decoration: none; | |
} | |
.ant-btn:not([disabled]):active { | |
outline: 0; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.ant-btn.disabled, | |
.ant-btn[disabled] { | |
cursor: not-allowed; | |
} | |
.ant-btn.disabled > *, | |
.ant-btn[disabled] > * { | |
pointer-events: none; | |
} | |
.ant-btn-lg { | |
height: 40px; | |
padding: 0 15px; | |
font-size: 16px; | |
border-radius: 4px; | |
} | |
.ant-btn-sm { | |
height: 24px; | |
padding: 0 7px; | |
font-size: 14px; | |
border-radius: 4px; | |
} | |
.ant-btn > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn:hover, | |
.ant-btn:focus { | |
color: #40a9ff; | |
background-color: #fff; | |
border-color: #40a9ff; | |
} | |
.ant-btn:hover > a:only-child, | |
.ant-btn:focus > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn:hover > a:only-child::after, | |
.ant-btn:focus > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn:active, | |
.ant-btn.active { | |
color: #096dd9; | |
background-color: #fff; | |
border-color: #096dd9; | |
} | |
.ant-btn:active > a:only-child, | |
.ant-btn.active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn:active > a:only-child::after, | |
.ant-btn.active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-disabled, | |
.ant-btn.disabled, | |
.ant-btn[disabled], | |
.ant-btn-disabled:hover, | |
.ant-btn.disabled:hover, | |
.ant-btn[disabled]:hover, | |
.ant-btn-disabled:focus, | |
.ant-btn.disabled:focus, | |
.ant-btn[disabled]:focus, | |
.ant-btn-disabled:active, | |
.ant-btn.disabled:active, | |
.ant-btn[disabled]:active, | |
.ant-btn-disabled.active, | |
.ant-btn.disabled.active, | |
.ant-btn[disabled].active { | |
color: rgba(0, 0, 0, 0.25); | |
background-color: #f5f5f5; | |
border-color: #d9d9d9; | |
text-shadow: none; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.ant-btn-disabled > a:only-child, | |
.ant-btn.disabled > a:only-child, | |
.ant-btn[disabled] > a:only-child, | |
.ant-btn-disabled:hover > a:only-child, | |
.ant-btn.disabled:hover > a:only-child, | |
.ant-btn[disabled]:hover > a:only-child, | |
.ant-btn-disabled:focus > a:only-child, | |
.ant-btn.disabled:focus > a:only-child, | |
.ant-btn[disabled]:focus > a:only-child, | |
.ant-btn-disabled:active > a:only-child, | |
.ant-btn.disabled:active > a:only-child, | |
.ant-btn[disabled]:active > a:only-child, | |
.ant-btn-disabled.active > a:only-child, | |
.ant-btn.disabled.active > a:only-child, | |
.ant-btn[disabled].active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-disabled > a:only-child::after, | |
.ant-btn.disabled > a:only-child::after, | |
.ant-btn[disabled] > a:only-child::after, | |
.ant-btn-disabled:hover > a:only-child::after, | |
.ant-btn.disabled:hover > a:only-child::after, | |
.ant-btn[disabled]:hover > a:only-child::after, | |
.ant-btn-disabled:focus > a:only-child::after, | |
.ant-btn.disabled:focus > a:only-child::after, | |
.ant-btn[disabled]:focus > a:only-child::after, | |
.ant-btn-disabled:active > a:only-child::after, | |
.ant-btn.disabled:active > a:only-child::after, | |
.ant-btn[disabled]:active > a:only-child::after, | |
.ant-btn-disabled.active > a:only-child::after, | |
.ant-btn.disabled.active > a:only-child::after, | |
.ant-btn[disabled].active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn:hover, | |
.ant-btn:focus, | |
.ant-btn:active, | |
.ant-btn.active { | |
text-decoration: none; | |
background: #fff; | |
} | |
.ant-btn > i, | |
.ant-btn > span { | |
display: inline-block; | |
pointer-events: none; | |
} | |
.ant-btn-primary { | |
color: #fff; | |
background-color: #1890ff; | |
border-color: #1890ff; | |
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12); | |
-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045); | |
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045); | |
} | |
.ant-btn-primary > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-primary > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-primary:hover, | |
.ant-btn-primary:focus { | |
color: #fff; | |
background-color: #40a9ff; | |
border-color: #40a9ff; | |
} | |
.ant-btn-primary:hover > a:only-child, | |
.ant-btn-primary:focus > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-primary:hover > a:only-child::after, | |
.ant-btn-primary:focus > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-primary:active, | |
.ant-btn-primary.active { | |
color: #fff; | |
background-color: #096dd9; | |
border-color: #096dd9; | |
} | |
.ant-btn-primary:active > a:only-child, | |
.ant-btn-primary.active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-primary:active > a:only-child::after, | |
.ant-btn-primary.active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-primary-disabled, | |
.ant-btn-primary.disabled, | |
.ant-btn-primary[disabled], | |
.ant-btn-primary-disabled:hover, | |
.ant-btn-primary.disabled:hover, | |
.ant-btn-primary[disabled]:hover, | |
.ant-btn-primary-disabled:focus, | |
.ant-btn-primary.disabled:focus, | |
.ant-btn-primary[disabled]:focus, | |
.ant-btn-primary-disabled:active, | |
.ant-btn-primary.disabled:active, | |
.ant-btn-primary[disabled]:active, | |
.ant-btn-primary-disabled.active, | |
.ant-btn-primary.disabled.active, | |
.ant-btn-primary[disabled].active { | |
color: rgba(0, 0, 0, 0.25); | |
background-color: #f5f5f5; | |
border-color: #d9d9d9; | |
text-shadow: none; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.ant-btn-primary-disabled > a:only-child, | |
.ant-btn-primary.disabled > a:only-child, | |
.ant-btn-primary[disabled] > a:only-child, | |
.ant-btn-primary-disabled:hover > a:only-child, | |
.ant-btn-primary.disabled:hover > a:only-child, | |
.ant-btn-primary[disabled]:hover > a:only-child, | |
.ant-btn-primary-disabled:focus > a:only-child, | |
.ant-btn-primary.disabled:focus > a:only-child, | |
.ant-btn-primary[disabled]:focus > a:only-child, | |
.ant-btn-primary-disabled:active > a:only-child, | |
.ant-btn-primary.disabled:active > a:only-child, | |
.ant-btn-primary[disabled]:active > a:only-child, | |
.ant-btn-primary-disabled.active > a:only-child, | |
.ant-btn-primary.disabled.active > a:only-child, | |
.ant-btn-primary[disabled].active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-primary-disabled > a:only-child::after, | |
.ant-btn-primary.disabled > a:only-child::after, | |
.ant-btn-primary[disabled] > a:only-child::after, | |
.ant-btn-primary-disabled:hover > a:only-child::after, | |
.ant-btn-primary.disabled:hover > a:only-child::after, | |
.ant-btn-primary[disabled]:hover > a:only-child::after, | |
.ant-btn-primary-disabled:focus > a:only-child::after, | |
.ant-btn-primary.disabled:focus > a:only-child::after, | |
.ant-btn-primary[disabled]:focus > a:only-child::after, | |
.ant-btn-primary-disabled:active > a:only-child::after, | |
.ant-btn-primary.disabled:active > a:only-child::after, | |
.ant-btn-primary[disabled]:active > a:only-child::after, | |
.ant-btn-primary-disabled.active > a:only-child::after, | |
.ant-btn-primary.disabled.active > a:only-child::after, | |
.ant-btn-primary[disabled].active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) { | |
border-right-color: #40a9ff; | |
border-left-color: #40a9ff; | |
} | |
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled { | |
border-color: #d9d9d9; | |
} | |
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) { | |
border-right-color: #40a9ff; | |
} | |
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] { | |
border-right-color: #d9d9d9; | |
} | |
.ant-btn-group .ant-btn-primary:last-child:not(:first-child), | |
.ant-btn-group .ant-btn-primary + .ant-btn-primary { | |
border-left-color: #40a9ff; | |
} | |
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled], | |
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] { | |
border-left-color: #d9d9d9; | |
} | |
.ant-btn-ghost { | |
color: rgba(0, 0, 0, 0.65); | |
background-color: transparent; | |
border-color: #d9d9d9; | |
} | |
.ant-btn-ghost > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-ghost > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-ghost:hover, | |
.ant-btn-ghost:focus { | |
color: #40a9ff; | |
background-color: transparent; | |
border-color: #40a9ff; | |
} | |
.ant-btn-ghost:hover > a:only-child, | |
.ant-btn-ghost:focus > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-ghost:hover > a:only-child::after, | |
.ant-btn-ghost:focus > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-ghost:active, | |
.ant-btn-ghost.active { | |
color: #096dd9; | |
background-color: transparent; | |
border-color: #096dd9; | |
} | |
.ant-btn-ghost:active > a:only-child, | |
.ant-btn-ghost.active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-ghost:active > a:only-child::after, | |
.ant-btn-ghost.active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-ghost-disabled, | |
.ant-btn-ghost.disabled, | |
.ant-btn-ghost[disabled], | |
.ant-btn-ghost-disabled:hover, | |
.ant-btn-ghost.disabled:hover, | |
.ant-btn-ghost[disabled]:hover, | |
.ant-btn-ghost-disabled:focus, | |
.ant-btn-ghost.disabled:focus, | |
.ant-btn-ghost[disabled]:focus, | |
.ant-btn-ghost-disabled:active, | |
.ant-btn-ghost.disabled:active, | |
.ant-btn-ghost[disabled]:active, | |
.ant-btn-ghost-disabled.active, | |
.ant-btn-ghost.disabled.active, | |
.ant-btn-ghost[disabled].active { | |
color: rgba(0, 0, 0, 0.25); | |
background-color: #f5f5f5; | |
border-color: #d9d9d9; | |
text-shadow: none; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.ant-btn-ghost-disabled > a:only-child, | |
.ant-btn-ghost.disabled > a:only-child, | |
.ant-btn-ghost[disabled] > a:only-child, | |
.ant-btn-ghost-disabled:hover > a:only-child, | |
.ant-btn-ghost.disabled:hover > a:only-child, | |
.ant-btn-ghost[disabled]:hover > a:only-child, | |
.ant-btn-ghost-disabled:focus > a:only-child, | |
.ant-btn-ghost.disabled:focus > a:only-child, | |
.ant-btn-ghost[disabled]:focus > a:only-child, | |
.ant-btn-ghost-disabled:active > a:only-child, | |
.ant-btn-ghost.disabled:active > a:only-child, | |
.ant-btn-ghost[disabled]:active > a:only-child, | |
.ant-btn-ghost-disabled.active > a:only-child, | |
.ant-btn-ghost.disabled.active > a:only-child, | |
.ant-btn-ghost[disabled].active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-ghost-disabled > a:only-child::after, | |
.ant-btn-ghost.disabled > a:only-child::after, | |
.ant-btn-ghost[disabled] > a:only-child::after, | |
.ant-btn-ghost-disabled:hover > a:only-child::after, | |
.ant-btn-ghost.disabled:hover > a:only-child::after, | |
.ant-btn-ghost[disabled]:hover > a:only-child::after, | |
.ant-btn-ghost-disabled:focus > a:only-child::after, | |
.ant-btn-ghost.disabled:focus > a:only-child::after, | |
.ant-btn-ghost[disabled]:focus > a:only-child::after, | |
.ant-btn-ghost-disabled:active > a:only-child::after, | |
.ant-btn-ghost.disabled:active > a:only-child::after, | |
.ant-btn-ghost[disabled]:active > a:only-child::after, | |
.ant-btn-ghost-disabled.active > a:only-child::after, | |
.ant-btn-ghost.disabled.active > a:only-child::after, | |
.ant-btn-ghost[disabled].active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-dashed { | |
color: rgba(0, 0, 0, 0.65); | |
background-color: #fff; | |
border-color: #d9d9d9; | |
border-style: dashed; | |
} | |
.ant-btn-dashed > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-dashed > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-dashed:hover, | |
.ant-btn-dashed:focus { | |
color: #40a9ff; | |
background-color: #fff; | |
border-color: #40a9ff; | |
} | |
.ant-btn-dashed:hover > a:only-child, | |
.ant-btn-dashed:focus > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-dashed:hover > a:only-child::after, | |
.ant-btn-dashed:focus > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-dashed:active, | |
.ant-btn-dashed.active { | |
color: #096dd9; | |
background-color: #fff; | |
border-color: #096dd9; | |
} | |
.ant-btn-dashed:active > a:only-child, | |
.ant-btn-dashed.active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-dashed:active > a:only-child::after, | |
.ant-btn-dashed.active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-dashed-disabled, | |
.ant-btn-dashed.disabled, | |
.ant-btn-dashed[disabled], | |
.ant-btn-dashed-disabled:hover, | |
.ant-btn-dashed.disabled:hover, | |
.ant-btn-dashed[disabled]:hover, | |
.ant-btn-dashed-disabled:focus, | |
.ant-btn-dashed.disabled:focus, | |
.ant-btn-dashed[disabled]:focus, | |
.ant-btn-dashed-disabled:active, | |
.ant-btn-dashed.disabled:active, | |
.ant-btn-dashed[disabled]:active, | |
.ant-btn-dashed-disabled.active, | |
.ant-btn-dashed.disabled.active, | |
.ant-btn-dashed[disabled].active { | |
color: rgba(0, 0, 0, 0.25); | |
background-color: #f5f5f5; | |
border-color: #d9d9d9; | |
text-shadow: none; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.ant-btn-dashed-disabled > a:only-child, | |
.ant-btn-dashed.disabled > a:only-child, | |
.ant-btn-dashed[disabled] > a:only-child, | |
.ant-btn-dashed-disabled:hover > a:only-child, | |
.ant-btn-dashed.disabled:hover > a:only-child, | |
.ant-btn-dashed[disabled]:hover > a:only-child, | |
.ant-btn-dashed-disabled:focus > a:only-child, | |
.ant-btn-dashed.disabled:focus > a:only-child, | |
.ant-btn-dashed[disabled]:focus > a:only-child, | |
.ant-btn-dashed-disabled:active > a:only-child, | |
.ant-btn-dashed.disabled:active > a:only-child, | |
.ant-btn-dashed[disabled]:active > a:only-child, | |
.ant-btn-dashed-disabled.active > a:only-child, | |
.ant-btn-dashed.disabled.active > a:only-child, | |
.ant-btn-dashed[disabled].active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-dashed-disabled > a:only-child::after, | |
.ant-btn-dashed.disabled > a:only-child::after, | |
.ant-btn-dashed[disabled] > a:only-child::after, | |
.ant-btn-dashed-disabled:hover > a:only-child::after, | |
.ant-btn-dashed.disabled:hover > a:only-child::after, | |
.ant-btn-dashed[disabled]:hover > a:only-child::after, | |
.ant-btn-dashed-disabled:focus > a:only-child::after, | |
.ant-btn-dashed.disabled:focus > a:only-child::after, | |
.ant-btn-dashed[disabled]:focus > a:only-child::after, | |
.ant-btn-dashed-disabled:active > a:only-child::after, | |
.ant-btn-dashed.disabled:active > a:only-child::after, | |
.ant-btn-dashed[disabled]:active > a:only-child::after, | |
.ant-btn-dashed-disabled.active > a:only-child::after, | |
.ant-btn-dashed.disabled.active > a:only-child::after, | |
.ant-btn-dashed[disabled].active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-danger { | |
color: #f5222d; | |
background-color: #f5f5f5; | |
border-color: #d9d9d9; | |
} | |
.ant-btn-danger > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-danger > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-danger:hover { | |
color: #fff; | |
background-color: #ff4d4f; | |
border-color: #ff4d4f; | |
} | |
.ant-btn-danger:hover > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-danger:hover > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-danger:focus { | |
color: #ff4d4f; | |
background-color: #fff; | |
border-color: #ff4d4f; | |
} | |
.ant-btn-danger:focus > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-danger:focus > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-danger:active, | |
.ant-btn-danger.active { | |
color: #fff; | |
background-color: #cf1322; | |
border-color: #cf1322; | |
} | |
.ant-btn-danger:active > a:only-child, | |
.ant-btn-danger.active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-danger:active > a:only-child::after, | |
.ant-btn-danger.active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-danger-disabled, | |
.ant-btn-danger.disabled, | |
.ant-btn-danger[disabled], | |
.ant-btn-danger-disabled:hover, | |
.ant-btn-danger.disabled:hover, | |
.ant-btn-danger[disabled]:hover, | |
.ant-btn-danger-disabled:focus, | |
.ant-btn-danger.disabled:focus, | |
.ant-btn-danger[disabled]:focus, | |
.ant-btn-danger-disabled:active, | |
.ant-btn-danger.disabled:active, | |
.ant-btn-danger[disabled]:active, | |
.ant-btn-danger-disabled.active, | |
.ant-btn-danger.disabled.active, | |
.ant-btn-danger[disabled].active { | |
color: rgba(0, 0, 0, 0.25); | |
background-color: #f5f5f5; | |
border-color: #d9d9d9; | |
text-shadow: none; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.ant-btn-danger-disabled > a:only-child, | |
.ant-btn-danger.disabled > a:only-child, | |
.ant-btn-danger[disabled] > a:only-child, | |
.ant-btn-danger-disabled:hover > a:only-child, | |
.ant-btn-danger.disabled:hover > a:only-child, | |
.ant-btn-danger[disabled]:hover > a:only-child, | |
.ant-btn-danger-disabled:focus > a:only-child, | |
.ant-btn-danger.disabled:focus > a:only-child, | |
.ant-btn-danger[disabled]:focus > a:only-child, | |
.ant-btn-danger-disabled:active > a:only-child, | |
.ant-btn-danger.disabled:active > a:only-child, | |
.ant-btn-danger[disabled]:active > a:only-child, | |
.ant-btn-danger-disabled.active > a:only-child, | |
.ant-btn-danger.disabled.active > a:only-child, | |
.ant-btn-danger[disabled].active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-danger-disabled > a:only-child::after, | |
.ant-btn-danger.disabled > a:only-child::after, | |
.ant-btn-danger[disabled] > a:only-child::after, | |
.ant-btn-danger-disabled:hover > a:only-child::after, | |
.ant-btn-danger.disabled:hover > a:only-child::after, | |
.ant-btn-danger[disabled]:hover > a:only-child::after, | |
.ant-btn-danger-disabled:focus > a:only-child::after, | |
.ant-btn-danger.disabled:focus > a:only-child::after, | |
.ant-btn-danger[disabled]:focus > a:only-child::after, | |
.ant-btn-danger-disabled:active > a:only-child::after, | |
.ant-btn-danger.disabled:active > a:only-child::after, | |
.ant-btn-danger[disabled]:active > a:only-child::after, | |
.ant-btn-danger-disabled.active > a:only-child::after, | |
.ant-btn-danger.disabled.active > a:only-child::after, | |
.ant-btn-danger[disabled].active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-link { | |
color: #1890ff; | |
background-color: transparent; | |
border-color: transparent; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.ant-btn-link > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-link > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-link:hover, | |
.ant-btn-link:focus { | |
color: #40a9ff; | |
background-color: transparent; | |
border-color: #40a9ff; | |
} | |
.ant-btn-link:hover > a:only-child, | |
.ant-btn-link:focus > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-link:hover > a:only-child::after, | |
.ant-btn-link:focus > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-link:active, | |
.ant-btn-link.active { | |
color: #096dd9; | |
background-color: transparent; | |
border-color: #096dd9; | |
} | |
.ant-btn-link:active > a:only-child, | |
.ant-btn-link.active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-link:active > a:only-child::after, | |
.ant-btn-link.active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-link-disabled, | |
.ant-btn-link.disabled, | |
.ant-btn-link[disabled], | |
.ant-btn-link-disabled:hover, | |
.ant-btn-link.disabled:hover, | |
.ant-btn-link[disabled]:hover, | |
.ant-btn-link-disabled:focus, | |
.ant-btn-link.disabled:focus, | |
.ant-btn-link[disabled]:focus, | |
.ant-btn-link-disabled:active, | |
.ant-btn-link.disabled:active, | |
.ant-btn-link[disabled]:active, | |
.ant-btn-link-disabled.active, | |
.ant-btn-link.disabled.active, | |
.ant-btn-link[disabled].active { | |
color: rgba(0, 0, 0, 0.25); | |
background-color: #f5f5f5; | |
border-color: #d9d9d9; | |
text-shadow: none; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.ant-btn-link-disabled > a:only-child, | |
.ant-btn-link.disabled > a:only-child, | |
.ant-btn-link[disabled] > a:only-child, | |
.ant-btn-link-disabled:hover > a:only-child, | |
.ant-btn-link.disabled:hover > a:only-child, | |
.ant-btn-link[disabled]:hover > a:only-child, | |
.ant-btn-link-disabled:focus > a:only-child, | |
.ant-btn-link.disabled:focus > a:only-child, | |
.ant-btn-link[disabled]:focus > a:only-child, | |
.ant-btn-link-disabled:active > a:only-child, | |
.ant-btn-link.disabled:active > a:only-child, | |
.ant-btn-link[disabled]:active > a:only-child, | |
.ant-btn-link-disabled.active > a:only-child, | |
.ant-btn-link.disabled.active > a:only-child, | |
.ant-btn-link[disabled].active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-link-disabled > a:only-child::after, | |
.ant-btn-link.disabled > a:only-child::after, | |
.ant-btn-link[disabled] > a:only-child::after, | |
.ant-btn-link-disabled:hover > a:only-child::after, | |
.ant-btn-link.disabled:hover > a:only-child::after, | |
.ant-btn-link[disabled]:hover > a:only-child::after, | |
.ant-btn-link-disabled:focus > a:only-child::after, | |
.ant-btn-link.disabled:focus > a:only-child::after, | |
.ant-btn-link[disabled]:focus > a:only-child::after, | |
.ant-btn-link-disabled:active > a:only-child::after, | |
.ant-btn-link.disabled:active > a:only-child::after, | |
.ant-btn-link[disabled]:active > a:only-child::after, | |
.ant-btn-link-disabled.active > a:only-child::after, | |
.ant-btn-link.disabled.active > a:only-child::after, | |
.ant-btn-link[disabled].active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-link:hover, | |
.ant-btn-link:focus, | |
.ant-btn-link:active { | |
border-color: transparent; | |
} | |
.ant-btn-link-disabled, | |
.ant-btn-link.disabled, | |
.ant-btn-link[disabled], | |
.ant-btn-link-disabled:hover, | |
.ant-btn-link.disabled:hover, | |
.ant-btn-link[disabled]:hover, | |
.ant-btn-link-disabled:focus, | |
.ant-btn-link.disabled:focus, | |
.ant-btn-link[disabled]:focus, | |
.ant-btn-link-disabled:active, | |
.ant-btn-link.disabled:active, | |
.ant-btn-link[disabled]:active, | |
.ant-btn-link-disabled.active, | |
.ant-btn-link.disabled.active, | |
.ant-btn-link[disabled].active { | |
color: rgba(0, 0, 0, 0.25); | |
background-color: transparent; | |
border-color: transparent; | |
text-shadow: none; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.ant-btn-link-disabled > a:only-child, | |
.ant-btn-link.disabled > a:only-child, | |
.ant-btn-link[disabled] > a:only-child, | |
.ant-btn-link-disabled:hover > a:only-child, | |
.ant-btn-link.disabled:hover > a:only-child, | |
.ant-btn-link[disabled]:hover > a:only-child, | |
.ant-btn-link-disabled:focus > a:only-child, | |
.ant-btn-link.disabled:focus > a:only-child, | |
.ant-btn-link[disabled]:focus > a:only-child, | |
.ant-btn-link-disabled:active > a:only-child, | |
.ant-btn-link.disabled:active > a:only-child, | |
.ant-btn-link[disabled]:active > a:only-child, | |
.ant-btn-link-disabled.active > a:only-child, | |
.ant-btn-link.disabled.active > a:only-child, | |
.ant-btn-link[disabled].active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-link-disabled > a:only-child::after, | |
.ant-btn-link.disabled > a:only-child::after, | |
.ant-btn-link[disabled] > a:only-child::after, | |
.ant-btn-link-disabled:hover > a:only-child::after, | |
.ant-btn-link.disabled:hover > a:only-child::after, | |
.ant-btn-link[disabled]:hover > a:only-child::after, | |
.ant-btn-link-disabled:focus > a:only-child::after, | |
.ant-btn-link.disabled:focus > a:only-child::after, | |
.ant-btn-link[disabled]:focus > a:only-child::after, | |
.ant-btn-link-disabled:active > a:only-child::after, | |
.ant-btn-link.disabled:active > a:only-child::after, | |
.ant-btn-link[disabled]:active > a:only-child::after, | |
.ant-btn-link-disabled.active > a:only-child::after, | |
.ant-btn-link.disabled.active > a:only-child::after, | |
.ant-btn-link[disabled].active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-round { | |
height: 32px; | |
padding: 0 16px; | |
font-size: 16px; | |
border-radius: 32px; | |
} | |
.ant-btn-round.ant-btn-lg { | |
height: 40px; | |
padding: 0 20px; | |
font-size: 18px; | |
border-radius: 40px; | |
} | |
.ant-btn-round.ant-btn-sm { | |
height: 24px; | |
padding: 0 12px; | |
font-size: 14px; | |
border-radius: 24px; | |
} | |
.ant-btn-circle, | |
.ant-btn-circle-outline { | |
width: 32px; | |
height: 32px; | |
padding: 0; | |
font-size: 16px; | |
border-radius: 50%; | |
} | |
.ant-btn-circle.ant-btn-lg, | |
.ant-btn-circle-outline.ant-btn-lg { | |
width: 40px; | |
height: 40px; | |
padding: 0; | |
font-size: 18px; | |
border-radius: 50%; | |
} | |
.ant-btn-circle.ant-btn-sm, | |
.ant-btn-circle-outline.ant-btn-sm { | |
width: 24px; | |
height: 24px; | |
padding: 0; | |
font-size: 14px; | |
border-radius: 50%; | |
} | |
.ant-btn::before { | |
position: absolute; | |
top: -1px; | |
right: -1px; | |
bottom: -1px; | |
left: -1px; | |
z-index: 1; | |
display: none; | |
background: #fff; | |
border-radius: inherit; | |
opacity: 0.35; | |
-webkit-transition: opacity 0.2s; | |
transition: opacity 0.2s; | |
content: ''; | |
pointer-events: none; | |
} | |
.ant-btn .anticon { | |
-webkit-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); | |
transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); | |
} | |
.ant-btn .anticon.anticon-plus > svg, | |
.ant-btn .anticon.anticon-minus > svg { | |
shape-rendering: optimizeSpeed; | |
} | |
.ant-btn.ant-btn-loading { | |
position: relative; | |
pointer-events: none; | |
} | |
.ant-btn.ant-btn-loading::before { | |
display: block; | |
} | |
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) { | |
padding-left: 29px; | |
} | |
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon:not(:last-child) { | |
margin-left: -14px; | |
} | |
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) { | |
padding-left: 24px; | |
} | |
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon { | |
margin-left: -17px; | |
} | |
.ant-btn-group { | |
position: relative; | |
display: inline-block; | |
} | |
.ant-btn-group > .ant-btn, | |
.ant-btn-group > span > .ant-btn { | |
position: relative; | |
} | |
.ant-btn-group > .ant-btn:hover, | |
.ant-btn-group > span > .ant-btn:hover, | |
.ant-btn-group > .ant-btn:focus, | |
.ant-btn-group > span > .ant-btn:focus, | |
.ant-btn-group > .ant-btn:active, | |
.ant-btn-group > span > .ant-btn:active, | |
.ant-btn-group > .ant-btn.active, | |
.ant-btn-group > span > .ant-btn.active { | |
z-index: 2; | |
} | |
.ant-btn-group > .ant-btn:disabled, | |
.ant-btn-group > span > .ant-btn:disabled { | |
z-index: 0; | |
} | |
.ant-btn-group-lg > .ant-btn, | |
.ant-btn-group-lg > span > .ant-btn { | |
height: 40px; | |
padding: 0 15px; | |
font-size: 16px; | |
border-radius: 0; | |
line-height: 38px; | |
} | |
.ant-btn-group-sm > .ant-btn, | |
.ant-btn-group-sm > span > .ant-btn { | |
height: 24px; | |
padding: 0 7px; | |
font-size: 14px; | |
border-radius: 0; | |
line-height: 22px; | |
} | |
.ant-btn-group-sm > .ant-btn > .anticon, | |
.ant-btn-group-sm > span > .ant-btn > .anticon { | |
font-size: 14px; | |
} | |
.ant-btn-group .ant-btn + .ant-btn, | |
.ant-btn + .ant-btn-group, | |
.ant-btn-group span + .ant-btn, | |
.ant-btn-group .ant-btn + span, | |
.ant-btn-group > span + span, | |
.ant-btn-group + .ant-btn, | |
.ant-btn-group + .ant-btn-group { | |
margin-left: -1px; | |
} | |
.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) { | |
border-left-color: transparent; | |
} | |
.ant-btn-group .ant-btn { | |
border-radius: 0; | |
} | |
.ant-btn-group > .ant-btn:first-child, | |
.ant-btn-group > span:first-child > .ant-btn { | |
margin-left: 0; | |
} | |
.ant-btn-group > .ant-btn:only-child { | |
border-radius: 4px; | |
} | |
.ant-btn-group > span:only-child > .ant-btn { | |
border-radius: 4px; | |
} | |
.ant-btn-group > .ant-btn:first-child:not(:last-child), | |
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn { | |
border-top-left-radius: 4px; | |
border-bottom-left-radius: 4px; | |
} | |
.ant-btn-group > .ant-btn:last-child:not(:first-child), | |
.ant-btn-group > span:last-child:not(:first-child) > .ant-btn { | |
border-top-right-radius: 4px; | |
border-bottom-right-radius: 4px; | |
} | |
.ant-btn-group-sm > .ant-btn:only-child { | |
border-radius: 4px; | |
} | |
.ant-btn-group-sm > span:only-child > .ant-btn { | |
border-radius: 4px; | |
} | |
.ant-btn-group-sm > .ant-btn:first-child:not(:last-child), | |
.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn { | |
border-top-left-radius: 4px; | |
border-bottom-left-radius: 4px; | |
} | |
.ant-btn-group-sm > .ant-btn:last-child:not(:first-child), | |
.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn { | |
border-top-right-radius: 4px; | |
border-bottom-right-radius: 4px; | |
} | |
.ant-btn-group > .ant-btn-group { | |
float: left; | |
} | |
.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn { | |
border-radius: 0; | |
} | |
.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child { | |
padding-right: 8px; | |
border-top-right-radius: 0; | |
border-bottom-right-radius: 0; | |
} | |
.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child { | |
padding-left: 8px; | |
border-top-left-radius: 0; | |
border-bottom-left-radius: 0; | |
} | |
.ant-btn:not(.ant-btn-circle):not(.ant-btn-circle-outline).ant-btn-icon-only { | |
padding-right: 8px; | |
padding-left: 8px; | |
} | |
.ant-btn:focus > span, | |
.ant-btn:active > span { | |
position: relative; | |
} | |
.ant-btn > .anticon + span, | |
.ant-btn > span + .anticon { | |
margin-left: 8px; | |
} | |
.ant-btn-background-ghost { | |
color: #fff; | |
background: transparent !important; | |
border-color: #fff; | |
} | |
.ant-btn-background-ghost.ant-btn-primary { | |
color: #1890ff; | |
background-color: transparent; | |
border-color: #1890ff; | |
text-shadow: none; | |
} | |
.ant-btn-background-ghost.ant-btn-primary > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-background-ghost.ant-btn-primary > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-background-ghost.ant-btn-primary:hover, | |
.ant-btn-background-ghost.ant-btn-primary:focus { | |
color: #40a9ff; | |
background-color: transparent; | |
border-color: #40a9ff; | |
} | |
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-background-ghost.ant-btn-primary:active, | |
.ant-btn-background-ghost.ant-btn-primary.active { | |
color: #096dd9; | |
background-color: transparent; | |
border-color: #096dd9; | |
} | |
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-background-ghost.ant-btn-primary-disabled, | |
.ant-btn-background-ghost.ant-btn-primary.disabled, | |
.ant-btn-background-ghost.ant-btn-primary[disabled], | |
.ant-btn-background-ghost.ant-btn-primary-disabled:hover, | |
.ant-btn-background-ghost.ant-btn-primary.disabled:hover, | |
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover, | |
.ant-btn-background-ghost.ant-btn-primary-disabled:focus, | |
.ant-btn-background-ghost.ant-btn-primary.disabled:focus, | |
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus, | |
.ant-btn-background-ghost.ant-btn-primary-disabled:active, | |
.ant-btn-background-ghost.ant-btn-primary.disabled:active, | |
.ant-btn-background-ghost.ant-btn-primary[disabled]:active, | |
.ant-btn-background-ghost.ant-btn-primary-disabled.active, | |
.ant-btn-background-ghost.ant-btn-primary.disabled.active, | |
.ant-btn-background-ghost.ant-btn-primary[disabled].active { | |
color: rgba(0, 0, 0, 0.25); | |
background-color: #f5f5f5; | |
border-color: #d9d9d9; | |
text-shadow: none; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-background-ghost.ant-btn-danger { | |
color: #f5222d; | |
background-color: transparent; | |
border-color: #f5222d; | |
text-shadow: none; | |
} | |
.ant-btn-background-ghost.ant-btn-danger > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-background-ghost.ant-btn-danger > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-background-ghost.ant-btn-danger:hover, | |
.ant-btn-background-ghost.ant-btn-danger:focus { | |
color: #ff4d4f; | |
background-color: transparent; | |
border-color: #ff4d4f; | |
} | |
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-background-ghost.ant-btn-danger:active, | |
.ant-btn-background-ghost.ant-btn-danger.active { | |
color: #cf1322; | |
background-color: transparent; | |
border-color: #cf1322; | |
} | |
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-background-ghost.ant-btn-danger-disabled, | |
.ant-btn-background-ghost.ant-btn-danger.disabled, | |
.ant-btn-background-ghost.ant-btn-danger[disabled], | |
.ant-btn-background-ghost.ant-btn-danger-disabled:hover, | |
.ant-btn-background-ghost.ant-btn-danger.disabled:hover, | |
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover, | |
.ant-btn-background-ghost.ant-btn-danger-disabled:focus, | |
.ant-btn-background-ghost.ant-btn-danger.disabled:focus, | |
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus, | |
.ant-btn-background-ghost.ant-btn-danger-disabled:active, | |
.ant-btn-background-ghost.ant-btn-danger.disabled:active, | |
.ant-btn-background-ghost.ant-btn-danger[disabled]:active, | |
.ant-btn-background-ghost.ant-btn-danger-disabled.active, | |
.ant-btn-background-ghost.ant-btn-danger.disabled.active, | |
.ant-btn-background-ghost.ant-btn-danger[disabled].active { | |
color: rgba(0, 0, 0, 0.25); | |
background-color: #f5f5f5; | |
border-color: #d9d9d9; | |
text-shadow: none; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-background-ghost.ant-btn-link { | |
color: #1890ff; | |
background-color: transparent; | |
border-color: transparent; | |
text-shadow: none; | |
color: #fff; | |
} | |
.ant-btn-background-ghost.ant-btn-link > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-background-ghost.ant-btn-link > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-background-ghost.ant-btn-link:hover, | |
.ant-btn-background-ghost.ant-btn-link:focus { | |
color: #40a9ff; | |
background-color: transparent; | |
border-color: transparent; | |
} | |
.ant-btn-background-ghost.ant-btn-link:hover > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link:focus > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-background-ghost.ant-btn-link:hover > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link:focus > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-background-ghost.ant-btn-link:active, | |
.ant-btn-background-ghost.ant-btn-link.active { | |
color: #096dd9; | |
background-color: transparent; | |
border-color: transparent; | |
} | |
.ant-btn-background-ghost.ant-btn-link:active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link.active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-background-ghost.ant-btn-link:active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link.active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-background-ghost.ant-btn-link-disabled, | |
.ant-btn-background-ghost.ant-btn-link.disabled, | |
.ant-btn-background-ghost.ant-btn-link[disabled], | |
.ant-btn-background-ghost.ant-btn-link-disabled:hover, | |
.ant-btn-background-ghost.ant-btn-link.disabled:hover, | |
.ant-btn-background-ghost.ant-btn-link[disabled]:hover, | |
.ant-btn-background-ghost.ant-btn-link-disabled:focus, | |
.ant-btn-background-ghost.ant-btn-link.disabled:focus, | |
.ant-btn-background-ghost.ant-btn-link[disabled]:focus, | |
.ant-btn-background-ghost.ant-btn-link-disabled:active, | |
.ant-btn-background-ghost.ant-btn-link.disabled:active, | |
.ant-btn-background-ghost.ant-btn-link[disabled]:active, | |
.ant-btn-background-ghost.ant-btn-link-disabled.active, | |
.ant-btn-background-ghost.ant-btn-link.disabled.active, | |
.ant-btn-background-ghost.ant-btn-link[disabled].active { | |
color: rgba(0, 0, 0, 0.25); | |
background-color: #f5f5f5; | |
border-color: #d9d9d9; | |
text-shadow: none; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-two-chinese-chars::first-letter { | |
letter-spacing: 0.34em; | |
} | |
.ant-btn-two-chinese-chars > *:not(.anticon) { | |
margin-right: -0.34em; | |
letter-spacing: 0.34em; | |
} | |
.ant-btn-block { | |
width: 100%; | |
} | |
.ant-btn:empty { | |
vertical-align: top; | |
} | |
a.ant-btn { | |
line-height: 30px; | |
} | |
a.ant-btn-lg { | |
line-height: 38px; | |
} | |
a.ant-btn-sm { | |
line-height: 22px; | |
} | |
.P100{letter-spacing:0;color:#16191C;font-weight:400;font-size:16px;line-height:26px}.P200{letter-spacing:0;color:#16191C;font-weight:400;font-size:14px;line-height:24px}.P300{letter-spacing:0;color:#16191C;font-weight:400;font-size:12px;line-height:22px}.SH300{letter-spacing:0;color:#656B73;font-weight:500;font-size:10px;line-height:14px}.SH200{letter-spacing:0;color:#656B73;font-weight:500;font-size:12px;line-height:16px}.SH100{letter-spacing:0;color:#656B73;font-weight:600;font-size:14px;line-height:18px}.H500{letter-spacing:0;color:#16191C;font-weight:600;font-size:12px;line-height:14px}.H400{letter-spacing:0;color:#16191C;font-weight:700;font-size:14px;line-height:16px}.H300{letter-spacing:0;color:#16191C;font-weight:600;font-size:16px;line-height:24px}.H200{letter-spacing:0;color:#16191C;font-weight:700;font-size:20px;line-height:26px}.H100{letter-spacing:0;color:#16191C;font-weight:700;font-size:24px;line-height:32px}.sds-control.error label{color:#E1143D}.sds-control .sds-control-label{color:#656B73;display:block;font-size:12px;font-weight:500;line-height:16px;margin-bottom:4px}.sds-control .sds-control-error{margin-top:5px;font-size:12px;color:#E1143D} | |
.P100{letter-spacing:0;color:#16191C;font-weight:400;font-size:16px;line-height:26px}.P200{letter-spacing:0;color:#16191C;font-weight:400;font-size:14px;line-height:24px}.P300{letter-spacing:0;color:#16191C;font-weight:400;font-size:12px;line-height:22px}.SH300{letter-spacing:0;color:#656B73;font-weight:500;font-size:10px;line-height:14px}.SH200{letter-spacing:0;color:#656B73;font-weight:500;font-size:12px;line-height:16px}.SH100{letter-spacing:0;color:#656B73;font-weight:600;font-size:14px;line-height:18px}.H500{letter-spacing:0;color:#16191C;font-weight:600;font-size:12px;line-height:14px}.H400{letter-spacing:0;color:#16191C;font-weight:700;font-size:14px;line-height:16px}.H300{letter-spacing:0;color:#16191C;font-weight:600;font-size:16px;line-height:24px}.H200{letter-spacing:0;color:#16191C;font-weight:700;font-size:20px;line-height:26px}.H100{letter-spacing:0;color:#16191C;font-weight:700;font-size:24px;line-height:32px}.sds-button.ant-btn{background-color:#fff;border-radius:100px;border:1px solid #D6D6D6;box-shadow:none;color:#343A40;font-weight:600;height:auto;line-height:1;min-height:32px;outline:1px;padding:8px 20px;transition:all 150ms cubic-bezier(0.55, 0.055, 0.675, 0.19);user-select:none}.sds-button.ant-btn .sds-button-spinner-content{display:flex;flex-direction:row;align-items:center}.sds-button.ant-btn:active,.sds-button.ant-btn:disabled,.sds-button.ant-btn:hover{color:#16191C;outline:none}.sds-button.ant-btn:active,.sds-button.ant-btn:focus{background-color:#F7F7F7;border-color:#656B73}.sds-button.ant-btn:focus{color:#16191C}.sds-button.ant-btn:disabled{cursor:not-allowed;background:#EBEBEB repeating-linear-gradient(45deg, #D6D6D6, #D6D6D6 2px, #EBEBEB 2px, #EBEBEB 10px)}.sds-button.ant-btn:disabled,.sds-button.ant-btn:disabled.primary{color:#858D94}.sds-button.ant-btn:disabled:hover{border-color:#D6D6D6}.sds-button.ant-btn:hover{border-color:#858D94}.sds-button.ant-btn::after{display:none}.sds-button.ant-btn.elevated{border-color:transparent;box-shadow:0 4px 8px 0 rgba(0,0,0,0.06)}.sds-button.ant-btn.block{display:block}.sds-button.ant-btn.primary{background-color:#343A40;border-color:transparent;color:#F7F7F7}.sds-button.ant-btn.link,.sds-button.ant-btn.subtle{background:transparent;border:none}.sds-button.ant-btn.link{color:#0EADFF}.sds-button.ant-btn.subtle{color:#656B73}.sds-button.ant-btn.small{font-size:12px;min-height:auto;padding:8px 16px}.sds-button.ant-btn.large{font-size:18px;padding:16px 32px}.sds-button.ant-btn i[class*="icon"]{font-size:12px;margin-right:8px}.sds-button.ant-btn span+i[class*="icon"]{margin-left:8px;margin-right:0}.sds-button.ant-btn.circle{padding:8px;min-width:32px}.sds-button.ant-btn.circle i[class*="icon"]{font-size:12px;margin-right:0}a.sds-button{line-height:1}.ant-btn-circle{align-items:center;display:flex;justify-content:center;padding:0}.ant-btn-circle i[class*="icon"]{margin:0} | |
.P100{letter-spacing:0;color:#16191C;font-weight:400;font-size:16px;line-height:26px}.P200{letter-spacing:0;color:#16191C;font-weight:400;font-size:14px;line-height:24px}.P300{letter-spacing:0;color:#16191C;font-weight:400;font-size:12px;line-height:22px}.SH300{letter-spacing:0;color:#656B73;font-weight:500;font-size:10px;line-height:14px}.SH200{letter-spacing:0;color:#656B73;font-weight:500;font-size:12px;line-height:16px}.SH100{letter-spacing:0;color:#656B73;font-weight:600;font-size:14px;line-height:18px}.H500{letter-spacing:0;color:#16191C;font-weight:600;font-size:12px;line-height:14px}.H400{letter-spacing:0;color:#16191C;font-weight:700;font-size:14px;line-height:16px}.H300{letter-spacing:0;color:#16191C;font-weight:600;font-size:16px;line-height:24px}.H200{letter-spacing:0;color:#16191C;font-weight:700;font-size:20px;line-height:26px}.H100{letter-spacing:0;color:#16191C;font-weight:700;font-size:24px;line-height:32px}.sds-membership-control .sds-membership-selector{display:flex;padding-left:24px;padding-right:24px;padding-bottom:24px;align-items:center}.sds-membership-control .sds-membership-selector .sds-membership-selector-members-dropdown{flex-grow:2;display:flex}.sds-membership-control .sds-membership-selector .sds-membership-selector-members-dropdown .ant-select{flex-grow:1}.sds-membership-control .sds-membership-selector .sds-membership-selector-role-dropdown{margin:0px 24px}.sds-membership-control .sds-membership-row{display:flex;height:62px;border-bottom:1px solid #EBEBEB;padding:0 24px}.sds-membership-control .sds-membership-row:first-child{border-top:1px solid #EBEBEB}.sds-membership-control .sds-membership-row .sds-membership-row-member{flex-grow:1;padding-right:24px}.sds-membership-control .sds-membership-row .sds-membership-row-member .sds-membership-row-name{line-height:62px;font-weight:500;color:#343A40;font-size:14px}.sds-membership-control .sds-membership-row .sds-membership-row-role{margin-top:9px;height:44px}.sds-membership-control .sds-membership-row .sds-membership-row-remove{padding:0 0 0 24px;color:#343A40;line-height:62px;cursor:pointer} | |
/*# sourceMappingURL=6e1a8b2741571137d6a9.chunk.css.map*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */ | |
/* stylelint-disable no-duplicate-selectors */ | |
/* stylelint-disable */ | |
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ | |
/* stylelint-disable at-rule-no-unknown */ | |
html, | |
body { | |
width: 100%; | |
height: 100%; | |
} | |
input::-ms-clear, | |
input::-ms-reveal { | |
display: none; | |
} | |
*, | |
*::before, | |
*::after { | |
-webkit-box-sizing: border-box; | |
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; | |
} | |
article, | |
aside, | |
dialog, | |
figcaption, | |
figure, | |
footer, | |
header, | |
hgroup, | |
main, | |
nav, | |
section { | |
display: block; | |
} | |
body { | |
margin: 0; | |
color: rgba(0, 0, 0, 0.65); | |
font-size: 14px; | |
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; | |
font-variant: tabular-nums; | |
line-height: 1.5; | |
background-color: #fff; | |
-webkit-font-feature-settings: 'tnum'; | |
font-feature-settings: 'tnum'; | |
} | |
[tabindex='-1']:focus { | |
outline: none !important; | |
} | |
hr { | |
-webkit-box-sizing: content-box; | |
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; | |
-webkit-text-decoration: underline dotted; | |
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; | |
-webkit-transition: color 0.3s; | |
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[disabled] { | |
color: rgba(0, 0, 0, 0.25); | |
cursor: not-allowed; | |
pointer-events: none; | |
} | |
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; | |
} | |
svg:not(:root) { | |
overflow: hidden; | |
} | |
a, | |
area, | |
button, | |
[role='button'], | |
input:not([type='range']), | |
label, | |
select, | |
summary, | |
textarea { | |
-ms-touch-action: manipulation; | |
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; | |
} | |
th { | |
text-align: inherit; | |
} | |
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'] { | |
-webkit-box-sizing: border-box; | |
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; | |
} | |
::-moz-selection { | |
color: #fff; | |
background: #1890ff; | |
} | |
::selection { | |
color: #fff; | |
background: #1890ff; | |
} | |
.clearfix { | |
zoom: 1; | |
} | |
.clearfix::before, | |
.clearfix::after { | |
display: table; | |
content: ''; | |
} | |
.clearfix::after { | |
clear: both; | |
} | |
.anticon { | |
display: inline-block; | |
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[tabindex] { | |
cursor: pointer; | |
} | |
.anticon-spin::before { | |
display: inline-block; | |
-webkit-animation: loadingCircle 1s infinite linear; | |
animation: loadingCircle 1s infinite linear; | |
} | |
.anticon-spin { | |
display: inline-block; | |
-webkit-animation: loadingCircle 1s infinite linear; | |
animation: loadingCircle 1s infinite linear; | |
} | |
.fade-enter, | |
.fade-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.fade-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.fade-enter.fade-enter-active, | |
.fade-appear.fade-appear-active { | |
-webkit-animation-name: antFadeIn; | |
animation-name: antFadeIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.fade-leave.fade-leave-active { | |
-webkit-animation-name: antFadeOut; | |
animation-name: antFadeOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.fade-enter, | |
.fade-appear { | |
opacity: 0; | |
-webkit-animation-timing-function: linear; | |
animation-timing-function: linear; | |
} | |
.fade-leave { | |
-webkit-animation-timing-function: linear; | |
animation-timing-function: linear; | |
} | |
@-webkit-keyframes antFadeIn { | |
0% { | |
opacity: 0; | |
} | |
100% { | |
opacity: 1; | |
} | |
} | |
@keyframes antFadeIn { | |
0% { | |
opacity: 0; | |
} | |
100% { | |
opacity: 1; | |
} | |
} | |
@-webkit-keyframes antFadeOut { | |
0% { | |
opacity: 1; | |
} | |
100% { | |
opacity: 0; | |
} | |
} | |
@keyframes antFadeOut { | |
0% { | |
opacity: 1; | |
} | |
100% { | |
opacity: 0; | |
} | |
} | |
.move-up-enter, | |
.move-up-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.move-up-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.move-up-enter.move-up-enter-active, | |
.move-up-appear.move-up-appear-active { | |
-webkit-animation-name: antMoveUpIn; | |
animation-name: antMoveUpIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.move-up-leave.move-up-leave-active { | |
-webkit-animation-name: antMoveUpOut; | |
animation-name: antMoveUpOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.move-up-enter, | |
.move-up-appear { | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
} | |
.move-up-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34); | |
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34); | |
} | |
.move-down-enter, | |
.move-down-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.move-down-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.move-down-enter.move-down-enter-active, | |
.move-down-appear.move-down-appear-active { | |
-webkit-animation-name: antMoveDownIn; | |
animation-name: antMoveDownIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.move-down-leave.move-down-leave-active { | |
-webkit-animation-name: antMoveDownOut; | |
animation-name: antMoveDownOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.move-down-enter, | |
.move-down-appear { | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
} | |
.move-down-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34); | |
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34); | |
} | |
.move-left-enter, | |
.move-left-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.move-left-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.move-left-enter.move-left-enter-active, | |
.move-left-appear.move-left-appear-active { | |
-webkit-animation-name: antMoveLeftIn; | |
animation-name: antMoveLeftIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.move-left-leave.move-left-leave-active { | |
-webkit-animation-name: antMoveLeftOut; | |
animation-name: antMoveLeftOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.move-left-enter, | |
.move-left-appear { | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
} | |
.move-left-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34); | |
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34); | |
} | |
.move-right-enter, | |
.move-right-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.move-right-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.move-right-enter.move-right-enter-active, | |
.move-right-appear.move-right-appear-active { | |
-webkit-animation-name: antMoveRightIn; | |
animation-name: antMoveRightIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.move-right-leave.move-right-leave-active { | |
-webkit-animation-name: antMoveRightOut; | |
animation-name: antMoveRightOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.move-right-enter, | |
.move-right-appear { | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
} | |
.move-right-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34); | |
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34); | |
} | |
@-webkit-keyframes antMoveDownIn { | |
0% { | |
-webkit-transform: translateY(100%); | |
transform: translateY(100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: translateY(0%); | |
transform: translateY(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
} | |
@keyframes antMoveDownIn { | |
0% { | |
-webkit-transform: translateY(100%); | |
transform: translateY(100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: translateY(0%); | |
transform: translateY(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
} | |
@-webkit-keyframes antMoveDownOut { | |
0% { | |
-webkit-transform: translateY(0%); | |
transform: translateY(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: translateY(100%); | |
transform: translateY(100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
} | |
@keyframes antMoveDownOut { | |
0% { | |
-webkit-transform: translateY(0%); | |
transform: translateY(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: translateY(100%); | |
transform: translateY(100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
} | |
@-webkit-keyframes antMoveLeftIn { | |
0% { | |
-webkit-transform: translateX(-100%); | |
transform: translateX(-100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: translateX(0%); | |
transform: translateX(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
} | |
@keyframes antMoveLeftIn { | |
0% { | |
-webkit-transform: translateX(-100%); | |
transform: translateX(-100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: translateX(0%); | |
transform: translateX(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
} | |
@-webkit-keyframes antMoveLeftOut { | |
0% { | |
-webkit-transform: translateX(0%); | |
transform: translateX(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: translateX(-100%); | |
transform: translateX(-100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
} | |
@keyframes antMoveLeftOut { | |
0% { | |
-webkit-transform: translateX(0%); | |
transform: translateX(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: translateX(-100%); | |
transform: translateX(-100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
} | |
@-webkit-keyframes antMoveRightIn { | |
0% { | |
-webkit-transform: translateX(100%); | |
transform: translateX(100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: translateX(0%); | |
transform: translateX(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
} | |
@keyframes antMoveRightIn { | |
0% { | |
-webkit-transform: translateX(100%); | |
transform: translateX(100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: translateX(0%); | |
transform: translateX(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
} | |
@-webkit-keyframes antMoveRightOut { | |
0% { | |
-webkit-transform: translateX(0%); | |
transform: translateX(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: translateX(100%); | |
transform: translateX(100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
} | |
@keyframes antMoveRightOut { | |
0% { | |
-webkit-transform: translateX(0%); | |
transform: translateX(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: translateX(100%); | |
transform: translateX(100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
} | |
@-webkit-keyframes antMoveUpIn { | |
0% { | |
-webkit-transform: translateY(-100%); | |
transform: translateY(-100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: translateY(0%); | |
transform: translateY(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
} | |
@keyframes antMoveUpIn { | |
0% { | |
-webkit-transform: translateY(-100%); | |
transform: translateY(-100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: translateY(0%); | |
transform: translateY(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
} | |
@-webkit-keyframes antMoveUpOut { | |
0% { | |
-webkit-transform: translateY(0%); | |
transform: translateY(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: translateY(-100%); | |
transform: translateY(-100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
} | |
@keyframes antMoveUpOut { | |
0% { | |
-webkit-transform: translateY(0%); | |
transform: translateY(0%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: translateY(-100%); | |
transform: translateY(-100%); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; | |
opacity: 0; | |
} | |
} | |
@-webkit-keyframes loadingCircle { | |
100% { | |
-webkit-transform: rotate(360deg); | |
transform: rotate(360deg); | |
} | |
} | |
@keyframes loadingCircle { | |
100% { | |
-webkit-transform: rotate(360deg); | |
transform: rotate(360deg); | |
} | |
} | |
[ant-click-animating='true'], | |
[ant-click-animating-without-extra-node='true'] { | |
position: relative; | |
} | |
html { | |
--antd-wave-shadow-color: #1890ff; | |
} | |
[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; | |
-webkit-box-shadow: 0 0 0 0 #1890ff; | |
box-shadow: 0 0 0 0 #1890ff; | |
-webkit-box-shadow: 0 0 0 0 var(--antd-wave-shadow-color); | |
box-shadow: 0 0 0 0 var(--antd-wave-shadow-color); | |
opacity: 0.2; | |
-webkit-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: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1); | |
-webkit-animation-fill-mode: forwards; | |
animation-fill-mode: forwards; | |
content: ''; | |
pointer-events: none; | |
} | |
@-webkit-keyframes waveEffect { | |
100% { | |
-webkit-box-shadow: 0 0 0 #1890ff; | |
box-shadow: 0 0 0 #1890ff; | |
-webkit-box-shadow: 0 0 0 6px var(--antd-wave-shadow-color); | |
box-shadow: 0 0 0 6px var(--antd-wave-shadow-color); | |
} | |
} | |
@keyframes waveEffect { | |
100% { | |
-webkit-box-shadow: 0 0 0 #1890ff; | |
box-shadow: 0 0 0 #1890ff; | |
-webkit-box-shadow: 0 0 0 6px var(--antd-wave-shadow-color); | |
box-shadow: 0 0 0 6px var(--antd-wave-shadow-color); | |
} | |
} | |
@-webkit-keyframes fadeEffect { | |
100% { | |
opacity: 0; | |
} | |
} | |
@keyframes fadeEffect { | |
100% { | |
opacity: 0; | |
} | |
} | |
.slide-up-enter, | |
.slide-up-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.slide-up-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.slide-up-enter.slide-up-enter-active, | |
.slide-up-appear.slide-up-appear-active { | |
-webkit-animation-name: antSlideUpIn; | |
animation-name: antSlideUpIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.slide-up-leave.slide-up-leave-active { | |
-webkit-animation-name: antSlideUpOut; | |
animation-name: antSlideUpOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.slide-up-enter, | |
.slide-up-appear { | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); | |
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); | |
} | |
.slide-up-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); | |
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); | |
} | |
.slide-down-enter, | |
.slide-down-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.slide-down-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.slide-down-enter.slide-down-enter-active, | |
.slide-down-appear.slide-down-appear-active { | |
-webkit-animation-name: antSlideDownIn; | |
animation-name: antSlideDownIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.slide-down-leave.slide-down-leave-active { | |
-webkit-animation-name: antSlideDownOut; | |
animation-name: antSlideDownOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.slide-down-enter, | |
.slide-down-appear { | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); | |
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); | |
} | |
.slide-down-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); | |
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); | |
} | |
.slide-left-enter, | |
.slide-left-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.slide-left-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.slide-left-enter.slide-left-enter-active, | |
.slide-left-appear.slide-left-appear-active { | |
-webkit-animation-name: antSlideLeftIn; | |
animation-name: antSlideLeftIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.slide-left-leave.slide-left-leave-active { | |
-webkit-animation-name: antSlideLeftOut; | |
animation-name: antSlideLeftOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.slide-left-enter, | |
.slide-left-appear { | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); | |
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); | |
} | |
.slide-left-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); | |
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); | |
} | |
.slide-right-enter, | |
.slide-right-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.slide-right-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.slide-right-enter.slide-right-enter-active, | |
.slide-right-appear.slide-right-appear-active { | |
-webkit-animation-name: antSlideRightIn; | |
animation-name: antSlideRightIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.slide-right-leave.slide-right-leave-active { | |
-webkit-animation-name: antSlideRightOut; | |
animation-name: antSlideRightOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.slide-right-enter, | |
.slide-right-appear { | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); | |
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); | |
} | |
.slide-right-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); | |
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); | |
} | |
@-webkit-keyframes antSlideUpIn { | |
0% { | |
-webkit-transform: scaleY(0.8); | |
transform: scaleY(0.8); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scaleY(1); | |
transform: scaleY(1); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 1; | |
} | |
} | |
@keyframes antSlideUpIn { | |
0% { | |
-webkit-transform: scaleY(0.8); | |
transform: scaleY(0.8); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scaleY(1); | |
transform: scaleY(1); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 1; | |
} | |
} | |
@-webkit-keyframes antSlideUpOut { | |
0% { | |
-webkit-transform: scaleY(1); | |
transform: scaleY(1); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: scaleY(0.8); | |
transform: scaleY(0.8); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 0; | |
} | |
} | |
@keyframes antSlideUpOut { | |
0% { | |
-webkit-transform: scaleY(1); | |
transform: scaleY(1); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: scaleY(0.8); | |
transform: scaleY(0.8); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 0; | |
} | |
} | |
@-webkit-keyframes antSlideDownIn { | |
0% { | |
-webkit-transform: scaleY(0.8); | |
transform: scaleY(0.8); | |
-webkit-transform-origin: 100% 100%; | |
transform-origin: 100% 100%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scaleY(1); | |
transform: scaleY(1); | |
-webkit-transform-origin: 100% 100%; | |
transform-origin: 100% 100%; | |
opacity: 1; | |
} | |
} | |
@keyframes antSlideDownIn { | |
0% { | |
-webkit-transform: scaleY(0.8); | |
transform: scaleY(0.8); | |
-webkit-transform-origin: 100% 100%; | |
transform-origin: 100% 100%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scaleY(1); | |
transform: scaleY(1); | |
-webkit-transform-origin: 100% 100%; | |
transform-origin: 100% 100%; | |
opacity: 1; | |
} | |
} | |
@-webkit-keyframes antSlideDownOut { | |
0% { | |
-webkit-transform: scaleY(1); | |
transform: scaleY(1); | |
-webkit-transform-origin: 100% 100%; | |
transform-origin: 100% 100%; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: scaleY(0.8); | |
transform: scaleY(0.8); | |
-webkit-transform-origin: 100% 100%; | |
transform-origin: 100% 100%; | |
opacity: 0; | |
} | |
} | |
@keyframes antSlideDownOut { | |
0% { | |
-webkit-transform: scaleY(1); | |
transform: scaleY(1); | |
-webkit-transform-origin: 100% 100%; | |
transform-origin: 100% 100%; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: scaleY(0.8); | |
transform: scaleY(0.8); | |
-webkit-transform-origin: 100% 100%; | |
transform-origin: 100% 100%; | |
opacity: 0; | |
} | |
} | |
@-webkit-keyframes antSlideLeftIn { | |
0% { | |
-webkit-transform: scaleX(0.8); | |
transform: scaleX(0.8); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scaleX(1); | |
transform: scaleX(1); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 1; | |
} | |
} | |
@keyframes antSlideLeftIn { | |
0% { | |
-webkit-transform: scaleX(0.8); | |
transform: scaleX(0.8); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scaleX(1); | |
transform: scaleX(1); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 1; | |
} | |
} | |
@-webkit-keyframes antSlideLeftOut { | |
0% { | |
-webkit-transform: scaleX(1); | |
transform: scaleX(1); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: scaleX(0.8); | |
transform: scaleX(0.8); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 0; | |
} | |
} | |
@keyframes antSlideLeftOut { | |
0% { | |
-webkit-transform: scaleX(1); | |
transform: scaleX(1); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: scaleX(0.8); | |
transform: scaleX(0.8); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; | |
opacity: 0; | |
} | |
} | |
@-webkit-keyframes antSlideRightIn { | |
0% { | |
-webkit-transform: scaleX(0.8); | |
transform: scaleX(0.8); | |
-webkit-transform-origin: 100% 0%; | |
transform-origin: 100% 0%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scaleX(1); | |
transform: scaleX(1); | |
-webkit-transform-origin: 100% 0%; | |
transform-origin: 100% 0%; | |
opacity: 1; | |
} | |
} | |
@keyframes antSlideRightIn { | |
0% { | |
-webkit-transform: scaleX(0.8); | |
transform: scaleX(0.8); | |
-webkit-transform-origin: 100% 0%; | |
transform-origin: 100% 0%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scaleX(1); | |
transform: scaleX(1); | |
-webkit-transform-origin: 100% 0%; | |
transform-origin: 100% 0%; | |
opacity: 1; | |
} | |
} | |
@-webkit-keyframes antSlideRightOut { | |
0% { | |
-webkit-transform: scaleX(1); | |
transform: scaleX(1); | |
-webkit-transform-origin: 100% 0%; | |
transform-origin: 100% 0%; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: scaleX(0.8); | |
transform: scaleX(0.8); | |
-webkit-transform-origin: 100% 0%; | |
transform-origin: 100% 0%; | |
opacity: 0; | |
} | |
} | |
@keyframes antSlideRightOut { | |
0% { | |
-webkit-transform: scaleX(1); | |
transform: scaleX(1); | |
-webkit-transform-origin: 100% 0%; | |
transform-origin: 100% 0%; | |
opacity: 1; | |
} | |
100% { | |
-webkit-transform: scaleX(0.8); | |
transform: scaleX(0.8); | |
-webkit-transform-origin: 100% 0%; | |
transform-origin: 100% 0%; | |
opacity: 0; | |
} | |
} | |
.swing-enter, | |
.swing-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.swing-enter.swing-enter-active, | |
.swing-appear.swing-appear-active { | |
-webkit-animation-name: antSwingIn; | |
animation-name: antSwingIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
@-webkit-keyframes antSwingIn { | |
0%, | |
100% { | |
-webkit-transform: translateX(0); | |
transform: translateX(0); | |
} | |
20% { | |
-webkit-transform: translateX(-10px); | |
transform: translateX(-10px); | |
} | |
40% { | |
-webkit-transform: translateX(10px); | |
transform: translateX(10px); | |
} | |
60% { | |
-webkit-transform: translateX(-5px); | |
transform: translateX(-5px); | |
} | |
80% { | |
-webkit-transform: translateX(5px); | |
transform: translateX(5px); | |
} | |
} | |
@keyframes antSwingIn { | |
0%, | |
100% { | |
-webkit-transform: translateX(0); | |
transform: translateX(0); | |
} | |
20% { | |
-webkit-transform: translateX(-10px); | |
transform: translateX(-10px); | |
} | |
40% { | |
-webkit-transform: translateX(10px); | |
transform: translateX(10px); | |
} | |
60% { | |
-webkit-transform: translateX(-5px); | |
transform: translateX(-5px); | |
} | |
80% { | |
-webkit-transform: translateX(5px); | |
transform: translateX(5px); | |
} | |
} | |
.zoom-enter, | |
.zoom-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.zoom-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.zoom-enter.zoom-enter-active, | |
.zoom-appear.zoom-appear-active { | |
-webkit-animation-name: antZoomIn; | |
animation-name: antZoomIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.zoom-leave.zoom-leave-active { | |
-webkit-animation-name: antZoomOut; | |
animation-name: antZoomOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.zoom-enter, | |
.zoom-appear { | |
-webkit-transform: scale(0); | |
-ms-transform: scale(0); | |
transform: scale(0); | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
} | |
.zoom-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); | |
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); | |
} | |
.zoom-big-enter, | |
.zoom-big-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.zoom-big-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.zoom-big-enter.zoom-big-enter-active, | |
.zoom-big-appear.zoom-big-appear-active { | |
-webkit-animation-name: antZoomBigIn; | |
animation-name: antZoomBigIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.zoom-big-leave.zoom-big-leave-active { | |
-webkit-animation-name: antZoomBigOut; | |
animation-name: antZoomBigOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.zoom-big-enter, | |
.zoom-big-appear { | |
-webkit-transform: scale(0); | |
-ms-transform: scale(0); | |
transform: scale(0); | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
} | |
.zoom-big-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); | |
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); | |
} | |
.zoom-big-fast-enter, | |
.zoom-big-fast-appear { | |
-webkit-animation-duration: 0.1s; | |
animation-duration: 0.1s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.zoom-big-fast-leave { | |
-webkit-animation-duration: 0.1s; | |
animation-duration: 0.1s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.zoom-big-fast-enter.zoom-big-fast-enter-active, | |
.zoom-big-fast-appear.zoom-big-fast-appear-active { | |
-webkit-animation-name: antZoomBigIn; | |
animation-name: antZoomBigIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.zoom-big-fast-leave.zoom-big-fast-leave-active { | |
-webkit-animation-name: antZoomBigOut; | |
animation-name: antZoomBigOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.zoom-big-fast-enter, | |
.zoom-big-fast-appear { | |
-webkit-transform: scale(0); | |
-ms-transform: scale(0); | |
transform: scale(0); | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
} | |
.zoom-big-fast-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); | |
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); | |
} | |
.zoom-up-enter, | |
.zoom-up-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.zoom-up-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.zoom-up-enter.zoom-up-enter-active, | |
.zoom-up-appear.zoom-up-appear-active { | |
-webkit-animation-name: antZoomUpIn; | |
animation-name: antZoomUpIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.zoom-up-leave.zoom-up-leave-active { | |
-webkit-animation-name: antZoomUpOut; | |
animation-name: antZoomUpOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.zoom-up-enter, | |
.zoom-up-appear { | |
-webkit-transform: scale(0); | |
-ms-transform: scale(0); | |
transform: scale(0); | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
} | |
.zoom-up-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); | |
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); | |
} | |
.zoom-down-enter, | |
.zoom-down-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.zoom-down-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.zoom-down-enter.zoom-down-enter-active, | |
.zoom-down-appear.zoom-down-appear-active { | |
-webkit-animation-name: antZoomDownIn; | |
animation-name: antZoomDownIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.zoom-down-leave.zoom-down-leave-active { | |
-webkit-animation-name: antZoomDownOut; | |
animation-name: antZoomDownOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.zoom-down-enter, | |
.zoom-down-appear { | |
-webkit-transform: scale(0); | |
-ms-transform: scale(0); | |
transform: scale(0); | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
} | |
.zoom-down-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); | |
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); | |
} | |
.zoom-left-enter, | |
.zoom-left-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.zoom-left-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.zoom-left-enter.zoom-left-enter-active, | |
.zoom-left-appear.zoom-left-appear-active { | |
-webkit-animation-name: antZoomLeftIn; | |
animation-name: antZoomLeftIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.zoom-left-leave.zoom-left-leave-active { | |
-webkit-animation-name: antZoomLeftOut; | |
animation-name: antZoomLeftOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.zoom-left-enter, | |
.zoom-left-appear { | |
-webkit-transform: scale(0); | |
-ms-transform: scale(0); | |
transform: scale(0); | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
} | |
.zoom-left-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); | |
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); | |
} | |
.zoom-right-enter, | |
.zoom-right-appear { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.zoom-right-leave { | |
-webkit-animation-duration: 0.2s; | |
animation-duration: 0.2s; | |
-webkit-animation-fill-mode: both; | |
animation-fill-mode: both; | |
-webkit-animation-play-state: paused; | |
animation-play-state: paused; | |
} | |
.zoom-right-enter.zoom-right-enter-active, | |
.zoom-right-appear.zoom-right-appear-active { | |
-webkit-animation-name: antZoomRightIn; | |
animation-name: antZoomRightIn; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
} | |
.zoom-right-leave.zoom-right-leave-active { | |
-webkit-animation-name: antZoomRightOut; | |
animation-name: antZoomRightOut; | |
-webkit-animation-play-state: running; | |
animation-play-state: running; | |
pointer-events: none; | |
} | |
.zoom-right-enter, | |
.zoom-right-appear { | |
-webkit-transform: scale(0); | |
-ms-transform: scale(0); | |
transform: scale(0); | |
opacity: 0; | |
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); | |
} | |
.zoom-right-leave { | |
-webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); | |
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); | |
} | |
@-webkit-keyframes antZoomIn { | |
0% { | |
-webkit-transform: scale(0.2); | |
transform: scale(0.2); | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
opacity: 1; | |
} | |
} | |
@keyframes antZoomIn { | |
0% { | |
-webkit-transform: scale(0.2); | |
transform: scale(0.2); | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
opacity: 1; | |
} | |
} | |
@-webkit-keyframes antZoomOut { | |
0% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
} | |
100% { | |
-webkit-transform: scale(0.2); | |
transform: scale(0.2); | |
opacity: 0; | |
} | |
} | |
@keyframes antZoomOut { | |
0% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
} | |
100% { | |
-webkit-transform: scale(0.2); | |
transform: scale(0.2); | |
opacity: 0; | |
} | |
} | |
@-webkit-keyframes antZoomBigIn { | |
0% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
opacity: 1; | |
} | |
} | |
@keyframes antZoomBigIn { | |
0% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
opacity: 1; | |
} | |
} | |
@-webkit-keyframes antZoomBigOut { | |
0% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
} | |
100% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
opacity: 0; | |
} | |
} | |
@keyframes antZoomBigOut { | |
0% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
} | |
100% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
opacity: 0; | |
} | |
} | |
@-webkit-keyframes antZoomUpIn { | |
0% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 50% 0%; | |
transform-origin: 50% 0%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 50% 0%; | |
transform-origin: 50% 0%; | |
} | |
} | |
@keyframes antZoomUpIn { | |
0% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 50% 0%; | |
transform-origin: 50% 0%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 50% 0%; | |
transform-origin: 50% 0%; | |
} | |
} | |
@-webkit-keyframes antZoomUpOut { | |
0% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 50% 0%; | |
transform-origin: 50% 0%; | |
} | |
100% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 50% 0%; | |
transform-origin: 50% 0%; | |
opacity: 0; | |
} | |
} | |
@keyframes antZoomUpOut { | |
0% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 50% 0%; | |
transform-origin: 50% 0%; | |
} | |
100% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 50% 0%; | |
transform-origin: 50% 0%; | |
opacity: 0; | |
} | |
} | |
@-webkit-keyframes antZoomLeftIn { | |
0% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 0% 50%; | |
transform-origin: 0% 50%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 0% 50%; | |
transform-origin: 0% 50%; | |
} | |
} | |
@keyframes antZoomLeftIn { | |
0% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 0% 50%; | |
transform-origin: 0% 50%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 0% 50%; | |
transform-origin: 0% 50%; | |
} | |
} | |
@-webkit-keyframes antZoomLeftOut { | |
0% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 0% 50%; | |
transform-origin: 0% 50%; | |
} | |
100% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 0% 50%; | |
transform-origin: 0% 50%; | |
opacity: 0; | |
} | |
} | |
@keyframes antZoomLeftOut { | |
0% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 0% 50%; | |
transform-origin: 0% 50%; | |
} | |
100% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 0% 50%; | |
transform-origin: 0% 50%; | |
opacity: 0; | |
} | |
} | |
@-webkit-keyframes antZoomRightIn { | |
0% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 100% 50%; | |
transform-origin: 100% 50%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 100% 50%; | |
transform-origin: 100% 50%; | |
} | |
} | |
@keyframes antZoomRightIn { | |
0% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 100% 50%; | |
transform-origin: 100% 50%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 100% 50%; | |
transform-origin: 100% 50%; | |
} | |
} | |
@-webkit-keyframes antZoomRightOut { | |
0% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 100% 50%; | |
transform-origin: 100% 50%; | |
} | |
100% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 100% 50%; | |
transform-origin: 100% 50%; | |
opacity: 0; | |
} | |
} | |
@keyframes antZoomRightOut { | |
0% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 100% 50%; | |
transform-origin: 100% 50%; | |
} | |
100% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 100% 50%; | |
transform-origin: 100% 50%; | |
opacity: 0; | |
} | |
} | |
@-webkit-keyframes antZoomDownIn { | |
0% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 50% 100%; | |
transform-origin: 50% 100%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 50% 100%; | |
transform-origin: 50% 100%; | |
} | |
} | |
@keyframes antZoomDownIn { | |
0% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 50% 100%; | |
transform-origin: 50% 100%; | |
opacity: 0; | |
} | |
100% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 50% 100%; | |
transform-origin: 50% 100%; | |
} | |
} | |
@-webkit-keyframes antZoomDownOut { | |
0% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 50% 100%; | |
transform-origin: 50% 100%; | |
} | |
100% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 50% 100%; | |
transform-origin: 50% 100%; | |
opacity: 0; | |
} | |
} | |
@keyframes antZoomDownOut { | |
0% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
-webkit-transform-origin: 50% 100%; | |
transform-origin: 50% 100%; | |
} | |
100% { | |
-webkit-transform: scale(0.8); | |
transform: scale(0.8); | |
-webkit-transform-origin: 50% 100%; | |
transform-origin: 50% 100%; | |
opacity: 0; | |
} | |
} | |
.ant-motion-collapse-legacy { | |
overflow: hidden; | |
} | |
.ant-motion-collapse-legacy-active { | |
-webkit-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important; | |
transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important; | |
} | |
.ant-motion-collapse { | |
overflow: hidden; | |
-webkit-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important; | |
transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s 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 */ | |
/* stylelint-disable */ | |
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ | |
.ant-popover { | |
-webkit-box-sizing: border-box; | |
box-sizing: border-box; | |
margin: 0; | |
padding: 0; | |
color: rgba(0, 0, 0, 0.65); | |
font-size: 14px; | |
font-variant: tabular-nums; | |
line-height: 1.5; | |
list-style: none; | |
-webkit-font-feature-settings: 'tnum'; | |
font-feature-settings: 'tnum'; | |
position: absolute; | |
top: 0; | |
left: 0; | |
z-index: 1030; | |
font-weight: normal; | |
white-space: normal; | |
text-align: left; | |
cursor: auto; | |
-webkit-user-select: text; | |
-moz-user-select: text; | |
-ms-user-select: text; | |
user-select: text; | |
} | |
.ant-popover::after { | |
position: absolute; | |
background: rgba(255, 255, 255, 0.01); | |
content: ''; | |
} | |
.ant-popover-hidden { | |
display: none; | |
} | |
.ant-popover-placement-top, | |
.ant-popover-placement-topLeft, | |
.ant-popover-placement-topRight { | |
padding-bottom: 10px; | |
} | |
.ant-popover-placement-right, | |
.ant-popover-placement-rightTop, | |
.ant-popover-placement-rightBottom { | |
padding-left: 10px; | |
} | |
.ant-popover-placement-bottom, | |
.ant-popover-placement-bottomLeft, | |
.ant-popover-placement-bottomRight { | |
padding-top: 10px; | |
} | |
.ant-popover-placement-left, | |
.ant-popover-placement-leftTop, | |
.ant-popover-placement-leftBottom { | |
padding-right: 10px; | |
} | |
.ant-popover-inner { | |
background-color: #fff; | |
background-clip: padding-box; | |
border-radius: 4px; | |
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); | |
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); | |
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9; | |
box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9; | |
} | |
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { | |
.ant-popover { | |
/* IE10+ */ | |
} | |
.ant-popover-inner { | |
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); | |
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); | |
} | |
} | |
.ant-popover-title { | |
min-width: 177px; | |
min-height: 32px; | |
margin: 0; | |
padding: 5px 16px 4px; | |
color: rgba(0, 0, 0, 0.85); | |
font-weight: 500; | |
border-bottom: 1px solid #e8e8e8; | |
} | |
.ant-popover-inner-content { | |
padding: 12px 16px; | |
color: rgba(0, 0, 0, 0.65); | |
} | |
.ant-popover-message { | |
position: relative; | |
padding: 4px 0 12px; | |
color: rgba(0, 0, 0, 0.65); | |
font-size: 14px; | |
} | |
.ant-popover-message > .anticon { | |
position: absolute; | |
top: 8px; | |
color: #faad14; | |
font-size: 14px; | |
} | |
.ant-popover-message-title { | |
padding-left: 22px; | |
} | |
.ant-popover-buttons { | |
margin-bottom: 4px; | |
text-align: right; | |
} | |
.ant-popover-buttons button { | |
margin-left: 8px; | |
} | |
.ant-popover-arrow { | |
position: absolute; | |
display: block; | |
width: 8.48528137px; | |
height: 8.48528137px; | |
background: transparent; | |
border-style: solid; | |
border-width: 4.24264069px; | |
-webkit-transform: rotate(45deg); | |
-ms-transform: rotate(45deg); | |
transform: rotate(45deg); | |
} | |
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow, | |
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow, | |
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow { | |
bottom: 6.2px; | |
border-top-color: transparent; | |
border-right-color: #fff; | |
border-bottom-color: #fff; | |
border-left-color: transparent; | |
-webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07); | |
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07); | |
} | |
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow { | |
left: 50%; | |
-webkit-transform: translateX(-50%) rotate(45deg); | |
-ms-transform: translateX(-50%) rotate(45deg); | |
transform: translateX(-50%) rotate(45deg); | |
} | |
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow { | |
left: 16px; | |
} | |
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow { | |
right: 16px; | |
} | |
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow, | |
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow, | |
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow { | |
left: 6px; | |
border-top-color: transparent; | |
border-right-color: transparent; | |
border-bottom-color: #fff; | |
border-left-color: #fff; | |
-webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07); | |
box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07); | |
} | |
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow { | |
top: 50%; | |
-webkit-transform: translateY(-50%) rotate(45deg); | |
-ms-transform: translateY(-50%) rotate(45deg); | |
transform: translateY(-50%) rotate(45deg); | |
} | |
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow { | |
top: 12px; | |
} | |
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow { | |
bottom: 12px; | |
} | |
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow, | |
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow, | |
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow { | |
top: 6px; | |
border-top-color: #fff; | |
border-right-color: transparent; | |
border-bottom-color: transparent; | |
border-left-color: #fff; | |
-webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06); | |
box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06); | |
} | |
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow { | |
left: 50%; | |
-webkit-transform: translateX(-50%) rotate(45deg); | |
-ms-transform: translateX(-50%) rotate(45deg); | |
transform: translateX(-50%) rotate(45deg); | |
} | |
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow { | |
left: 16px; | |
} | |
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow { | |
right: 16px; | |
} | |
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow, | |
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow, | |
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow { | |
right: 6px; | |
border-top-color: #fff; | |
border-right-color: #fff; | |
border-bottom-color: transparent; | |
border-left-color: transparent; | |
-webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07); | |
box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07); | |
} | |
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow { | |
top: 50%; | |
-webkit-transform: translateY(-50%) rotate(45deg); | |
-ms-transform: translateY(-50%) rotate(45deg); | |
transform: translateY(-50%) rotate(45deg); | |
} | |
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow { | |
top: 12px; | |
} | |
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow { | |
bottom: 12px; | |
} | |
.P100{letter-spacing:0;color:#16191C;font-weight:400;font-size:16px;line-height:26px}.P200{letter-spacing:0;color:#16191C;font-weight:400;font-size:14px;line-height:24px}.P300{letter-spacing:0;color:#16191C;font-weight:400;font-size:12px;line-height:22px}.SH300{letter-spacing:0;color:#656B73;font-weight:500;font-size:10px;line-height:14px}.SH200{letter-spacing:0;color:#656B73;font-weight:500;font-size:12px;line-height:16px}.SH100{letter-spacing:0;color:#656B73;font-weight:600;font-size:14px;line-height:18px}.H500{letter-spacing:0;color:#16191C;font-weight:600;font-size:12px;line-height:14px}.H400{letter-spacing:0;color:#16191C;font-weight:700;font-size:14px;line-height:16px}.H300{letter-spacing:0;color:#16191C;font-weight:600;font-size:16px;line-height:24px}.H200{letter-spacing:0;color:#16191C;font-weight:700;font-size:20px;line-height:26px}.H100{letter-spacing:0;color:#16191C;font-weight:700;font-size:24px;line-height:32px}@-webkit-keyframes spinner-spin{0%{transform:translateY(-50%) rotate(0deg)}100%{transform:translateY(-50%) rotate(360deg)}}@-moz-keyframes spinner-spin{0%{transform:translateY(-50%) rotate(0deg)}100%{transform:translateY(-50%) rotate(360deg)}}@-o-keyframes spinner-spin{0%{transform:translateY(-50%) rotate(0deg)}100%{transform:translateY(-50%) rotate(360deg)}}@keyframes spinner-spin{0%{transform:translateY(-50%) rotate(0deg)}100%{transform:translateY(-50%) rotate(360deg)}}.sds-spinner{display:inline-block;position:relative;vertical-align:middle;z-index:1}.sds-spinner::before,.sds-spinner::after{border:2px solid;border-left:none;box-sizing:border-box;content:'';display:block;position:absolute;top:50%;left:50%;z-index:1;transform:translateY(-50%);transform-origin:0% 50%;-webkit-animation:spinner-spin 1s linear 0s infinite;-moz-animation:spinner-spin 1s linear 0s infinite;-o-animation:spinner-spin 1s linear 0s infinite;animation:spinner-spin 1s linear 0s infinite}.sds-spinner::after{animation-direction:reverse}.sds-spinner{width:16px;height:16px}.sds-spinner.sds-spinner-right-margin{margin-right:8px}.sds-spinner::before,.sds-spinner::after{border-color:color(#656B73)}.sds-spinner::before{width:8px;height:16px;border-radius:0 16px 16px 0}.sds-spinner::after{width:4px;height:8px;border-radius:0 8px 8px 0;animation-direction:reverse}.sds-spinner-x-small{width:12px;height:12px}.sds-spinner-x-small.sds-spinner-right-margin{margin-right:6px}.sds-spinner-x-small::before{width:6px;height:12px;border-radius:0 12px 12px 0}.sds-spinner-x-small::after{width:3px;height:6px;border-radius:0 6px 6px 0;animation-direction:reverse}.sds-spinner-small{width:14px;height:14px}.sds-spinner-small.sds-spinner-right-margin{margin-right:7px}.sds-spinner-small::before{width:7px;height:14px;border-radius:0 14px 14px 0}.sds-spinner-small::after{width:3.5px;height:7px;border-radius:0 7px 7px 0;animation-direction:reverse}.sds-spinner-large.sds-spinner-right-margin{margin-right:9px}.sds-spinner-large::before{width:9px;height:18px;border-radius:0 18px 18px 0}.sds-spinner-large::after{width:4.5px;height:9px;border-radius:0 9px 9px 0;animation-direction:reverse}.sds-spinner-black{border-color:#343A40}.sds-spinner-black::before,.sds-spinner-black::after{border-color:#343A40}.sds-spinner-gray,.sds-spinner-default{border-color:#656B73}.sds-spinner-gray::before,.sds-spinner-gray::after,.sds-spinner-default::before,.sds-spinner-default::after{border-color:#656B73}.sds-spinner-yellow{border-color:#FCF000}.sds-spinner-yellow::before,.sds-spinner-yellow::after{border-color:#FCF000} | |
.P100{letter-spacing:0;color:#16191C;font-weight:400;font-size:16px;line-height:26px}.P200{letter-spacing:0;color:#16191C;font-weight:400;font-size:14px;line-height:24px}.P300{letter-spacing:0;color:#16191C;font-weight:400;font-size:12px;line-height:22px}.SH300{letter-spacing:0;color:#656B73;font-weight:500;font-size:10px;line-height:14px}.SH200{letter-spacing:0;color:#656B73;font-weight:500;font-size:12px;line-height:16px}.SH100{letter-spacing:0;color:#656B73;font-weight:600;font-size:14px;line-height:18px}.H500{letter-spacing:0;color:#16191C;font-weight:600;font-size:12px;line-height:14px}.H400{letter-spacing:0;color:#16191C;font-weight:700;font-size:14px;line-height:16px}.H300{letter-spacing:0;color:#16191C;font-weight:600;font-size:16px;line-height:24px}.H200,.sds-popover .ant-popover-title{letter-spacing:0;color:#16191C;font-weight:700;font-size:20px;line-height:26px}.H100{letter-spacing:0;color:#16191C;font-weight:700;font-size:24px;line-height:32px}.sds-popover .ant-popover-title{padding-top:8px;padding-bottom:8px} | |
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */ | |
/* stylelint-disable no-duplicate-selectors */ | |
/* stylelint-disable */ | |
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ | |
.ant-btn { | |
line-height: 1.499; | |
position: relative; | |
display: inline-block; | |
font-weight: 400; | |
white-space: nowrap; | |
text-align: center; | |
background-image: none; | |
border: 1px solid transparent; | |
-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015); | |
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015); | |
cursor: pointer; | |
-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); | |
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; | |
-ms-touch-action: manipulation; | |
touch-action: manipulation; | |
height: 32px; | |
padding: 0 15px; | |
font-size: 14px; | |
border-radius: 4px; | |
color: rgba(0, 0, 0, 0.65); | |
background-color: #fff; | |
border-color: #d9d9d9; | |
} | |
.ant-btn > .anticon { | |
line-height: 1; | |
} | |
.ant-btn, | |
.ant-btn:active, | |
.ant-btn:focus { | |
outline: 0; | |
} | |
.ant-btn:not([disabled]):hover { | |
text-decoration: none; | |
} | |
.ant-btn:not([disabled]):active { | |
outline: 0; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.ant-btn.disabled, | |
.ant-btn[disabled] { | |
cursor: not-allowed; | |
} | |
.ant-btn.disabled > *, | |
.ant-btn[disabled] > * { | |
pointer-events: none; | |
} | |
.ant-btn-lg { | |
height: 40px; | |
padding: 0 15px; | |
font-size: 16px; | |
border-radius: 4px; | |
} | |
.ant-btn-sm { | |
height: 24px; | |
padding: 0 7px; | |
font-size: 14px; | |
border-radius: 4px; | |
} | |
.ant-btn > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn:hover, | |
.ant-btn:focus { | |
color: #40a9ff; | |
background-color: #fff; | |
border-color: #40a9ff; | |
} | |
.ant-btn:hover > a:only-child, | |
.ant-btn:focus > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn:hover > a:only-child::after, | |
.ant-btn:focus > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn:active, | |
.ant-btn.active { | |
color: #096dd9; | |
background-color: #fff; | |
border-color: #096dd9; | |
} | |
.ant-btn:active > a:only-child, | |
.ant-btn.active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn:active > a:only-child::after, | |
.ant-btn.active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-disabled, | |
.ant-btn.disabled, | |
.ant-btn[disabled], | |
.ant-btn-disabled:hover, | |
.ant-btn.disabled:hover, | |
.ant-btn[disabled]:hover, | |
.ant-btn-disabled:focus, | |
.ant-btn.disabled:focus, | |
.ant-btn[disabled]:focus, | |
.ant-btn-disabled:active, | |
.ant-btn.disabled:active, | |
.ant-btn[disabled]:active, | |
.ant-btn-disabled.active, | |
.ant-btn.disabled.active, | |
.ant-btn[disabled].active { | |
color: rgba(0, 0, 0, 0.25); | |
background-color: #f5f5f5; | |
border-color: #d9d9d9; | |
text-shadow: none; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.ant-btn-disabled > a:only-child, | |
.ant-btn.disabled > a:only-child, | |
.ant-btn[disabled] > a:only-child, | |
.ant-btn-disabled:hover > a:only-child, | |
.ant-btn.disabled:hover > a:only-child, | |
.ant-btn[disabled]:hover > a:only-child, | |
.ant-btn-disabled:focus > a:only-child, | |
.ant-btn.disabled:focus > a:only-child, | |
.ant-btn[disabled]:focus > a:only-child, | |
.ant-btn-disabled:active > a:only-child, | |
.ant-btn.disabled:active > a:only-child, | |
.ant-btn[disabled]:active > a:only-child, | |
.ant-btn-disabled.active > a:only-child, | |
.ant-btn.disabled.active > a:only-child, | |
.ant-btn[disabled].active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-disabled > a:only-child::after, | |
.ant-btn.disabled > a:only-child::after, | |
.ant-btn[disabled] > a:only-child::after, | |
.ant-btn-disabled:hover > a:only-child::after, | |
.ant-btn.disabled:hover > a:only-child::after, | |
.ant-btn[disabled]:hover > a:only-child::after, | |
.ant-btn-disabled:focus > a:only-child::after, | |
.ant-btn.disabled:focus > a:only-child::after, | |
.ant-btn[disabled]:focus > a:only-child::after, | |
.ant-btn-disabled:active > a:only-child::after, | |
.ant-btn.disabled:active > a:only-child::after, | |
.ant-btn[disabled]:active > a:only-child::after, | |
.ant-btn-disabled.active > a:only-child::after, | |
.ant-btn.disabled.active > a:only-child::after, | |
.ant-btn[disabled].active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn:hover, | |
.ant-btn:focus, | |
.ant-btn:active, | |
.ant-btn.active { | |
text-decoration: none; | |
background: #fff; | |
} | |
.ant-btn > i, | |
.ant-btn > span { | |
display: inline-block; | |
pointer-events: none; | |
} | |
.ant-btn-primary { | |
color: #fff; | |
background-color: #1890ff; | |
border-color: #1890ff; | |
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12); | |
-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045); | |
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045); | |
} | |
.ant-btn-primary > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-primary > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-primary:hover, | |
.ant-btn-primary:focus { | |
color: #fff; | |
background-color: #40a9ff; | |
border-color: #40a9ff; | |
} | |
.ant-btn-primary:hover > a:only-child, | |
.ant-btn-primary:focus > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-primary:hover > a:only-child::after, | |
.ant-btn-primary:focus > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-primary:active, | |
.ant-btn-primary.active { | |
color: #fff; | |
background-color: #096dd9; | |
border-color: #096dd9; | |
} | |
.ant-btn-primary:active > a:only-child, | |
.ant-btn-primary.active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-primary:active > a:only-child::after, | |
.ant-btn-primary.active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-primary-disabled, | |
.ant-btn-primary.disabled, | |
.ant-btn-primary[disabled], | |
.ant-btn-primary-disabled:hover, | |
.ant-btn-primary.disabled:hover, | |
.ant-btn-primary[disabled]:hover, | |
.ant-btn-primary-disabled:focus, | |
.ant-btn-primary.disabled:focus, | |
.ant-btn-primary[disabled]:focus, | |
.ant-btn-primary-disabled:active, | |
.ant-btn-primary.disabled:active, | |
.ant-btn-primary[disabled]:active, | |
.ant-btn-primary-disabled.active, | |
.ant-btn-primary.disabled.active, | |
.ant-btn-primary[disabled].active { | |
color: rgba(0, 0, 0, 0.25); | |
background-color: #f5f5f5; | |
border-color: #d9d9d9; | |
text-shadow: none; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.ant-btn-primary-disabled > a:only-child, | |
.ant-btn-primary.disabled > a:only-child, | |
.ant-btn-primary[disabled] > a:only-child, | |
.ant-btn-primary-disabled:hover > a:only-child, | |
.ant-btn-primary.disabled:hover > a:only-child, | |
.ant-btn-primary[disabled]:hover > a:only-child, | |
.ant-btn-primary-disabled:focus > a:only-child, | |
.ant-btn-primary.disabled:focus > a:only-child, | |
.ant-btn-primary[disabled]:focus > a:only-child, | |
.ant-btn-primary-disabled:active > a:only-child, | |
.ant-btn-primary.disabled:active > a:only-child, | |
.ant-btn-primary[disabled]:active > a:only-child, | |
.ant-btn-primary-disabled.active > a:only-child, | |
.ant-btn-primary.disabled.active > a:only-child, | |
.ant-btn-primary[disabled].active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-primary-disabled > a:only-child::after, | |
.ant-btn-primary.disabled > a:only-child::after, | |
.ant-btn-primary[disabled] > a:only-child::after, | |
.ant-btn-primary-disabled:hover > a:only-child::after, | |
.ant-btn-primary.disabled:hover > a:only-child::after, | |
.ant-btn-primary[disabled]:hover > a:only-child::after, | |
.ant-btn-primary-disabled:focus > a:only-child::after, | |
.ant-btn-primary.disabled:focus > a:only-child::after, | |
.ant-btn-primary[disabled]:focus > a:only-child::after, | |
.ant-btn-primary-disabled:active > a:only-child::after, | |
.ant-btn-primary.disabled:active > a:only-child::after, | |
.ant-btn-primary[disabled]:active > a:only-child::after, | |
.ant-btn-primary-disabled.active > a:only-child::after, | |
.ant-btn-primary.disabled.active > a:only-child::after, | |
.ant-btn-primary[disabled].active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) { | |
border-right-color: #40a9ff; | |
border-left-color: #40a9ff; | |
} | |
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled { | |
border-color: #d9d9d9; | |
} | |
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) { | |
border-right-color: #40a9ff; | |
} | |
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] { | |
border-right-color: #d9d9d9; | |
} | |
.ant-btn-group .ant-btn-primary:last-child:not(:first-child), | |
.ant-btn-group .ant-btn-primary + .ant-btn-primary { | |
border-left-color: #40a9ff; | |
} | |
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled], | |
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] { | |
border-left-color: #d9d9d9; | |
} | |
.ant-btn-ghost { | |
color: rgba(0, 0, 0, 0.65); | |
background-color: transparent; | |
border-color: #d9d9d9; | |
} | |
.ant-btn-ghost > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-ghost > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-ghost:hover, | |
.ant-btn-ghost:focus { | |
color: #40a9ff; | |
background-color: transparent; | |
border-color: #40a9ff; | |
} | |
.ant-btn-ghost:hover > a:only-child, | |
.ant-btn-ghost:focus > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-ghost:hover > a:only-child::after, | |
.ant-btn-ghost:focus > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-ghost:active, | |
.ant-btn-ghost.active { | |
color: #096dd9; | |
background-color: transparent; | |
border-color: #096dd9; | |
} | |
.ant-btn-ghost:active > a:only-child, | |
.ant-btn-ghost.active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-ghost:active > a:only-child::after, | |
.ant-btn-ghost.active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-ghost-disabled, | |
.ant-btn-ghost.disabled, | |
.ant-btn-ghost[disabled], | |
.ant-btn-ghost-disabled:hover, | |
.ant-btn-ghost.disabled:hover, | |
.ant-btn-ghost[disabled]:hover, | |
.ant-btn-ghost-disabled:focus, | |
.ant-btn-ghost.disabled:focus, | |
.ant-btn-ghost[disabled]:focus, | |
.ant-btn-ghost-disabled:active, | |
.ant-btn-ghost.disabled:active, | |
.ant-btn-ghost[disabled]:active, | |
.ant-btn-ghost-disabled.active, | |
.ant-btn-ghost.disabled.active, | |
.ant-btn-ghost[disabled].active { | |
color: rgba(0, 0, 0, 0.25); | |
background-color: #f5f5f5; | |
border-color: #d9d9d9; | |
text-shadow: none; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.ant-btn-ghost-disabled > a:only-child, | |
.ant-btn-ghost.disabled > a:only-child, | |
.ant-btn-ghost[disabled] > a:only-child, | |
.ant-btn-ghost-disabled:hover > a:only-child, | |
.ant-btn-ghost.disabled:hover > a:only-child, | |
.ant-btn-ghost[disabled]:hover > a:only-child, | |
.ant-btn-ghost-disabled:focus > a:only-child, | |
.ant-btn-ghost.disabled:focus > a:only-child, | |
.ant-btn-ghost[disabled]:focus > a:only-child, | |
.ant-btn-ghost-disabled:active > a:only-child, | |
.ant-btn-ghost.disabled:active > a:only-child, | |
.ant-btn-ghost[disabled]:active > a:only-child, | |
.ant-btn-ghost-disabled.active > a:only-child, | |
.ant-btn-ghost.disabled.active > a:only-child, | |
.ant-btn-ghost[disabled].active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-ghost-disabled > a:only-child::after, | |
.ant-btn-ghost.disabled > a:only-child::after, | |
.ant-btn-ghost[disabled] > a:only-child::after, | |
.ant-btn-ghost-disabled:hover > a:only-child::after, | |
.ant-btn-ghost.disabled:hover > a:only-child::after, | |
.ant-btn-ghost[disabled]:hover > a:only-child::after, | |
.ant-btn-ghost-disabled:focus > a:only-child::after, | |
.ant-btn-ghost.disabled:focus > a:only-child::after, | |
.ant-btn-ghost[disabled]:focus > a:only-child::after, | |
.ant-btn-ghost-disabled:active > a:only-child::after, | |
.ant-btn-ghost.disabled:active > a:only-child::after, | |
.ant-btn-ghost[disabled]:active > a:only-child::after, | |
.ant-btn-ghost-disabled.active > a:only-child::after, | |
.ant-btn-ghost.disabled.active > a:only-child::after, | |
.ant-btn-ghost[disabled].active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-dashed { | |
color: rgba(0, 0, 0, 0.65); | |
background-color: #fff; | |
border-color: #d9d9d9; | |
border-style: dashed; | |
} | |
.ant-btn-dashed > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-dashed > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-dashed:hover, | |
.ant-btn-dashed:focus { | |
color: #40a9ff; | |
background-color: #fff; | |
border-color: #40a9ff; | |
} | |
.ant-btn-dashed:hover > a:only-child, | |
.ant-btn-dashed:focus > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-dashed:hover > a:only-child::after, | |
.ant-btn-dashed:focus > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-dashed:active, | |
.ant-btn-dashed.active { | |
color: #096dd9; | |
background-color: #fff; | |
border-color: #096dd9; | |
} | |
.ant-btn-dashed:active > a:only-child, | |
.ant-btn-dashed.active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-dashed:active > a:only-child::after, | |
.ant-btn-dashed.active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-dashed-disabled, | |
.ant-btn-dashed.disabled, | |
.ant-btn-dashed[disabled], | |
.ant-btn-dashed-disabled:hover, | |
.ant-btn-dashed.disabled:hover, | |
.ant-btn-dashed[disabled]:hover, | |
.ant-btn-dashed-disabled:focus, | |
.ant-btn-dashed.disabled:focus, | |
.ant-btn-dashed[disabled]:focus, | |
.ant-btn-dashed-disabled:active, | |
.ant-btn-dashed.disabled:active, | |
.ant-btn-dashed[disabled]:active, | |
.ant-btn-dashed-disabled.active, | |
.ant-btn-dashed.disabled.active, | |
.ant-btn-dashed[disabled].active { | |
color: rgba(0, 0, 0, 0.25); | |
background-color: #f5f5f5; | |
border-color: #d9d9d9; | |
text-shadow: none; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.ant-btn-dashed-disabled > a:only-child, | |
.ant-btn-dashed.disabled > a:only-child, | |
.ant-btn-dashed[disabled] > a:only-child, | |
.ant-btn-dashed-disabled:hover > a:only-child, | |
.ant-btn-dashed.disabled:hover > a:only-child, | |
.ant-btn-dashed[disabled]:hover > a:only-child, | |
.ant-btn-dashed-disabled:focus > a:only-child, | |
.ant-btn-dashed.disabled:focus > a:only-child, | |
.ant-btn-dashed[disabled]:focus > a:only-child, | |
.ant-btn-dashed-disabled:active > a:only-child, | |
.ant-btn-dashed.disabled:active > a:only-child, | |
.ant-btn-dashed[disabled]:active > a:only-child, | |
.ant-btn-dashed-disabled.active > a:only-child, | |
.ant-btn-dashed.disabled.active > a:only-child, | |
.ant-btn-dashed[disabled].active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-dashed-disabled > a:only-child::after, | |
.ant-btn-dashed.disabled > a:only-child::after, | |
.ant-btn-dashed[disabled] > a:only-child::after, | |
.ant-btn-dashed-disabled:hover > a:only-child::after, | |
.ant-btn-dashed.disabled:hover > a:only-child::after, | |
.ant-btn-dashed[disabled]:hover > a:only-child::after, | |
.ant-btn-dashed-disabled:focus > a:only-child::after, | |
.ant-btn-dashed.disabled:focus > a:only-child::after, | |
.ant-btn-dashed[disabled]:focus > a:only-child::after, | |
.ant-btn-dashed-disabled:active > a:only-child::after, | |
.ant-btn-dashed.disabled:active > a:only-child::after, | |
.ant-btn-dashed[disabled]:active > a:only-child::after, | |
.ant-btn-dashed-disabled.active > a:only-child::after, | |
.ant-btn-dashed.disabled.active > a:only-child::after, | |
.ant-btn-dashed[disabled].active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-danger { | |
color: #f5222d; | |
background-color: #f5f5f5; | |
border-color: #d9d9d9; | |
} | |
.ant-btn-danger > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-danger > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-danger:hover { | |
color: #fff; | |
background-color: #ff4d4f; | |
border-color: #ff4d4f; | |
} | |
.ant-btn-danger:hover > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-danger:hover > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-danger:focus { | |
color: #ff4d4f; | |
background-color: #fff; | |
border-color: #ff4d4f; | |
} | |
.ant-btn-danger:focus > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-danger:focus > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-danger:active, | |
.ant-btn-danger.active { | |
color: #fff; | |
background-color: #cf1322; | |
border-color: #cf1322; | |
} | |
.ant-btn-danger:active > a:only-child, | |
.ant-btn-danger.active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-danger:active > a:only-child::after, | |
.ant-btn-danger.active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-danger-disabled, | |
.ant-btn-danger.disabled, | |
.ant-btn-danger[disabled], | |
.ant-btn-danger-disabled:hover, | |
.ant-btn-danger.disabled:hover, | |
.ant-btn-danger[disabled]:hover, | |
.ant-btn-danger-disabled:focus, | |
.ant-btn-danger.disabled:focus, | |
.ant-btn-danger[disabled]:focus, | |
.ant-btn-danger-disabled:active, | |
.ant-btn-danger.disabled:active, | |
.ant-btn-danger[disabled]:active, | |
.ant-btn-danger-disabled.active, | |
.ant-btn-danger.disabled.active, | |
.ant-btn-danger[disabled].active { | |
color: rgba(0, 0, 0, 0.25); | |
background-color: #f5f5f5; | |
border-color: #d9d9d9; | |
text-shadow: none; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.ant-btn-danger-disabled > a:only-child, | |
.ant-btn-danger.disabled > a:only-child, | |
.ant-btn-danger[disabled] > a:only-child, | |
.ant-btn-danger-disabled:hover > a:only-child, | |
.ant-btn-danger.disabled:hover > a:only-child, | |
.ant-btn-danger[disabled]:hover > a:only-child, | |
.ant-btn-danger-disabled:focus > a:only-child, | |
.ant-btn-danger.disabled:focus > a:only-child, | |
.ant-btn-danger[disabled]:focus > a:only-child, | |
.ant-btn-danger-disabled:active > a:only-child, | |
.ant-btn-danger.disabled:active > a:only-child, | |
.ant-btn-danger[disabled]:active > a:only-child, | |
.ant-btn-danger-disabled.active > a:only-child, | |
.ant-btn-danger.disabled.active > a:only-child, | |
.ant-btn-danger[disabled].active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-danger-disabled > a:only-child::after, | |
.ant-btn-danger.disabled > a:only-child::after, | |
.ant-btn-danger[disabled] > a:only-child::after, | |
.ant-btn-danger-disabled:hover > a:only-child::after, | |
.ant-btn-danger.disabled:hover > a:only-child::after, | |
.ant-btn-danger[disabled]:hover > a:only-child::after, | |
.ant-btn-danger-disabled:focus > a:only-child::after, | |
.ant-btn-danger.disabled:focus > a:only-child::after, | |
.ant-btn-danger[disabled]:focus > a:only-child::after, | |
.ant-btn-danger-disabled:active > a:only-child::after, | |
.ant-btn-danger.disabled:active > a:only-child::after, | |
.ant-btn-danger[disabled]:active > a:only-child::after, | |
.ant-btn-danger-disabled.active > a:only-child::after, | |
.ant-btn-danger.disabled.active > a:only-child::after, | |
.ant-btn-danger[disabled].active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-link { | |
color: #1890ff; | |
background-color: transparent; | |
border-color: transparent; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.ant-btn-link > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-link > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-link:hover, | |
.ant-btn-link:focus { | |
color: #40a9ff; | |
background-color: transparent; | |
border-color: #40a9ff; | |
} | |
.ant-btn-link:hover > a:only-child, | |
.ant-btn-link:focus > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-link:hover > a:only-child::after, | |
.ant-btn-link:focus > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-link:active, | |
.ant-btn-link.active { | |
color: #096dd9; | |
background-color: transparent; | |
border-color: #096dd9; | |
} | |
.ant-btn-link:active > a:only-child, | |
.ant-btn-link.active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-link:active > a:only-child::after, | |
.ant-btn-link.active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-link-disabled, | |
.ant-btn-link.disabled, | |
.ant-btn-link[disabled], | |
.ant-btn-link-disabled:hover, | |
.ant-btn-link.disabled:hover, | |
.ant-btn-link[disabled]:hover, | |
.ant-btn-link-disabled:focus, | |
.ant-btn-link.disabled:focus, | |
.ant-btn-link[disabled]:focus, | |
.ant-btn-link-disabled:active, | |
.ant-btn-link.disabled:active, | |
.ant-btn-link[disabled]:active, | |
.ant-btn-link-disabled.active, | |
.ant-btn-link.disabled.active, | |
.ant-btn-link[disabled].active { | |
color: rgba(0, 0, 0, 0.25); | |
background-color: #f5f5f5; | |
border-color: #d9d9d9; | |
text-shadow: none; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.ant-btn-link-disabled > a:only-child, | |
.ant-btn-link.disabled > a:only-child, | |
.ant-btn-link[disabled] > a:only-child, | |
.ant-btn-link-disabled:hover > a:only-child, | |
.ant-btn-link.disabled:hover > a:only-child, | |
.ant-btn-link[disabled]:hover > a:only-child, | |
.ant-btn-link-disabled:focus > a:only-child, | |
.ant-btn-link.disabled:focus > a:only-child, | |
.ant-btn-link[disabled]:focus > a:only-child, | |
.ant-btn-link-disabled:active > a:only-child, | |
.ant-btn-link.disabled:active > a:only-child, | |
.ant-btn-link[disabled]:active > a:only-child, | |
.ant-btn-link-disabled.active > a:only-child, | |
.ant-btn-link.disabled.active > a:only-child, | |
.ant-btn-link[disabled].active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-link-disabled > a:only-child::after, | |
.ant-btn-link.disabled > a:only-child::after, | |
.ant-btn-link[disabled] > a:only-child::after, | |
.ant-btn-link-disabled:hover > a:only-child::after, | |
.ant-btn-link.disabled:hover > a:only-child::after, | |
.ant-btn-link[disabled]:hover > a:only-child::after, | |
.ant-btn-link-disabled:focus > a:only-child::after, | |
.ant-btn-link.disabled:focus > a:only-child::after, | |
.ant-btn-link[disabled]:focus > a:only-child::after, | |
.ant-btn-link-disabled:active > a:only-child::after, | |
.ant-btn-link.disabled:active > a:only-child::after, | |
.ant-btn-link[disabled]:active > a:only-child::after, | |
.ant-btn-link-disabled.active > a:only-child::after, | |
.ant-btn-link.disabled.active > a:only-child::after, | |
.ant-btn-link[disabled].active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-link:hover, | |
.ant-btn-link:focus, | |
.ant-btn-link:active { | |
border-color: transparent; | |
} | |
.ant-btn-link-disabled, | |
.ant-btn-link.disabled, | |
.ant-btn-link[disabled], | |
.ant-btn-link-disabled:hover, | |
.ant-btn-link.disabled:hover, | |
.ant-btn-link[disabled]:hover, | |
.ant-btn-link-disabled:focus, | |
.ant-btn-link.disabled:focus, | |
.ant-btn-link[disabled]:focus, | |
.ant-btn-link-disabled:active, | |
.ant-btn-link.disabled:active, | |
.ant-btn-link[disabled]:active, | |
.ant-btn-link-disabled.active, | |
.ant-btn-link.disabled.active, | |
.ant-btn-link[disabled].active { | |
color: rgba(0, 0, 0, 0.25); | |
background-color: transparent; | |
border-color: transparent; | |
text-shadow: none; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.ant-btn-link-disabled > a:only-child, | |
.ant-btn-link.disabled > a:only-child, | |
.ant-btn-link[disabled] > a:only-child, | |
.ant-btn-link-disabled:hover > a:only-child, | |
.ant-btn-link.disabled:hover > a:only-child, | |
.ant-btn-link[disabled]:hover > a:only-child, | |
.ant-btn-link-disabled:focus > a:only-child, | |
.ant-btn-link.disabled:focus > a:only-child, | |
.ant-btn-link[disabled]:focus > a:only-child, | |
.ant-btn-link-disabled:active > a:only-child, | |
.ant-btn-link.disabled:active > a:only-child, | |
.ant-btn-link[disabled]:active > a:only-child, | |
.ant-btn-link-disabled.active > a:only-child, | |
.ant-btn-link.disabled.active > a:only-child, | |
.ant-btn-link[disabled].active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-link-disabled > a:only-child::after, | |
.ant-btn-link.disabled > a:only-child::after, | |
.ant-btn-link[disabled] > a:only-child::after, | |
.ant-btn-link-disabled:hover > a:only-child::after, | |
.ant-btn-link.disabled:hover > a:only-child::after, | |
.ant-btn-link[disabled]:hover > a:only-child::after, | |
.ant-btn-link-disabled:focus > a:only-child::after, | |
.ant-btn-link.disabled:focus > a:only-child::after, | |
.ant-btn-link[disabled]:focus > a:only-child::after, | |
.ant-btn-link-disabled:active > a:only-child::after, | |
.ant-btn-link.disabled:active > a:only-child::after, | |
.ant-btn-link[disabled]:active > a:only-child::after, | |
.ant-btn-link-disabled.active > a:only-child::after, | |
.ant-btn-link.disabled.active > a:only-child::after, | |
.ant-btn-link[disabled].active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-round { | |
height: 32px; | |
padding: 0 16px; | |
font-size: 16px; | |
border-radius: 32px; | |
} | |
.ant-btn-round.ant-btn-lg { | |
height: 40px; | |
padding: 0 20px; | |
font-size: 18px; | |
border-radius: 40px; | |
} | |
.ant-btn-round.ant-btn-sm { | |
height: 24px; | |
padding: 0 12px; | |
font-size: 14px; | |
border-radius: 24px; | |
} | |
.ant-btn-circle, | |
.ant-btn-circle-outline { | |
width: 32px; | |
height: 32px; | |
padding: 0; | |
font-size: 16px; | |
border-radius: 50%; | |
} | |
.ant-btn-circle.ant-btn-lg, | |
.ant-btn-circle-outline.ant-btn-lg { | |
width: 40px; | |
height: 40px; | |
padding: 0; | |
font-size: 18px; | |
border-radius: 50%; | |
} | |
.ant-btn-circle.ant-btn-sm, | |
.ant-btn-circle-outline.ant-btn-sm { | |
width: 24px; | |
height: 24px; | |
padding: 0; | |
font-size: 14px; | |
border-radius: 50%; | |
} | |
.ant-btn::before { | |
position: absolute; | |
top: -1px; | |
right: -1px; | |
bottom: -1px; | |
left: -1px; | |
z-index: 1; | |
display: none; | |
background: #fff; | |
border-radius: inherit; | |
opacity: 0.35; | |
-webkit-transition: opacity 0.2s; | |
transition: opacity 0.2s; | |
content: ''; | |
pointer-events: none; | |
} | |
.ant-btn .anticon { | |
-webkit-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); | |
transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); | |
} | |
.ant-btn .anticon.anticon-plus > svg, | |
.ant-btn .anticon.anticon-minus > svg { | |
shape-rendering: optimizeSpeed; | |
} | |
.ant-btn.ant-btn-loading { | |
position: relative; | |
pointer-events: none; | |
} | |
.ant-btn.ant-btn-loading::before { | |
display: block; | |
} | |
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) { | |
padding-left: 29px; | |
} | |
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon:not(:last-child) { | |
margin-left: -14px; | |
} | |
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) { | |
padding-left: 24px; | |
} | |
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon { | |
margin-left: -17px; | |
} | |
.ant-btn-group { | |
position: relative; | |
display: inline-block; | |
} | |
.ant-btn-group > .ant-btn, | |
.ant-btn-group > span > .ant-btn { | |
position: relative; | |
} | |
.ant-btn-group > .ant-btn:hover, | |
.ant-btn-group > span > .ant-btn:hover, | |
.ant-btn-group > .ant-btn:focus, | |
.ant-btn-group > span > .ant-btn:focus, | |
.ant-btn-group > .ant-btn:active, | |
.ant-btn-group > span > .ant-btn:active, | |
.ant-btn-group > .ant-btn.active, | |
.ant-btn-group > span > .ant-btn.active { | |
z-index: 2; | |
} | |
.ant-btn-group > .ant-btn:disabled, | |
.ant-btn-group > span > .ant-btn:disabled { | |
z-index: 0; | |
} | |
.ant-btn-group-lg > .ant-btn, | |
.ant-btn-group-lg > span > .ant-btn { | |
height: 40px; | |
padding: 0 15px; | |
font-size: 16px; | |
border-radius: 0; | |
line-height: 38px; | |
} | |
.ant-btn-group-sm > .ant-btn, | |
.ant-btn-group-sm > span > .ant-btn { | |
height: 24px; | |
padding: 0 7px; | |
font-size: 14px; | |
border-radius: 0; | |
line-height: 22px; | |
} | |
.ant-btn-group-sm > .ant-btn > .anticon, | |
.ant-btn-group-sm > span > .ant-btn > .anticon { | |
font-size: 14px; | |
} | |
.ant-btn-group .ant-btn + .ant-btn, | |
.ant-btn + .ant-btn-group, | |
.ant-btn-group span + .ant-btn, | |
.ant-btn-group .ant-btn + span, | |
.ant-btn-group > span + span, | |
.ant-btn-group + .ant-btn, | |
.ant-btn-group + .ant-btn-group { | |
margin-left: -1px; | |
} | |
.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) { | |
border-left-color: transparent; | |
} | |
.ant-btn-group .ant-btn { | |
border-radius: 0; | |
} | |
.ant-btn-group > .ant-btn:first-child, | |
.ant-btn-group > span:first-child > .ant-btn { | |
margin-left: 0; | |
} | |
.ant-btn-group > .ant-btn:only-child { | |
border-radius: 4px; | |
} | |
.ant-btn-group > span:only-child > .ant-btn { | |
border-radius: 4px; | |
} | |
.ant-btn-group > .ant-btn:first-child:not(:last-child), | |
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn { | |
border-top-left-radius: 4px; | |
border-bottom-left-radius: 4px; | |
} | |
.ant-btn-group > .ant-btn:last-child:not(:first-child), | |
.ant-btn-group > span:last-child:not(:first-child) > .ant-btn { | |
border-top-right-radius: 4px; | |
border-bottom-right-radius: 4px; | |
} | |
.ant-btn-group-sm > .ant-btn:only-child { | |
border-radius: 4px; | |
} | |
.ant-btn-group-sm > span:only-child > .ant-btn { | |
border-radius: 4px; | |
} | |
.ant-btn-group-sm > .ant-btn:first-child:not(:last-child), | |
.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn { | |
border-top-left-radius: 4px; | |
border-bottom-left-radius: 4px; | |
} | |
.ant-btn-group-sm > .ant-btn:last-child:not(:first-child), | |
.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn { | |
border-top-right-radius: 4px; | |
border-bottom-right-radius: 4px; | |
} | |
.ant-btn-group > .ant-btn-group { | |
float: left; | |
} | |
.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn { | |
border-radius: 0; | |
} | |
.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child { | |
padding-right: 8px; | |
border-top-right-radius: 0; | |
border-bottom-right-radius: 0; | |
} | |
.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child { | |
padding-left: 8px; | |
border-top-left-radius: 0; | |
border-bottom-left-radius: 0; | |
} | |
.ant-btn:not(.ant-btn-circle):not(.ant-btn-circle-outline).ant-btn-icon-only { | |
padding-right: 8px; | |
padding-left: 8px; | |
} | |
.ant-btn:focus > span, | |
.ant-btn:active > span { | |
position: relative; | |
} | |
.ant-btn > .anticon + span, | |
.ant-btn > span + .anticon { | |
margin-left: 8px; | |
} | |
.ant-btn-background-ghost { | |
color: #fff; | |
background: transparent !important; | |
border-color: #fff; | |
} | |
.ant-btn-background-ghost.ant-btn-primary { | |
color: #1890ff; | |
background-color: transparent; | |
border-color: #1890ff; | |
text-shadow: none; | |
} | |
.ant-btn-background-ghost.ant-btn-primary > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-background-ghost.ant-btn-primary > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-background-ghost.ant-btn-primary:hover, | |
.ant-btn-background-ghost.ant-btn-primary:focus { | |
color: #40a9ff; | |
background-color: transparent; | |
border-color: #40a9ff; | |
} | |
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-background-ghost.ant-btn-primary:active, | |
.ant-btn-background-ghost.ant-btn-primary.active { | |
color: #096dd9; | |
background-color: transparent; | |
border-color: #096dd9; | |
} | |
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-background-ghost.ant-btn-primary-disabled, | |
.ant-btn-background-ghost.ant-btn-primary.disabled, | |
.ant-btn-background-ghost.ant-btn-primary[disabled], | |
.ant-btn-background-ghost.ant-btn-primary-disabled:hover, | |
.ant-btn-background-ghost.ant-btn-primary.disabled:hover, | |
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover, | |
.ant-btn-background-ghost.ant-btn-primary-disabled:focus, | |
.ant-btn-background-ghost.ant-btn-primary.disabled:focus, | |
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus, | |
.ant-btn-background-ghost.ant-btn-primary-disabled:active, | |
.ant-btn-background-ghost.ant-btn-primary.disabled:active, | |
.ant-btn-background-ghost.ant-btn-primary[disabled]:active, | |
.ant-btn-background-ghost.ant-btn-primary-disabled.active, | |
.ant-btn-background-ghost.ant-btn-primary.disabled.active, | |
.ant-btn-background-ghost.ant-btn-primary[disabled].active { | |
color: rgba(0, 0, 0, 0.25); | |
background-color: #f5f5f5; | |
border-color: #d9d9d9; | |
text-shadow: none; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-background-ghost.ant-btn-danger { | |
color: #f5222d; | |
background-color: transparent; | |
border-color: #f5222d; | |
text-shadow: none; | |
} | |
.ant-btn-background-ghost.ant-btn-danger > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-background-ghost.ant-btn-danger > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-background-ghost.ant-btn-danger:hover, | |
.ant-btn-background-ghost.ant-btn-danger:focus { | |
color: #ff4d4f; | |
background-color: transparent; | |
border-color: #ff4d4f; | |
} | |
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-background-ghost.ant-btn-danger:active, | |
.ant-btn-background-ghost.ant-btn-danger.active { | |
color: #cf1322; | |
background-color: transparent; | |
border-color: #cf1322; | |
} | |
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-background-ghost.ant-btn-danger-disabled, | |
.ant-btn-background-ghost.ant-btn-danger.disabled, | |
.ant-btn-background-ghost.ant-btn-danger[disabled], | |
.ant-btn-background-ghost.ant-btn-danger-disabled:hover, | |
.ant-btn-background-ghost.ant-btn-danger.disabled:hover, | |
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover, | |
.ant-btn-background-ghost.ant-btn-danger-disabled:focus, | |
.ant-btn-background-ghost.ant-btn-danger.disabled:focus, | |
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus, | |
.ant-btn-background-ghost.ant-btn-danger-disabled:active, | |
.ant-btn-background-ghost.ant-btn-danger.disabled:active, | |
.ant-btn-background-ghost.ant-btn-danger[disabled]:active, | |
.ant-btn-background-ghost.ant-btn-danger-disabled.active, | |
.ant-btn-background-ghost.ant-btn-danger.disabled.active, | |
.ant-btn-background-ghost.ant-btn-danger[disabled].active { | |
color: rgba(0, 0, 0, 0.25); | |
background-color: #f5f5f5; | |
border-color: #d9d9d9; | |
text-shadow: none; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-background-ghost.ant-btn-link { | |
color: #1890ff; | |
background-color: transparent; | |
border-color: transparent; | |
text-shadow: none; | |
color: #fff; | |
} | |
.ant-btn-background-ghost.ant-btn-link > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-background-ghost.ant-btn-link > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-background-ghost.ant-btn-link:hover, | |
.ant-btn-background-ghost.ant-btn-link:focus { | |
color: #40a9ff; | |
background-color: transparent; | |
border-color: transparent; | |
} | |
.ant-btn-background-ghost.ant-btn-link:hover > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link:focus > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-background-ghost.ant-btn-link:hover > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link:focus > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-background-ghost.ant-btn-link:active, | |
.ant-btn-background-ghost.ant-btn-link.active { | |
color: #096dd9; | |
background-color: transparent; | |
border-color: transparent; | |
} | |
.ant-btn-background-ghost.ant-btn-link:active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link.active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-background-ghost.ant-btn-link:active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link.active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-background-ghost.ant-btn-link-disabled, | |
.ant-btn-background-ghost.ant-btn-link.disabled, | |
.ant-btn-background-ghost.ant-btn-link[disabled], | |
.ant-btn-background-ghost.ant-btn-link-disabled:hover, | |
.ant-btn-background-ghost.ant-btn-link.disabled:hover, | |
.ant-btn-background-ghost.ant-btn-link[disabled]:hover, | |
.ant-btn-background-ghost.ant-btn-link-disabled:focus, | |
.ant-btn-background-ghost.ant-btn-link.disabled:focus, | |
.ant-btn-background-ghost.ant-btn-link[disabled]:focus, | |
.ant-btn-background-ghost.ant-btn-link-disabled:active, | |
.ant-btn-background-ghost.ant-btn-link.disabled:active, | |
.ant-btn-background-ghost.ant-btn-link[disabled]:active, | |
.ant-btn-background-ghost.ant-btn-link-disabled.active, | |
.ant-btn-background-ghost.ant-btn-link.disabled.active, | |
.ant-btn-background-ghost.ant-btn-link[disabled].active { | |
color: rgba(0, 0, 0, 0.25); | |
background-color: #f5f5f5; | |
border-color: #d9d9d9; | |
text-shadow: none; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child, | |
.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child { | |
color: currentColor; | |
} | |
.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child::after, | |
.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child::after { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: transparent; | |
content: ''; | |
} | |
.ant-btn-two-chinese-chars::first-letter { | |
letter-spacing: 0.34em; | |
} | |
.ant-btn-two-chinese-chars > *:not(.anticon) { | |
margin-right: -0.34em; | |
letter-spacing: 0.34em; | |
} | |
.ant-btn-block { | |
width: 100%; | |
} | |
.ant-btn:empty { | |
vertical-align: top; | |
} | |
a.ant-btn { | |
line-height: 30px; | |
} | |
a.ant-btn-lg { | |
line-height: 38px; | |
} | |
a.ant-btn-sm { | |
line-height: 22px; | |
} | |
.P100{letter-spacing:0;color:#16191C;font-weight:400;font-size:16px;line-height:26px}.P200{letter-spacing:0;color:#16191C;font-weight:400;font-size:14px;line-height:24px}.P300{letter-spacing:0;color:#16191C;font-weight:400;font-size:12px;line-height:22px}.SH300{letter-spacing:0;color:#656B73;font-weight:500;font-size:10px;line-height:14px}.SH200{letter-spacing:0;color:#656B73;font-weight:500;font-size:12px;line-height:16px}.SH100{letter-spacing:0;color:#656B73;font-weight:600;font-size:14px;line-height:18px}.H500{letter-spacing:0;color:#16191C;font-weight:600;font-size:12px;line-height:14px}.H400{letter-spacing:0;color:#16191C;font-weight:700;font-size:14px;line-height:16px}.H300{letter-spacing:0;color:#16191C;font-weight:600;font-size:16px;line-height:24px}.H200{letter-spacing:0;color:#16191C;font-weight:700;font-size:20px;line-height:26px}.H100{letter-spacing:0;color:#16191C;font-weight:700;font-size:24px;line-height:32px}.sds-dropdown-input-base .ant-select.sds-dropdown-input-base-disabled .ant-select-selection{background:#EBEBEB repeating-linear-gradient(45deg, #E3E3E3, #E3E3E3 2px, #EBEBEB 2px, #EBEBEB 10px)}.sds-dropdown-input-base .ant-select .ant-select-selection{min-height:40px;font-size:14px;font-weight:500;background:#F7F7F7;border:1px solid #F2F2F2;box-shadow:0 0 0 0 transparent;transition:box-shadow 0.15s ease-out 0.15s, border-color 0.15s, background 0.15s ease-out 0.15s, color 0.15s ease-out}.sds-dropdown-input-base .ant-select .ant-select-selection:hover{border-color:#FFD301}.sds-dropdown-input-base .ant-select:focus-within .ant-select-selection{border-color:transparent;border-bottom-color:#FFD301;box-shadow:0 1px 0 0 #FFD301;background:#F2F2F2;color:#343A40;outline:none;transition:border-color 0s,box-shadow .5s ease-out}.sds-dropdown-input-base .ant-select .border-anchor{pointer-events:none}.sds-dropdown-input-base .ant-select .border-anchor::before,.sds-dropdown-input-base .ant-select .border-anchor::after{position:absolute;bottom:0;height:100%;width:50%;content:'';border-radius:4px}.sds-dropdown-input-base .ant-select .border-anchor::before{left:0;border-top-right-radius:0}.sds-dropdown-input-base .ant-select .border-anchor::after{right:0;border-top-left-radius:0}.sds-dropdown-input-base .ant-select:hover .border-anchor::before{border-top:1px solid #FFD301;border-left:1px solid #FFD301}.sds-dropdown-input-base .ant-select:hover .border-anchor::after{border-top:1px solid #FFD301;border-right:1px solid #FFD301}.sds-dropdown-input-base .ant-select:focus-within .border-anchor::before{width:0;height:0;transition:width .25s,height .25s .25s}.sds-dropdown-input-base .ant-select:focus-within .border-anchor::after{width:0;height:0;transition:width .25s,height .25s .25s}.sds-dropdown-input-base .ant-select.sds-dropdown-input-base-disabled .border-anchor::before,.sds-dropdown-input-base .ant-select.sds-dropdown-input-base-disabled .border-anchor::after{content:none}.sds-dropdown-input-base{line-height:1}.sds-dropdown-input-base .ant-select{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,0.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:'tnum';font-feature-settings:'tnum';position:relative;display:inline-block;outline:0}.sds-dropdown-input-base .ant-select ul,.sds-dropdown-input-base .ant-select ol{margin:0;padding:0;list-style:none}.sds-dropdown-input-base .ant-select>ul>li>a{padding:0;background-color:#fff}.sds-dropdown-input-base .ant-select-arrow{display:inline-block;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;position:absolute;top:50%;right:11px;margin-top:-6px;color:rgba(0,0,0,0.25);font-size:12px;line-height:1;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.sds-dropdown-input-base .ant-select-arrow>*{line-height:1}.sds-dropdown-input-base .ant-select-arrow svg{display:inline-block}.sds-dropdown-input-base .ant-select-arrow::before{display:none}.sds-dropdown-input-base .ant-select-arrow .ant-select-arrow-icon{display:block}.sds-dropdown-input-base .ant-select-arrow .ant-select-arrow-icon svg{-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;transition:transform 0.3s;transition:transform 0.3s, -webkit-transform 0.3s}.sds-dropdown-input-base .ant-select-selection{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border:1px solid #d9d9d9;border-top-width:1.02px;border-radius:4px;outline:none;-webkit-transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sds-dropdown-input-base .ant-select-selection:hover{border-color:#40a9ff;border-right-width:1px !important}.sds-dropdown-input-base .ant-select-focused .ant-select-selection,.sds-dropdown-input-base .ant-select-selection:focus,.sds-dropdown-input-base .ant-select-selection:active{border-color:#40a9ff;border-right-width:1px !important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,0.2);box-shadow:0 0 0 2px rgba(24,144,255,0.2)}.sds-dropdown-input-base .ant-select-selection__clear{position:absolute;top:50%;right:11px;z-index:1;display:inline-block;width:12px;height:12px;margin-top:-6px;color:rgba(0,0,0,0.25);font-size:12px;font-style:normal;line-height:12px;text-align:center;text-transform:none;background:#fff;cursor:pointer;opacity:0;-webkit-transition:color 0.3s ease, opacity 0.15s ease;transition:color 0.3s ease, opacity 0.15s ease;text-rendering:auto}.sds-dropdown-input-base .ant-select-selection__clear::before{display:block}.sds-dropdown-input-base .ant-select-selection__clear:hover{color:rgba(0,0,0,0.45)}.sds-dropdown-input-base .ant-select-selection:hover .ant-select-selection__clear{opacity:1}.sds-dropdown-input-base .ant-select-selection-selected-value{float:left;max-width:100%;padding-right:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sds-dropdown-input-base .ant-select-no-arrow .ant-select-selection-selected-value{padding-right:0}.sds-dropdown-input-base .ant-select-disabled{color:rgba(0,0,0,0.25)}.sds-dropdown-input-base .ant-select-disabled .ant-select-selection{background:#f5f5f5;cursor:not-allowed}.sds-dropdown-input-base .ant-select-disabled .ant-select-selection:hover,.sds-dropdown-input-base .ant-select-disabled .ant-select-selection:focus,.sds-dropdown-input-base .ant-select-disabled .ant-select-selection:active{border-color:#d9d9d9;-webkit-box-shadow:none;box-shadow:none}.sds-dropdown-input-base .ant-select-disabled .ant-select-selection__clear{display:none;visibility:hidden;pointer-events:none}.sds-dropdown-input-base .ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice{padding-right:10px;color:rgba(0,0,0,0.33);background:#f5f5f5}.sds-dropdown-input-base .ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove{display:none}.sds-dropdown-input-base .ant-select-selection--single{position:relative;height:32px;cursor:pointer}.sds-dropdown-input-base .ant-select-selection__rendered{position:relative;display:block;margin-right:11px;margin-left:11px;line-height:30px}.sds-dropdown-input-base .ant-select-selection__rendered::after{display:inline-block;width:0;visibility:hidden;pointer-events:none;content:'.'}.sds-dropdown-input-base .ant-select-lg{font-size:16px}.sds-dropdown-input-base .ant-select-lg .ant-select-selection--single{height:40px}.sds-dropdown-input-base .ant-select-lg .ant-select-selection__rendered{line-height:38px}.sds-dropdown-input-base .ant-select-lg .ant-select-selection--multiple{min-height:40px}.sds-dropdown-input-base .ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li{height:32px;line-height:32px}.sds-dropdown-input-base .ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear,.sds-dropdown-input-base .ant-select-lg .ant-select-selection--multiple .ant-select-arrow{top:20px}.sds-dropdown-input-base .ant-select-sm .ant-select-selection--single{height:24px}.sds-dropdown-input-base .ant-select-sm .ant-select-selection__rendered{margin:0 7px;line-height:22px}.sds-dropdown-input-base .ant-select-sm .ant-select-selection--multiple{min-height:24px}.sds-dropdown-input-base .ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li{height:16px;line-height:14px}.sds-dropdown-input-base .ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear,.sds-dropdown-input-base .ant-select-sm .ant-select-selection--multiple .ant-select-arrow{top:12px}.sds-dropdown-input-base .ant-select-sm .ant-select-selection__clear,.sds-dropdown-input-base .ant-select-sm .ant-select-arrow{right:8px}.sds-dropdown-input-base .ant-select-disabled .ant-select-selection__choice__remove{color:rgba(0,0,0,0.25);cursor:default}.sds-dropdown-input-base .ant-select-disabled .ant-select-selection__choice__remove:hover{color:rgba(0,0,0,0.25)}.sds-dropdown-input-base .ant-select-search__field__wrap{position:relative;display:inline-block}.sds-dropdown-input-base .ant-select-selection__placeholder,.sds-dropdown-input-base .ant-select-search__field__placeholder{position:absolute;top:50%;right:9px;left:0;max-width:100%;height:20px;margin-top:-10px;overflow:hidden;color:#bfbfbf;line-height:20px;white-space:nowrap;text-align:left;text-overflow:ellipsis}.sds-dropdown-input-base .ant-select-search__field__placeholder{left:12px}.sds-dropdown-input-base .ant-select-search__field__mirror{position:absolute;top:0;left:0;white-space:pre;opacity:0;pointer-events:none}.sds-dropdown-input-base .ant-select-search--inline{position:absolute;width:100%;height:100%}.sds-dropdown-input-base .ant-select-search--inline .ant-select-search__field__wrap{width:100%;height:100%}.sds-dropdown-input-base .ant-select-search--inline .ant-select-search__field{width:100%;height:100%;font-size:100%;line-height:1;background:transparent;border-width:0;border-radius:4px;outline:0}.sds-dropdown-input-base .ant-select-search--inline>i{float:right}.sds-dropdown-input-base .ant-select-selection--multiple{min-height:32px;padding-bottom:3px;cursor:text;zoom:1}.sds-dropdown-input-base .ant-select-selection--multiple::before,.sds-dropdown-input-base .ant-select-selection--multiple::after{content:'';display:table}.sds-dropdown-input-base .ant-select-selection--multiple::after{clear:both}.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-search--inline{position:static;float:left;width:auto;max-width:100%;padding:0}.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field{width:0.75em;max-width:100%}.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-selection__rendered{height:auto;margin-bottom:-3px;margin-left:5px}.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-selection__placeholder{margin-left:6px}.sds-dropdown-input-base .ant-select-selection--multiple>ul>li,.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-selection__rendered>ul>li{height:24px;margin-top:3px;line-height:22px}.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-selection__choice{position:relative;float:left;max-width:99%;margin-right:4px;padding:0 20px 0 10px;overflow:hidden;color:rgba(0,0,0,0.65);background-color:#fafafa;border:1px solid #e8e8e8;border-radius:2px;cursor:default;-webkit-transition:padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);transition:padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)}.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-selection__choice__disabled{padding:0 10px}.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-selection__choice__content{display:inline-block;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-transition:margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);transition:margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)}.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-selection__choice__remove{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;position:absolute;right:4px;color:rgba(0,0,0,0.45);font-weight:bold;line-height:inherit;cursor:pointer;-webkit-transition:all 0.3s;transition:all 0.3s;display:inline-block;font-size:12px;font-size:10px \9;-webkit-transform:scale(0.83333) rotate(0deg);-ms-transform:scale(0.83333) rotate(0deg);transform:scale(0.83333) rotate(0deg)}.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-selection__choice__remove>*{line-height:1}.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-selection__choice__remove svg{display:inline-block}.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-selection__choice__remove::before{display:none}.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-selection__choice__remove .ant-select-selection--multiple .ant-select-selection__choice__remove-icon{display:block}.sds-dropdown-input-base :root .ant-select-selection--multiple .ant-select-selection__choice__remove{font-size:12px}.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-selection__choice__remove:hover{color:rgba(0,0,0,0.75)}.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-selection__clear,.sds-dropdown-input-base .ant-select-selection--multiple .ant-select-arrow{top:16px}.sds-dropdown-input-base .ant-select-allow-clear .ant-select-selection--single .ant-select-selection-selected-value{padding-right:16px}.sds-dropdown-input-base .ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered,.sds-dropdown-input-base .ant-select-show-arrow .ant-select-selection--multiple .ant-select-selection__rendered{margin-right:20px}.sds-dropdown-input-base .ant-select-open .ant-select-arrow-icon svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sds-dropdown-input-base .ant-select-open .ant-select-selection{border-color:#40a9ff;border-right-width:1px !important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,0.2);box-shadow:0 0 0 2px rgba(24,144,255,0.2)}.sds-dropdown-input-base .ant-select-combobox .ant-select-arrow{display:none}.sds-dropdown-input-base .ant-select-combobox .ant-select-search--inline{float:none;width:100%;height:100%}.sds-dropdown-input-base .ant-select-combobox .ant-select-search__field__wrap{width:100%;height:100%}.sds-dropdown-input-base .ant-select-combobox .ant-select-search__field{position:relative;z-index:1;width:100%;height:100%;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),height 0s;transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),height 0s}.sds-dropdown-input-base .ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered,.sds-dropdown-input-base .ant-select-combobox.ant-select-show-arrow .ant-select-selection:hover .ant-select-selection__rendered{margin-right:20px}.sds-dropdown-input-base .ant-select-dropdown{margin:0;padding:0;color:rgba(0,0,0,0.65);font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:'tnum';font-feature-settings:'tnum';position:absolute;top:-9999px;left:-9999px;z-index:1050;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;font-variant:initial;background-color:#fff;border-radius:4px;outline:none;-webkit-box-shadow:0 2px 8px rgba(0,0,0,0.15);box-shadow:0 2px 8px rgba(0,0,0,0.15)}.sds-dropdown-input-base .ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,.sds-dropdown-input-base .ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft{-webkit-animation-name:antSlideUpIn;animation-name:antSlideUpIn}.sds-dropdown-input-base .ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft,.sds-dropdown-input-base .ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft{-webkit-animation-name:antSlideDownIn;animation-name:antSlideDownIn}.sds-dropdown-input-base .ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft{-webkit-animation-name:antSlideUpOut;animation-name:antSlideUpOut}.sds-dropdown-input-base .ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft{-webkit-animation-name:antSlideDownOut;animation-name:antSlideDownOut}.sds-dropdown-input-base .ant-select-dropdown-hidden{display:none}.sds-dropdown-input-base .ant-select-dropdown-menu{max-height:250px;margin-bottom:0;padding-left:0;overflow:auto;list-style:none;outline:none}.sds-dropdown-input-base .ant-select-dropdown-menu-item-group-list{margin:0;padding:0}.sds-dropdown-input-base .ant-select-dropdown-menu-item-group-list>.ant-select-dropdown-menu-item{padding-left:20px}.sds-dropdown-input-base .ant-select-dropdown-menu-item-group-title{height:32px;padding:0 12px;color:rgba(0,0,0,0.45);font-size:12px;line-height:32px}.sds-dropdown-input-base .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),.sds-dropdown-input-base .ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child{border-radius:0}.sds-dropdown-input-base .ant-select-dropdown-menu-item{position:relative;display:block;padding:5px 12px;overflow:hidden;color:rgba(0,0,0,0.65);font-weight:normal;line-height:22px;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;-webkit-transition:background 0.3s ease;transition:background 0.3s ease}.sds-dropdown-input-base .ant-select-dropdown-menu-item:hover{background-color:#e6f7ff}.sds-dropdown-input-base .ant-select-dropdown-menu-item:first-child{border-radius:4px 4px 0 0}.sds-dropdown-input-base .ant-select-dropdown-menu-item:last-child{border-radius:0 0 4px 4px}.sds-dropdown-input-base .ant-select-dropdown-menu-item-disabled{color:rgba(0,0,0,0.25);cursor:not-allowed}.sds-dropdown-input-base .ant-select-dropdown-menu-item-disabled:hover{color:rgba(0,0,0,0.25);background-color:#fff;cursor:not-allowed}.sds-dropdown-input-base .ant-select-dropdown-menu-item-selected,.sds-dropdown-input-base .ant-select-dropdown-menu-item-selected:hover{color:rgba(0,0,0,0.65);font-weight:600;background-color:#fafafa}.sds-dropdown-input-base .ant-select-dropdown-menu-item-active{background-color:#e6f7ff}.sds-dropdown-input-base .ant-select-dropdown-menu-item-divider{height:1px;margin:1px 0;overflow:hidden;line-height:0;background-color:#e8e8e8}.sds-dropdown-input-base .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item{padding-right:32px}.sds-dropdown-input-base .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon{position:absolute;top:50%;right:12px;color:transparent;font-weight:bold;font-size:12px;text-shadow:0 0.1px 0, 0.1px 0 0, 0 -0.1px 0, -0.1px 0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all 0.2s;transition:all 0.2s}.sds-dropdown-input-base .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon{color:rgba(0,0,0,0.87)}.sds-dropdown-input-base .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled .ant-select-selected-icon{display:none}.sds-dropdown-input-base .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon,.sds-dropdown-input-base .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon{display:inline-block;color:#1890ff}.sds-dropdown-input-base .ant-select-dropdown-container-open .ant-select-dropdown,.sds-dropdown-input-base .ant-select-dropdown-open .ant-select-dropdown{display:block}.sds-dropdown-input-base .ant-select{position:relative;border-bottom:none;width:100%}.sds-dropdown-input-base .ant-select .ant-select-arrow{color:#343A40}.sds-dropdown-input-base .ant-select .ant-select-selection{border-color:transparent;display:flex;align-items:center;min-width:200px}.sds-dropdown-input-base .ant-select .ant-select-selection .ant-select-selection__rendered{height:100%;width:100%;margin-bottom:0;margin-left:16px;margin-right:16px;line-height:1}.sds-dropdown-input-base .ant-select .ant-select-selection .ant-select-selection__rendered>ul>li{margin-top:0}.sds-dropdown-input-base .ant-select .ant-select-selection .ant-select-selection-selected-value{color:#16191C;font-weight:400;line-height:38px}.sds-dropdown-input-base .ant-select .ant-select-selection.ant-select-selection--multiple{cursor:pointer;padding-bottom:0}.sds-dropdown-input-base .ant-select-selection__placeholder{color:#858D94;font-weight:400}.sds-dropdown-input-base-dropdown.ant-select-dropdown{margin:0;padding:0;color:rgba(0,0,0,0.65);line-height:1.5;list-style:none;-webkit-font-feature-settings:'tnum';font-feature-settings:'tnum';position:absolute;top:-9999px;left:-9999px;z-index:1050;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;font-variant:initial;background-color:#fff;border-radius:4px;outline:none;box-shadow:0 2px 8px rgba(0,0,0,0.15)}.sds-dropdown-input-base-dropdown.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,.sds-dropdown-input-base-dropdown.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft{animation-name:antSlideUpIn}.sds-dropdown-input-base-dropdown.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft,.sds-dropdown-input-base-dropdown.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft{animation-name:antSlideDownIn}.sds-dropdown-input-base-dropdown.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft{animation-name:antSlideUpOut}.sds-dropdown-input-base-dropdown.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft{animation-name:antSlideDownOut}.sds-dropdown-input-base-dropdown.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item{padding-right:32px}.sds-dropdown-input-base-dropdown.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon{position:absolute;top:50%;right:12px;color:transparent;font-weight:400;font-size:12px;text-shadow:0 0.1px 0, 0.1px 0 0, 0 -0.1px 0, -0.1px 0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all 0.2s;transition:all 0.2s}.sds-dropdown-input-base-dropdown.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon{color:rgba(0,0,0,0.87)}.sds-dropdown-input-base-dropdown.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled .ant-select-selected-icon{display:none}.sds-dropdown-input-base-dropdown.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon,.sds-dropdown-input-base-dropdown.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon{display:inline-block;color:#1890ff}.sds-dropdown-input-base-dropdown.ant-select-dropdown-hidden{display:none}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu{max-height:250px;margin-bottom:0;padding-left:0;overflow:auto;list-style:none;outline:none}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item-group-list{margin:0;padding:0}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item-group-list>.ant-select-dropdown-menu-item{padding-left:20px}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item-group-title{height:32px;padding:0 12px;color:rgba(0,0,0,0.45);font-size:12px;line-height:32px}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child{border-radius:0}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item{position:relative;display:block;overflow:hidden;line-height:22px;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;-webkit-transition:background 0.3s ease;transition:background 0.3s ease}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item:hover{background-color:#e6f7ff}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item:first-child{border-radius:4px 4px 0 0}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item:last-child{border-radius:0 0 4px 4px}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item-disabled{color:rgba(0,0,0,0.25);cursor:not-allowed}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item-disabled:hover{color:rgba(0,0,0,0.25);background-color:#fff;cursor:not-allowed}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item-selected,.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item-selected:hover{color:rgba(0,0,0,0.65);font-weight:500;background-color:#fafafa}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item-active{background-color:#e6f7ff}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item-divider{height:1px;margin:1px 0;overflow:hidden;line-height:0;background-color:#e8e8e8}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item{color:#16191C;font-weight:400;padding:0 16px;line-height:32px}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-selected{background:#fff}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-selected .ant-select-selected-icon,.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon{color:#16191C}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-disabled,.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-disabled:hover{background:#EBEBEB repeating-linear-gradient(45deg, #E3E3E3, #E3E3E3 2px, #EBEBEB 2px, #EBEBEB 11.31px);color:#343A40}.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item:hover,.sds-dropdown-input-base-dropdown .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-active{background:#F2F2F2} | |
.P100{letter-spacing:0;color:#16191C;font-weight:400;font-size:16px;line-height:26px}.P200{letter-spacing:0;color:#16191C;font-weight:400;font-size:14px;line-height:24px}.P300{letter-spacing:0;color:#16191C;font-weight:400;font-size:12px;line-height:22px}.SH300{letter-spacing:0;color:#656B73;font-weight:500;font-size:10px;line-height:14px}.SH200{letter-spacing:0;color:#656B73;font-weight:500;font-size:12px;line-height:16px}.SH100{letter-spacing:0;color:#656B73;font-weight:600;font-size:14px;line-height:18px}.H500{letter-spacing:0;color:#16191C;font-weight:600;font-size:12px;line-height:14px}.H400{letter-spacing:0;color:#16191C;font-weight:700;font-size:14px;line-height:16px}.H300{letter-spacing:0;color:#16191C;font-weight:600;font-size:16px;line-height:24px}.H200{letter-spacing:0;color:#16191C;font-weight:700;font-size:20px;line-height:26px}.H100{letter-spacing:0;color:#16191C;font-weight:700;font-size:24px;line-height:32px}.sds-control.error label{color:#E1143D}.sds-control .sds-control-label{color:#656B73;display:block;font-size:12px;font-weight:500;line-height:16px;margin-bottom:4px}.sds-control .sds-control-error{margin-top:5px;font-size:12px;color:#E1143D} | |
.P100{letter-spacing:0;color:#16191C;font-weight:400;font-size:16px;line-height:26px}.P200{letter-spacing:0;color:#16191C;font-weight:400;font-size:14px;line-height:24px}.P300{letter-spacing:0;color:#16191C;font-weight:400;font-size:12px;line-height:22px}.SH300{letter-spacing:0;color:#656B73;font-weight:500;font-size:10px;line-height:14px}.SH200{letter-spacing:0;color:#656B73;font-weight:500;font-size:12px;line-height:16px}.SH100{letter-spacing:0;color:#656B73;font-weight:600;font-size:14px;line-height:18px}.H500{letter-spacing:0;color:#16191C;font-weight:600;font-size:12px;line-height:14px}.H400{letter-spacing:0;color:#16191C;font-weight:700;font-size:14px;line-height:16px}.H300{letter-spacing:0;color:#16191C;font-weight:600;font-size:16px;line-height:24px}.H200{letter-spacing:0;color:#16191C;font-weight:700;font-size:20px;line-height:26px}.H100{letter-spacing:0;color:#16191C;font-weight:700;font-size:24px;line-height:32px}.sds-button.ant-btn{background-color:#fff;border-radius:100px;border:1px solid #D6D6D6;box-shadow:none;color:#343A40;font-weight:600;height:auto;line-height:1;min-height:32px;outline:1px;padding:8px 20px;transition:all 150ms cubic-bezier(0.55, 0.055, 0.675, 0.19);user-select:none}.sds-button.ant-btn .sds-button-spinner-content{display:flex;flex-direction:row;align-items:center}.sds-button.ant-btn:active,.sds-button.ant-btn:disabled,.sds-button.ant-btn:hover{color:#16191C;outline:none}.sds-button.ant-btn:active,.sds-button.ant-btn:focus{background-color:#F7F7F7;border-color:#656B73}.sds-button.ant-btn:focus{color:#16191C}.sds-button.ant-btn:disabled{cursor:not-allowed;background:#EBEBEB repeating-linear-gradient(45deg, #D6D6D6, #D6D6D6 2px, #EBEBEB 2px, #EBEBEB 10px)}.sds-button.ant-btn:disabled,.sds-button.ant-btn:disabled.primary{color:#858D94}.sds-button.ant-btn:disabled:hover{border-color:#D6D6D6}.sds-button.ant-btn:hover{border-color:#858D94}.sds-button.ant-btn::after{display:none}.sds-button.ant-btn.elevated{border-color:transparent;box-shadow:0 4px 8px 0 rgba(0,0,0,0.06)}.sds-button.ant-btn.block{display:block}.sds-button.ant-btn.primary{background-color:#343A40;border-color:transparent;color:#F7F7F7}.sds-button.ant-btn.link,.sds-button.ant-btn.subtle{background:transparent;border:none}.sds-button.ant-btn.link{color:#0EADFF}.sds-button.ant-btn.subtle{color:#656B73}.sds-button.ant-btn.small{font-size:12px;min-height:auto;padding:8px 16px}.sds-button.ant-btn.large{font-size:18px;padding:16px 32px}.sds-button.ant-btn i[class*="icon"]{font-size:12px;margin-right:8px}.sds-button.ant-btn span+i[class*="icon"]{margin-left:8px;margin-right:0}.sds-button.ant-btn.circle{padding:8px;min-width:32px}.sds-button.ant-btn.circle i[class*="icon"]{font-size:12px;margin-right:0}a.sds-button{line-height:1}.ant-btn-circle{align-items:center;display:flex;justify-content:center;padding:0}.ant-btn-circle i[class*="icon"]{margin:0} | |
.P100{letter-spacing:0;color:#16191C;font-weight:400;font-size:16px;line-height:26px}.P200{letter-spacing:0;color:#16191C;font-weight:400;font-size:14px;line-height:24px}.P300{letter-spacing:0;color:#16191C;font-weight:400;font-size:12px;line-height:22px}.SH300{letter-spacing:0;color:#656B73;font-weight:500;font-size:10px;line-height:14px}.SH200{letter-spacing:0;color:#656B73;font-weight:500;font-size:12px;line-height:16px}.SH100{letter-spacing:0;color:#656B73;font-weight:600;font-size:14px;line-height:18px}.H500{letter-spacing:0;color:#16191C;font-weight:600;font-size:12px;line-height:14px}.H400{letter-spacing:0;color:#16191C;font-weight:700;font-size:14px;line-height:16px}.H300{letter-spacing:0;color:#16191C;font-weight:600;font-size:16px;line-height:24px}.H200{letter-spacing:0;color:#16191C;font-weight:700;font-size:20px;line-height:26px}.H100{letter-spacing:0;color:#16191C;font-weight:700;font-size:24px;line-height:32px}.sds-membership-control .sds-membership-selector{display:flex;padding-left:24px;padding-right:24px;padding-bottom:24px;align-items:center}.sds-membership-control .sds-membership-selector .sds-membership-selector-members-dropdown{flex-grow:2;display:flex}.sds-membership-control .sds-membership-selector .sds-membership-selector-members-dropdown .ant-select{flex-grow:1}.sds-membership-control .sds-membership-selector .sds-membership-selector-role-dropdown{margin:0px 24px}.sds-membership-control .sds-membership-row{display:flex;height:62px;border-bottom:1px solid #EBEBEB;padding:0 24px}.sds-membership-control .sds-membership-row:first-child{border-top:1px solid #EBEBEB}.sds-membership-control .sds-membership-row .sds-membership-row-member{flex-grow:1;padding-right:24px}.sds-membership-control .sds-membership-row .sds-membership-row-member .sds-membership-row-name{line-height:62px;font-weight:500;color:#343A40;font-size:14px}.sds-membership-control .sds-membership-row .sds-membership-row-role{margin-top:9px;height:44px}.sds-membership-control .sds-membership-row .sds-membership-row-remove{padding:0 0 0 24px;color:#343A40;line-height:62px;cursor:pointer} | |
/*# sourceMappingURL=6e1a8b2741571137d6a9.chunk.css.map*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment