123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384 |
- /* 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-dropdown-menu-item.ant-dropdown-menu-item-danger {
- color: #ff4d4f;
- }
- .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover {
- color: #fff;
- background-color: #ff4d4f;
- }
- .ant-dropdown {
- box-sizing: border-box;
- margin: 0;
- padding: 0;
- color: rgba(0, 0, 0, 0.85);
- font-size: 14px;
- font-variant: tabular-nums;
- line-height: 1.5715;
- list-style: none;
- font-feature-settings: 'tnum';
- position: absolute;
- top: -9999px;
- left: -9999px;
- z-index: 1050;
- display: block;
- }
- .ant-dropdown::before {
- position: absolute;
- top: -4px;
- right: 0;
- bottom: -4px;
- left: -7px;
- z-index: -9999;
- opacity: 0.0001;
- content: ' ';
- }
- .ant-dropdown-wrap {
- position: relative;
- }
- .ant-dropdown-wrap .ant-btn > .anticon-down {
- font-size: 10px;
- }
- .ant-dropdown-wrap .anticon-down::before {
- transition: transform 0.2s;
- }
- .ant-dropdown-wrap-open .anticon-down::before {
- transform: rotate(180deg);
- }
- .ant-dropdown-hidden,
- .ant-dropdown-menu-hidden,
- .ant-dropdown-menu-submenu-hidden {
- display: none;
- }
- .ant-dropdown-show-arrow.ant-dropdown-placement-topCenter,
- .ant-dropdown-show-arrow.ant-dropdown-placement-topLeft,
- .ant-dropdown-show-arrow.ant-dropdown-placement-topRight {
- padding-bottom: 10px;
- }
- .ant-dropdown-show-arrow.ant-dropdown-placement-bottomCenter,
- .ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft,
- .ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight {
- padding-top: 10px;
- }
- .ant-dropdown-arrow {
- position: absolute;
- z-index: 1;
- display: block;
- width: 8.48528137px;
- height: 8.48528137px;
- background: transparent;
- border-style: solid;
- border-width: 4.24264069px;
- transform: rotate(45deg);
- }
- .ant-dropdown-placement-topCenter > .ant-dropdown-arrow,
- .ant-dropdown-placement-topLeft > .ant-dropdown-arrow,
- .ant-dropdown-placement-topRight > .ant-dropdown-arrow {
- bottom: 6.2px;
- border-color: transparent #fff #fff transparent;
- box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
- }
- .ant-dropdown-placement-topCenter > .ant-dropdown-arrow {
- left: 50%;
- transform: translateX(-50%) rotate(45deg);
- }
- .ant-dropdown-placement-topLeft > .ant-dropdown-arrow {
- left: 16px;
- }
- .ant-dropdown-placement-topRight > .ant-dropdown-arrow {
- right: 16px;
- }
- .ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow,
- .ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
- .ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
- top: 6px;
- border-color: #fff transparent transparent #fff;
- box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
- }
- .ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow {
- left: 50%;
- transform: translateX(-50%) rotate(45deg);
- }
- .ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow {
- left: 16px;
- }
- .ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
- right: 16px;
- }
- .ant-dropdown-menu {
- position: relative;
- margin: 0;
- padding: 4px 0;
- text-align: left;
- list-style-type: none;
- background-color: #fff;
- background-clip: padding-box;
- border-radius: 2px;
- outline: none;
- box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
- }
- .ant-dropdown-menu-item-group-title {
- padding: 5px 12px;
- color: rgba(0, 0, 0, 0.45);
- transition: all 0.3s;
- }
- .ant-dropdown-menu-submenu-popup {
- position: absolute;
- z-index: 1050;
- background: transparent;
- box-shadow: none;
- transform-origin: 0 0;
- }
- .ant-dropdown-menu-submenu-popup ul,
- .ant-dropdown-menu-submenu-popup li {
- list-style: none;
- }
- .ant-dropdown-menu-submenu-popup ul {
- margin-right: 0.3em;
- margin-left: 0.3em;
- }
- .ant-dropdown-menu-item {
- position: relative;
- display: flex;
- align-items: center;
- }
- .ant-dropdown-menu-item-icon {
- min-width: 12px;
- margin-right: 8px;
- font-size: 12px;
- }
- .ant-dropdown-menu-title-content {
- flex: auto;
- white-space: nowrap;
- }
- .ant-dropdown-menu-title-content > a {
- color: inherit;
- transition: all 0.3s;
- }
- .ant-dropdown-menu-title-content > a:hover {
- color: inherit;
- }
- .ant-dropdown-menu-title-content > a::after {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- content: '';
- }
- .ant-dropdown-menu-item,
- .ant-dropdown-menu-submenu-title {
- clear: both;
- margin: 0;
- padding: 5px 12px;
- color: rgba(0, 0, 0, 0.85);
- font-weight: normal;
- font-size: 14px;
- line-height: 22px;
- cursor: pointer;
- transition: all 0.3s;
- }
- .ant-dropdown-menu-item-selected,
- .ant-dropdown-menu-submenu-title-selected {
- color: #1890ff;
- background-color: #e6f7ff;
- }
- .ant-dropdown-menu-item:hover,
- .ant-dropdown-menu-submenu-title:hover {
- background-color: #f5f5f5;
- }
- .ant-dropdown-menu-item-disabled,
- .ant-dropdown-menu-submenu-title-disabled {
- color: rgba(0, 0, 0, 0.25);
- cursor: not-allowed;
- }
- .ant-dropdown-menu-item-disabled:hover,
- .ant-dropdown-menu-submenu-title-disabled:hover {
- color: rgba(0, 0, 0, 0.25);
- background-color: #fff;
- cursor: not-allowed;
- }
- .ant-dropdown-menu-item-disabled a,
- .ant-dropdown-menu-submenu-title-disabled a {
- pointer-events: none;
- }
- .ant-dropdown-menu-item-divider,
- .ant-dropdown-menu-submenu-title-divider {
- height: 1px;
- margin: 4px 0;
- overflow: hidden;
- line-height: 0;
- background-color: #f0f0f0;
- }
- .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
- .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
- position: absolute;
- right: 8px;
- }
- .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
- .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
- margin-right: 0 !important;
- color: rgba(0, 0, 0, 0.45);
- font-size: 10px;
- font-style: normal;
- }
- .ant-dropdown-menu-item-group-list {
- margin: 0 8px;
- padding: 0;
- list-style: none;
- }
- .ant-dropdown-menu-submenu-title {
- padding-right: 24px;
- }
- .ant-dropdown-menu-submenu-vertical {
- position: relative;
- }
- .ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
- position: absolute;
- top: 0;
- left: 100%;
- min-width: 100%;
- margin-left: 4px;
- transform-origin: 0 0;
- }
- .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
- .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
- color: rgba(0, 0, 0, 0.25);
- background-color: #fff;
- cursor: not-allowed;
- }
- .ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
- color: #1890ff;
- }
- .ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft,
- .ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft,
- .ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomCenter,
- .ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomCenter,
- .ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomRight,
- .ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomRight {
- animation-name: antSlideUpIn;
- }
- .ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topLeft,
- .ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topLeft,
- .ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topCenter,
- .ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topCenter,
- .ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topRight,
- .ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topRight {
- animation-name: antSlideDownIn;
- }
- .ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomLeft,
- .ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomCenter,
- .ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomRight {
- animation-name: antSlideUpOut;
- }
- .ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft,
- .ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topCenter,
- .ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topRight {
- animation-name: antSlideDownOut;
- }
- .ant-dropdown-trigger > .anticon.anticon-down,
- .ant-dropdown-link > .anticon.anticon-down,
- .ant-dropdown-button > .anticon.anticon-down {
- font-size: 10px;
- vertical-align: baseline;
- }
- .ant-dropdown-button {
- white-space: nowrap;
- }
- .ant-dropdown-button.ant-btn-group > .ant-btn-loading,
- .ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn {
- cursor: default;
- pointer-events: none;
- }
- .ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn::before {
- display: block;
- }
- .ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) {
- padding-right: 8px;
- padding-left: 8px;
- }
- .ant-dropdown-menu-dark,
- .ant-dropdown-menu-dark .ant-dropdown-menu {
- background: #001529;
- }
- .ant-dropdown-menu-dark .ant-dropdown-menu-item,
- .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
- .ant-dropdown-menu-dark .ant-dropdown-menu-item > a,
- .ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a {
- color: rgba(255, 255, 255, 0.65);
- }
- .ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
- .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
- .ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after,
- .ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a .ant-dropdown-menu-submenu-arrow::after {
- color: rgba(255, 255, 255, 0.65);
- }
- .ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
- .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
- .ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover,
- .ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a:hover {
- color: #fff;
- background: transparent;
- }
- .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
- .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
- .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
- color: #fff;
- background: #1890ff;
- }
- .ant-dropdown-rtl {
- direction: rtl;
- }
- .ant-dropdown-rtl.ant-dropdown::before {
- right: -7px;
- left: 0;
- }
- .ant-dropdown-menu.ant-dropdown-menu-rtl {
- direction: rtl;
- text-align: right;
- }
- .ant-dropdown-rtl .ant-dropdown-menu-item-group-title,
- .ant-dropdown-menu-submenu-rtl .ant-dropdown-menu-item-group-title {
- direction: rtl;
- text-align: right;
- }
- .ant-dropdown-menu-submenu-popup.ant-dropdown-menu-submenu-rtl {
- transform-origin: 100% 0;
- }
- .ant-dropdown-rtl .ant-dropdown-menu-submenu-popup ul,
- .ant-dropdown-rtl .ant-dropdown-menu-submenu-popup li {
- text-align: right;
- }
- .ant-dropdown-rtl .ant-dropdown-menu-item,
- .ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
- text-align: right;
- }
- .ant-dropdown-rtl .ant-dropdown-menu-item > .anticon:first-child,
- .ant-dropdown-rtl .ant-dropdown-menu-submenu-title > .anticon:first-child,
- .ant-dropdown-rtl .ant-dropdown-menu-item > span > .anticon:first-child,
- .ant-dropdown-rtl .ant-dropdown-menu-submenu-title > span > .anticon:first-child {
- margin-right: 0;
- margin-left: 8px;
- }
- .ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
- .ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
- right: auto;
- left: 8px;
- }
- .ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
- .ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
- margin-left: 0 !important;
- transform: scaleX(-1);
- }
- .ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
- padding-right: 12px;
- padding-left: 24px;
- }
- .ant-dropdown-rtl .ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
- right: 100%;
- left: 0;
- margin-right: 4px;
- margin-left: 0;
- }
|