index.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  1. /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
  2. /* stylelint-disable no-duplicate-selectors */
  3. /* stylelint-disable */
  4. /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
  5. .ant-dropdown-menu-item.ant-dropdown-menu-item-danger {
  6. color: #ff4d4f;
  7. }
  8. .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover {
  9. color: #fff;
  10. background-color: #ff4d4f;
  11. }
  12. .ant-dropdown {
  13. box-sizing: border-box;
  14. margin: 0;
  15. padding: 0;
  16. color: rgba(0, 0, 0, 0.85);
  17. font-size: 14px;
  18. font-variant: tabular-nums;
  19. line-height: 1.5715;
  20. list-style: none;
  21. font-feature-settings: 'tnum';
  22. position: absolute;
  23. top: -9999px;
  24. left: -9999px;
  25. z-index: 1050;
  26. display: block;
  27. }
  28. .ant-dropdown::before {
  29. position: absolute;
  30. top: -4px;
  31. right: 0;
  32. bottom: -4px;
  33. left: -7px;
  34. z-index: -9999;
  35. opacity: 0.0001;
  36. content: ' ';
  37. }
  38. .ant-dropdown-wrap {
  39. position: relative;
  40. }
  41. .ant-dropdown-wrap .ant-btn > .anticon-down {
  42. font-size: 10px;
  43. }
  44. .ant-dropdown-wrap .anticon-down::before {
  45. transition: transform 0.2s;
  46. }
  47. .ant-dropdown-wrap-open .anticon-down::before {
  48. transform: rotate(180deg);
  49. }
  50. .ant-dropdown-hidden,
  51. .ant-dropdown-menu-hidden,
  52. .ant-dropdown-menu-submenu-hidden {
  53. display: none;
  54. }
  55. .ant-dropdown-show-arrow.ant-dropdown-placement-topCenter,
  56. .ant-dropdown-show-arrow.ant-dropdown-placement-topLeft,
  57. .ant-dropdown-show-arrow.ant-dropdown-placement-topRight {
  58. padding-bottom: 10px;
  59. }
  60. .ant-dropdown-show-arrow.ant-dropdown-placement-bottomCenter,
  61. .ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft,
  62. .ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight {
  63. padding-top: 10px;
  64. }
  65. .ant-dropdown-arrow {
  66. position: absolute;
  67. z-index: 1;
  68. display: block;
  69. width: 8.48528137px;
  70. height: 8.48528137px;
  71. background: transparent;
  72. border-style: solid;
  73. border-width: 4.24264069px;
  74. transform: rotate(45deg);
  75. }
  76. .ant-dropdown-placement-topCenter > .ant-dropdown-arrow,
  77. .ant-dropdown-placement-topLeft > .ant-dropdown-arrow,
  78. .ant-dropdown-placement-topRight > .ant-dropdown-arrow {
  79. bottom: 6.2px;
  80. border-color: transparent #fff #fff transparent;
  81. box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  82. }
  83. .ant-dropdown-placement-topCenter > .ant-dropdown-arrow {
  84. left: 50%;
  85. transform: translateX(-50%) rotate(45deg);
  86. }
  87. .ant-dropdown-placement-topLeft > .ant-dropdown-arrow {
  88. left: 16px;
  89. }
  90. .ant-dropdown-placement-topRight > .ant-dropdown-arrow {
  91. right: 16px;
  92. }
  93. .ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow,
  94. .ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
  95. .ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
  96. top: 6px;
  97. border-color: #fff transparent transparent #fff;
  98. box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
  99. }
  100. .ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow {
  101. left: 50%;
  102. transform: translateX(-50%) rotate(45deg);
  103. }
  104. .ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow {
  105. left: 16px;
  106. }
  107. .ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
  108. right: 16px;
  109. }
  110. .ant-dropdown-menu {
  111. position: relative;
  112. margin: 0;
  113. padding: 4px 0;
  114. text-align: left;
  115. list-style-type: none;
  116. background-color: #fff;
  117. background-clip: padding-box;
  118. border-radius: 2px;
  119. outline: none;
  120. 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);
  121. }
  122. .ant-dropdown-menu-item-group-title {
  123. padding: 5px 12px;
  124. color: rgba(0, 0, 0, 0.45);
  125. transition: all 0.3s;
  126. }
  127. .ant-dropdown-menu-submenu-popup {
  128. position: absolute;
  129. z-index: 1050;
  130. background: transparent;
  131. box-shadow: none;
  132. transform-origin: 0 0;
  133. }
  134. .ant-dropdown-menu-submenu-popup ul,
  135. .ant-dropdown-menu-submenu-popup li {
  136. list-style: none;
  137. }
  138. .ant-dropdown-menu-submenu-popup ul {
  139. margin-right: 0.3em;
  140. margin-left: 0.3em;
  141. }
  142. .ant-dropdown-menu-item {
  143. position: relative;
  144. display: flex;
  145. align-items: center;
  146. }
  147. .ant-dropdown-menu-item-icon {
  148. min-width: 12px;
  149. margin-right: 8px;
  150. font-size: 12px;
  151. }
  152. .ant-dropdown-menu-title-content {
  153. flex: auto;
  154. white-space: nowrap;
  155. }
  156. .ant-dropdown-menu-title-content > a {
  157. color: inherit;
  158. transition: all 0.3s;
  159. }
  160. .ant-dropdown-menu-title-content > a:hover {
  161. color: inherit;
  162. }
  163. .ant-dropdown-menu-title-content > a::after {
  164. position: absolute;
  165. top: 0;
  166. right: 0;
  167. bottom: 0;
  168. left: 0;
  169. content: '';
  170. }
  171. .ant-dropdown-menu-item,
  172. .ant-dropdown-menu-submenu-title {
  173. clear: both;
  174. margin: 0;
  175. padding: 5px 12px;
  176. color: rgba(0, 0, 0, 0.85);
  177. font-weight: normal;
  178. font-size: 14px;
  179. line-height: 22px;
  180. cursor: pointer;
  181. transition: all 0.3s;
  182. }
  183. .ant-dropdown-menu-item-selected,
  184. .ant-dropdown-menu-submenu-title-selected {
  185. color: #1890ff;
  186. background-color: #e6f7ff;
  187. }
  188. .ant-dropdown-menu-item:hover,
  189. .ant-dropdown-menu-submenu-title:hover {
  190. background-color: #f5f5f5;
  191. }
  192. .ant-dropdown-menu-item-disabled,
  193. .ant-dropdown-menu-submenu-title-disabled {
  194. color: rgba(0, 0, 0, 0.25);
  195. cursor: not-allowed;
  196. }
  197. .ant-dropdown-menu-item-disabled:hover,
  198. .ant-dropdown-menu-submenu-title-disabled:hover {
  199. color: rgba(0, 0, 0, 0.25);
  200. background-color: #fff;
  201. cursor: not-allowed;
  202. }
  203. .ant-dropdown-menu-item-disabled a,
  204. .ant-dropdown-menu-submenu-title-disabled a {
  205. pointer-events: none;
  206. }
  207. .ant-dropdown-menu-item-divider,
  208. .ant-dropdown-menu-submenu-title-divider {
  209. height: 1px;
  210. margin: 4px 0;
  211. overflow: hidden;
  212. line-height: 0;
  213. background-color: #f0f0f0;
  214. }
  215. .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
  216. .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
  217. position: absolute;
  218. right: 8px;
  219. }
  220. .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
  221. .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
  222. margin-right: 0 !important;
  223. color: rgba(0, 0, 0, 0.45);
  224. font-size: 10px;
  225. font-style: normal;
  226. }
  227. .ant-dropdown-menu-item-group-list {
  228. margin: 0 8px;
  229. padding: 0;
  230. list-style: none;
  231. }
  232. .ant-dropdown-menu-submenu-title {
  233. padding-right: 24px;
  234. }
  235. .ant-dropdown-menu-submenu-vertical {
  236. position: relative;
  237. }
  238. .ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  239. position: absolute;
  240. top: 0;
  241. left: 100%;
  242. min-width: 100%;
  243. margin-left: 4px;
  244. transform-origin: 0 0;
  245. }
  246. .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
  247. .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  248. color: rgba(0, 0, 0, 0.25);
  249. background-color: #fff;
  250. cursor: not-allowed;
  251. }
  252. .ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
  253. color: #1890ff;
  254. }
  255. .ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft,
  256. .ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft,
  257. .ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomCenter,
  258. .ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomCenter,
  259. .ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomRight,
  260. .ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomRight {
  261. animation-name: antSlideUpIn;
  262. }
  263. .ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topLeft,
  264. .ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topLeft,
  265. .ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topCenter,
  266. .ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topCenter,
  267. .ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topRight,
  268. .ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topRight {
  269. animation-name: antSlideDownIn;
  270. }
  271. .ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomLeft,
  272. .ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomCenter,
  273. .ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomRight {
  274. animation-name: antSlideUpOut;
  275. }
  276. .ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft,
  277. .ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topCenter,
  278. .ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topRight {
  279. animation-name: antSlideDownOut;
  280. }
  281. .ant-dropdown-trigger > .anticon.anticon-down,
  282. .ant-dropdown-link > .anticon.anticon-down,
  283. .ant-dropdown-button > .anticon.anticon-down {
  284. font-size: 10px;
  285. vertical-align: baseline;
  286. }
  287. .ant-dropdown-button {
  288. white-space: nowrap;
  289. }
  290. .ant-dropdown-button.ant-btn-group > .ant-btn-loading,
  291. .ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn {
  292. cursor: default;
  293. pointer-events: none;
  294. }
  295. .ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn::before {
  296. display: block;
  297. }
  298. .ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) {
  299. padding-right: 8px;
  300. padding-left: 8px;
  301. }
  302. .ant-dropdown-menu-dark,
  303. .ant-dropdown-menu-dark .ant-dropdown-menu {
  304. background: #001529;
  305. }
  306. .ant-dropdown-menu-dark .ant-dropdown-menu-item,
  307. .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
  308. .ant-dropdown-menu-dark .ant-dropdown-menu-item > a,
  309. .ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a {
  310. color: rgba(255, 255, 255, 0.65);
  311. }
  312. .ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
  313. .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
  314. .ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after,
  315. .ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a .ant-dropdown-menu-submenu-arrow::after {
  316. color: rgba(255, 255, 255, 0.65);
  317. }
  318. .ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
  319. .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
  320. .ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover,
  321. .ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a:hover {
  322. color: #fff;
  323. background: transparent;
  324. }
  325. .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
  326. .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
  327. .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
  328. color: #fff;
  329. background: #1890ff;
  330. }
  331. .ant-dropdown-rtl {
  332. direction: rtl;
  333. }
  334. .ant-dropdown-rtl.ant-dropdown::before {
  335. right: -7px;
  336. left: 0;
  337. }
  338. .ant-dropdown-menu.ant-dropdown-menu-rtl {
  339. direction: rtl;
  340. text-align: right;
  341. }
  342. .ant-dropdown-rtl .ant-dropdown-menu-item-group-title,
  343. .ant-dropdown-menu-submenu-rtl .ant-dropdown-menu-item-group-title {
  344. direction: rtl;
  345. text-align: right;
  346. }
  347. .ant-dropdown-menu-submenu-popup.ant-dropdown-menu-submenu-rtl {
  348. transform-origin: 100% 0;
  349. }
  350. .ant-dropdown-rtl .ant-dropdown-menu-submenu-popup ul,
  351. .ant-dropdown-rtl .ant-dropdown-menu-submenu-popup li {
  352. text-align: right;
  353. }
  354. .ant-dropdown-rtl .ant-dropdown-menu-item,
  355. .ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
  356. text-align: right;
  357. }
  358. .ant-dropdown-rtl .ant-dropdown-menu-item > .anticon:first-child,
  359. .ant-dropdown-rtl .ant-dropdown-menu-submenu-title > .anticon:first-child,
  360. .ant-dropdown-rtl .ant-dropdown-menu-item > span > .anticon:first-child,
  361. .ant-dropdown-rtl .ant-dropdown-menu-submenu-title > span > .anticon:first-child {
  362. margin-right: 0;
  363. margin-left: 8px;
  364. }
  365. .ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
  366. .ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
  367. right: auto;
  368. left: 8px;
  369. }
  370. .ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
  371. .ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
  372. margin-left: 0 !important;
  373. transform: scaleX(-1);
  374. }
  375. .ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
  376. padding-right: 12px;
  377. padding-left: 24px;
  378. }
  379. .ant-dropdown-rtl .ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  380. right: 100%;
  381. left: 0;
  382. margin-right: 4px;
  383. margin-left: 0;
  384. }