yqcloud-ui
Version:
An enterprise-class UI design language and React-based implementation
711 lines (710 loc) • 24.6 kB
CSS
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
.ant-select {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 1.5;
color: #04173F;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
position: relative;
}
.ant-select ul,
.ant-select ol {
margin: 0;
padding: 0;
list-style: none;
}
.ant-select > ul > li > a {
padding: 0;
background-color: #fff;
}
.ant-select-underline {
position: absolute;
height: 0;
width: 100%;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCD3D9;
}
.ant-select-ripple {
position: absolute;
left: 0;
width: 100%;
-webkit-transform-origin: 50%;
-ms-transform-origin: 50%;
transform-origin: 50%;
-webkit-transform: scaleX(0.5);
-ms-transform: scaleX(0.5);
transform: scaleX(0.5);
opacity: 0;
border-bottom-width: 2px;
border-bottom-style: solid;
-webkit-transition: border-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
transition: border-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
border-color: #2196f3;
height: 0;
}
.ant-select-arrow {
position: absolute ;
right: 0;
bottom: 0;
margin: 0;
-webkit-transition: opacity 0.15s ease;
transition: opacity 0.15s ease;
cursor: pointer;
}
.ant-select-clear {
position: absolute ;
top: 0;
right: 20px;
bottom: -2px;
width: 18px ;
height: 18px ;
line-height: 18px ;
margin: 0;
opacity: 0;
-webkit-transition: opacity 0.15s ease;
transition: opacity 0.15s ease;
cursor: pointer;
}
.ant-select-clear .icon {
font-size: 14px ;
}
.ant-select:hover .ant-select-clear {
opacity: 1;
}
.ant-select-multiple.ant-select-open .ant-select-selection-label {
margin-top: 0 ;
-webkit-transform: scale(0.75) translateY(-20px) translateZ(0.001px);
transform: scale(0.75) translateY(-20px) translateZ(0.001px);
color: #2196f3;
-webkit-transition: color 100ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
transition: color 100ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1), color 100ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1), color 100ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-select.ant-select-has-label .ant-select-selection {
padding-top: 15px;
}
.ant-select.ant-select-has-label .ant-select-selection__placeholder {
display: none;
}
.ant-select.ant-select-focused .ant-select-ripple {
opacity: 1;
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), border-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), border-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), border-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), border-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ant-select.ant-select-focused .ant-select-selection-label {
margin-top: 0 ;
-webkit-transform: scale(0.75) translateY(-20px) translateZ(0.001px);
transform: scale(0.75) translateY(-20px) translateZ(0.001px);
color: #2196f3;
-webkit-transition: color 100ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
transition: color 100ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1), color 100ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1), color 100ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-select.ant-select-focused .ant-select-selection__placeholder {
display: inline-block;
}
.ant-select.ant-select-has-value .ant-select-selection-label {
margin-top: 0 ;
-webkit-transform: scale(0.75) translateY(-20px) translateZ(0.001px);
transform: scale(0.75) translateY(-20px) translateZ(0.001px);
}
.ant-select.ant-select-has-value .ant-select-selection__placeholder {
display: none;
}
.ant-select-selection {
outline: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-box-sizing: content-box;
box-sizing: content-box;
border: none;
background-color: transparent;
border-top-width: 1.02px;
-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);
color: #000;
letter-spacing: .01em;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
display: block;
max-width: 100%;
width: 100%;
min-width: 50px;
position: relative;
}
.ant-select-selection--single {
position: relative;
cursor: pointer;
}
.ant-select-selection__rendered {
display: inline-block;
width: 100%;
position: relative;
padding-right: 20px;
margin-bottom: 3px;
}
.ant-select-selection__clear {
height: 20px;
width: 20px;
position: absolute;
right: 0;
font-size: 12px;
display: inline-block;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
vertical-align: middle;
background-image: none;
font-family: 'iconfont' ;
speak: none;
font-style: normal;
font-weight: inherit;
font-variant: normal;
text-transform: none;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ant-select-selection__clear:before {
line-height: 1;
}
.ant-select-selection__clear:before {
content: "\e6e0";
}
.ant-select-selection-selected-value {
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 100%;
vertical-align: middle;
}
.ant-select-selection-selected-value:after {
content: '';
visibility: hidden;
display: inline-block;
}
.ant-select-selection-label {
color: rgba(0, 0, 0, 0.6);
position: absolute;
left: 0;
top: 15px;
margin-top: 2px;
z-index: 1;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
width: 100%;
pointer-events: none;
-webkit-transition: color 400ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
transition: color 400ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), color 400ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), color 400ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-required .ant-select-selection-label:after {
display: inline-block;
margin-left: 4px;
content: "*";
font-family: SimSun;
line-height: 1;
font-size: 12px;
color: #d50000;
}
.ant-select-disabled {
color: rgba(0, 0, 0, 0.54);
}
.ant-select-disabled .ant-select-selection {
color: rgba(0, 0, 0, 0.54);
cursor: not-allowed;
}
.ant-select-disabled .ant-select-selection:hover,
.ant-select-disabled .ant-select-selection:focus,
.ant-select-disabled .ant-select-selection:active {
border-color: #CCD3D9;
-webkit-box-shadow: none;
box-shadow: none;
}
.ant-select-disabled .ant-select-selection-label,
.ant-select-disabled .ant-select-selection__placeholder {
color: rgba(0, 0, 0, 0.54);
}
.ant-select-disabled .ant-select-selection__choice__remove {
display: none;
color: rgba(0, 0, 0, 0.54);
cursor: default;
}
.ant-select-disabled .ant-select-selection__choice__remove:hover {
color: rgba(0, 0, 0, 0.54);
}
.ant-select-disabled .ant-select-clear {
display: none;
visibility: hidden;
pointer-events: none;
}
.ant-select-disabled .ant-select-underline {
border-bottom: 1px dotted rgba(0, 0, 0, 0.22);
}
.ant-select-selection--multiple .ant-select-disabled.ant-select-tags-selection__choice,
.ant-select-selection--multiple .ant-select-disabled.ant-select-multiple-selection__choice {
background: rgba(0, 0, 0, 0.26);
color: #fff;
}
.has-error .ant-select-underline {
border-bottom-color: #d50000;
}
.ant-select-lg {
font-size: 15px;
}
.ant-select-lg i.icon {
font-size: 24px;
}
.ant-select-lg.ant-select-tags .ant-select-selection--multiple,
.ant-select-lg.ant-select-multiple .ant-select-selection--multiple {
min-height: 40px;
}
.ant-select-lg.ant-select-tags .ant-select-selection--multiple > ul > li,
.ant-select-lg.ant-select-multiple .ant-select-selection--multiple > ul > li,
.ant-select-lg.ant-select-tags .ant-select-selection--multiple .ant-select-selection__rendered > ul > li,
.ant-select-lg.ant-select-multiple .ant-select-selection--multiple .ant-select-selection__rendered > ul > li,
.ant-select-lg.ant-select-tags .ant-select-selection--multiple .ant-select-selection__choice__remove > i.icon,
.ant-select-lg.ant-select-multiple .ant-select-selection--multiple .ant-select-selection__choice__remove > i.icon {
height: 32px;
line-height: 32px;
}
.ant-select-sm i.icon {
font-size: 16px;
}
.ant-select-sm.ant-select-tags .ant-select-selection--multiple,
.ant-select-sm.ant-select-multiple .ant-select-selection--multiple {
min-height: 24px;
}
.ant-select-sm.ant-select-tags .ant-select-selection--multiple > ul > li,
.ant-select-sm.ant-select-multiple .ant-select-selection--multiple > ul > li,
.ant-select-sm.ant-select-tags .ant-select-selection--multiple .ant-select-selection__rendered > ul > li,
.ant-select-sm.ant-select-multiple .ant-select-selection--multiple .ant-select-selection__rendered > ul > li,
.ant-select-sm.ant-select-tags .ant-select-selection--multiple .ant-select-selection__choice__remove > i.icon,
.ant-select-sm.ant-select-multiple .ant-select-selection--multiple .ant-select-selection__choice__remove > i.icon {
height: 16px;
line-height: 16px;
}
.ant-select-search__field__wrap {
display: inline-block;
position: relative;
}
.ant-select-selection__placeholder,
.ant-select-search__field__placeholder {
position: absolute;
margin-top: 2px;
left: 0;
z-index: 1;
width: 100%;
pointer-events: none;
color: #bfbfbf;
}
.ant-select-search__field__placeholder {
left: 12px;
}
.ant-select-search__field__mirror {
position: absolute;
top: 0;
left: -9999px;
white-space: pre;
pointer-events: none;
}
.ant-select-search--inline {
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 100%;
}
.ant-select-search--inline .ant-select-search__field__wrap {
width: 100%;
height: 100%;
}
.ant-select-search--inline .ant-select-search__field {
border-width: 0;
font-size: 100%;
height: 100%;
width: 100%;
background: transparent;
outline: 0;
border-radius: 4px;
display: none;
}
.ant-select-search--inline > i {
float: right;
}
.ant-select-tags .ant-select-selection--multiple,
.ant-select-multiple .ant-select-selection--multiple {
cursor: text;
min-height: 28px;
zoom: 1;
}
.ant-select-tags .ant-select-selection--multiple:before,
.ant-select-multiple .ant-select-selection--multiple:before,
.ant-select-tags .ant-select-selection--multiple:after,
.ant-select-multiple .ant-select-selection--multiple:after {
content: " ";
display: table;
}
.ant-select-tags .ant-select-selection--multiple:after,
.ant-select-multiple .ant-select-selection--multiple:after {
clear: both;
visibility: hidden;
font-size: 0;
height: 0;
}
.ant-select-tags .ant-select-selection--multiple .ant-select-search--inline,
.ant-select-multiple .ant-select-selection--multiple .ant-select-search--inline {
float: left;
position: static;
width: auto;
padding: 0;
max-width: 100%;
}
.ant-select-tags .ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field,
.ant-select-multiple .ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field {
max-width: 100%;
width: 0.75em;
}
.ant-select-tags .ant-select-selection--multiple .ant-select-selection-label,
.ant-select-multiple .ant-select-selection--multiple .ant-select-selection-label {
margin-top: 5px;
}
.ant-select-tags .ant-select-selection--multiple .ant-select-selection__rendered,
.ant-select-multiple .ant-select-selection--multiple .ant-select-selection__rendered {
margin-top: 4px;
margin-bottom: -3px;
height: auto;
padding: 0;
}
.ant-select-tags .ant-select-selection--multiple .ant-select-selection__placeholder,
.ant-select-multiple .ant-select-selection--multiple .ant-select-selection__placeholder,
.ant-select-tags .ant-select-selection--multiple .ant-select-search__field__placeholder,
.ant-select-multiple .ant-select-selection--multiple .ant-select-search__field__placeholder {
margin-top: 0;
}
.ant-select-tags .ant-select-selection--multiple > ul > li,
.ant-select-multiple .ant-select-selection--multiple > ul > li,
.ant-select-tags .ant-select-selection--multiple .ant-select-selection__rendered > ul > li,
.ant-select-multiple .ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
height: 24px;
line-height: 24px;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.ant-select-tags .ant-select-selection--multiple .ant-select-selection__choice,
.ant-select-multiple .ant-select-selection--multiple .ant-select-selection__choice {
border-radius: 10px;
cursor: default;
float: left;
max-width: 99%;
position: relative;
overflow: hidden;
-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);
margin: 0 8px 3px 0;
}
.ant-select-tags .ant-select-selection--multiple .ant-select-selection__choice__disabled,
.ant-select-multiple .ant-select-selection--multiple .ant-select-selection__choice__disabled {
padding: 0 10px;
}
.ant-select-tags .ant-select-selection--multiple .ant-select-selection__choice__content,
.ant-select-multiple .ant-select-selection--multiple .ant-select-selection__choice__content {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
-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);
float: left;
}
.ant-select-tags .ant-select-selection--multiple .ant-select-selection__choice__content:after,
.ant-select-multiple .ant-select-selection--multiple .ant-select-selection__choice__content:after {
content: none;
}
.ant-select-tags .ant-select-selection--multiple .ant-select-selection__choice__remove,
.ant-select-multiple .ant-select-selection--multiple .ant-select-selection__choice__remove {
color: #fff;
cursor: pointer;
margin-left: 8px;
}
.ant-select-tags .ant-select-selection--multiple .ant-select-selection__choice__remove > i.icon,
.ant-select-multiple .ant-select-selection--multiple .ant-select-selection__choice__remove > i.icon {
float: right;
height: 24px;
line-height: 24px;
}
.ant-select-multiple .ant-select-selection--multiple .ant-select-selection__choice {
background-color: rgba(0, 0, 0, 0.08);
padding: 0 8px 0 8px;
}
.ant-select-multiple .ant-select-selection--multiple .ant-select-selection__choice__remove {
color: rgba(0, 0, 0, 0.54);
}
.ant-select-multiple .ant-select-selection--multiple .ant-select-selection__choice.ant-select-selection__max {
background-color: rgba(0, 0, 0, 0);
}
.ant-select-multiple.ant-select-allow-clear .ant-select-selection__rendered {
padding-right: 44px;
}
.ant-select-multiple.ant-select-allow-clear .ant-select-selection__rendered .ant-select-clear {
right: 20px;
}
.ant-select-tags .ant-select-selection--multiple .ant-select-selection__choice {
background-color: #3b78e7;
padding: 0 8px 0 8px;
color: #fff;
}
.ant-select-tags.ant-select-allow-clear .ant-select-selection__rendered {
padding-right: 24px;
}
.ant-select-tags.ant-select-allow-clear .ant-select-selection__rendered .ant-select-clear {
right: 0;
}
.ant-select-tags .ant-select-search__field {
display: inline-block;
}
.ant-select-open .ant-select-arrow:before {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.ant-select-open .ant-select-selection {
border-color: #4db5ff;
outline: 0;
}
.ant-select-combobox .ant-select-arrow {
display: none;
}
.ant-select-combobox .ant-select-clear {
right: 0;
}
.ant-select-combobox .ant-select-selection__rendered {
padding: 0;
}
.ant-select-combobox.ant-select-allow-clear .ant-select-selection__rendered {
padding-right: 24px;
}
.ant-select-combobox .ant-select-search--inline {
width: 100%;
text-overflow: inherit;
overflow: inherit;
}
.ant-select-combobox .ant-select-search__field__wrap {
width: 100%;
height: 100%;
}
.ant-select-combobox .ant-select-search__field {
display: inline-block;
width: 100%;
height: 100%;
position: relative;
z-index: 1;
-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-box-shadow: none;
box-shadow: none;
}
.ant-select-combobox .ant-select-selection__placeholder,
.ant-select-combobox .ant-select-search__field__placeholder {
margin-top: 0;
}
.ant-select-dropdown {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.5;
color: #04173F;
margin: 0;
padding: 0;
list-style: none;
background-color: #fff;
border-radius: 4px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
z-index: 1050;
left: -9999px;
top: -9999px;
position: absolute;
outline: none;
font-size: 12px;
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
-webkit-animation-name: antSlideUpIn;
animation-name: antSlideUpIn;
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft {
-webkit-animation-name: antSlideDownIn;
animation-name: antSlideDownIn;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
-webkit-animation-name: antSlideUpOut;
animation-name: antSlideUpOut;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
-webkit-animation-name: antSlideDownOut;
animation-name: antSlideDownOut;
}
.ant-select-dropdown-hidden {
display: none;
}
.ant-select-dropdown-filter {
padding: 14px 16px 8px 16px;
background-color: #fafafa;
border-bottom: 1px solid #CCD3D9;
}
.ant-select-dropdown-filter .ant-input-suffix {
height: 24px;
}
.ant-select-dropdown-filter i.icon {
color: rgba(0, 0, 0, 0.66);
}
.ant-select-dropdown-filter-input {
width: 100%;
display: inline-block;
}
.ant-select-dropdown-select-all-none {
font-size: 9px;
padding: 8px 16px;
border-bottom: 1px solid #CCD3D9;
}
.ant-select-dropdown-select-all-none span {
cursor: pointer;
color: #2196f3;
}
.ant-select-dropdown-select-all-none span + span {
margin-left: 20px;
}
.ant-select-dropdown-footer {
padding: 16px;
background-color: #fafafa;
border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.ant-select-dropdown-menu {
outline: none;
margin-bottom: 0;
list-style: none;
max-height: 250px;
overflow: auto;
padding: 8px 0;
}
.ant-select-dropdown-menu-item-group {
padding-top: 4px;
padding-bottom: 4px;
}
.ant-select-dropdown-menu-item-group:not(:last-child) {
border-bottom: 1px solid #CCD3D9;
}
.ant-select-dropdown-menu-item-group-list {
margin: 0;
padding: 0;
}
.ant-select-dropdown-menu-item-group-list > .ant-select-dropdown-menu-item {
padding-left: 20px;
}
.ant-select-dropdown-menu-item-group-no-title > .ant-select-dropdown-menu-item {
padding-left: 12px;
}
.ant-select-dropdown-menu-item-group-title {
color: rgba(0, 0, 0, 0.45);
padding: 0 12px;
height: 32px;
line-height: 32px;
font-size: 9px;
}
.ant-select-dropdown-menu-item {
position: relative;
display: block;
padding: 4px 12px;
line-height: 20px;
font-weight: normal;
color: #04173F;
white-space: nowrap;
cursor: pointer;
overflow: hidden;
text-overflow: ellipsis;
-webkit-transition: background 0.3s ease;
transition: background 0.3s ease;
letter-spacing: .01em;
height: auto;
}
.ant-select-dropdown-menu-item:hover {
background-color: #ebf3fa;
}
.ant-select-dropdown-menu-item:first-child {
border-radius: 4px 4px 0 0;
}
.ant-select-dropdown-menu-item:last-child {
border-radius: 0 0 4px 4px;
}
.ant-select-dropdown-menu-item-disabled {
color: rgba(0, 0, 0, 0.54);
cursor: not-allowed;
}
.ant-select-dropdown-menu-item-disabled:hover {
color: rgba(0, 0, 0, 0.54);
background-color: #fff;
cursor: not-allowed;
}
.ant-select-dropdown-menu-item-selected {
color: #2196f3;
}
.ant-select-dropdown-menu-item-divider {
height: 1px;
margin: 1px 0;
overflow: hidden;
background-color: #CCD3D9;
line-height: 0;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-checkbox-wrapper {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin-right: 8px;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover {
background-color: #ebf3fa;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-active,
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:active {
background-color: #ebf3fa;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:focus {
background-color: #ebf3fa;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected {
color: #2196f3;
}
.ant-select-dropdown-container-open .ant-select-dropdown,
.ant-select-dropdown-open .ant-select-dropdown {
display: block;
}