index.css 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816
  1. /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
  2. /* stylelint-disable no-duplicate-selectors */
  3. .ant-select-single .ant-select-selector {
  4. display: flex;
  5. }
  6. .ant-select-single .ant-select-selector .ant-select-selection-search {
  7. position: absolute;
  8. top: 0;
  9. right: 11px;
  10. bottom: 0;
  11. left: 11px;
  12. }
  13. .ant-select-single .ant-select-selector .ant-select-selection-search-input {
  14. width: 100%;
  15. }
  16. .ant-select-single .ant-select-selector .ant-select-selection-item,
  17. .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  18. padding: 0;
  19. line-height: 30px;
  20. transition: all 0.3s, visibility 0s;
  21. }
  22. .ant-select-single .ant-select-selector .ant-select-selection-item {
  23. position: relative;
  24. user-select: none;
  25. }
  26. .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  27. transition: none;
  28. pointer-events: none;
  29. }
  30. .ant-select-single .ant-select-selector::after,
  31. .ant-select-single .ant-select-selector .ant-select-selection-item::after,
  32. .ant-select-single .ant-select-selector .ant-select-selection-placeholder::after {
  33. display: inline-block;
  34. width: 0;
  35. visibility: hidden;
  36. content: '\a0';
  37. }
  38. .ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  39. right: 25px;
  40. }
  41. .ant-select-single.ant-select-show-arrow .ant-select-selection-item,
  42. .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  43. padding-right: 18px;
  44. }
  45. .ant-select-single.ant-select-open .ant-select-selection-item {
  46. color: #bfbfbf;
  47. }
  48. .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  49. width: 100%;
  50. height: 32px;
  51. padding: 0 11px;
  52. }
  53. .ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  54. height: 30px;
  55. }
  56. .ant-select-single:not(.ant-select-customize-input) .ant-select-selector::after {
  57. line-height: 30px;
  58. }
  59. .ant-select-single.ant-select-customize-input .ant-select-selector::after {
  60. display: none;
  61. }
  62. .ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
  63. position: static;
  64. width: 100%;
  65. }
  66. .ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
  67. position: absolute;
  68. right: 0;
  69. left: 0;
  70. padding: 0 11px;
  71. }
  72. .ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
  73. display: none;
  74. }
  75. .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  76. height: 40px;
  77. }
  78. .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after,
  79. .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
  80. .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  81. line-height: 38px;
  82. }
  83. .ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  84. height: 38px;
  85. }
  86. .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  87. height: 24px;
  88. }
  89. .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after,
  90. .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
  91. .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  92. line-height: 22px;
  93. }
  94. .ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  95. height: 22px;
  96. }
  97. .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
  98. right: 7px;
  99. left: 7px;
  100. }
  101. .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  102. padding: 0 7px;
  103. }
  104. .ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  105. right: 28px;
  106. }
  107. .ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
  108. .ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  109. padding-right: 21px;
  110. }
  111. .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  112. padding: 0 11px;
  113. }
  114. /**
  115. * Do not merge `height` & `line-height` under style with `selection` & `search`,
  116. * since chrome may update to redesign with its align logic.
  117. */
  118. .ant-select-selection-overflow {
  119. position: relative;
  120. display: flex;
  121. flex: auto;
  122. flex-wrap: wrap;
  123. max-width: 100%;
  124. }
  125. .ant-select-selection-overflow-item {
  126. flex: none;
  127. align-self: center;
  128. max-width: 100%;
  129. }
  130. .ant-select-multiple .ant-select-selector {
  131. display: flex;
  132. flex-wrap: wrap;
  133. align-items: center;
  134. padding: 1px 4px;
  135. }
  136. .ant-select-show-search.ant-select-multiple .ant-select-selector {
  137. cursor: text;
  138. }
  139. .ant-select-disabled.ant-select-multiple .ant-select-selector {
  140. background: #f5f5f5;
  141. cursor: not-allowed;
  142. }
  143. .ant-select-multiple .ant-select-selector::after {
  144. display: inline-block;
  145. width: 0;
  146. margin: 2px 0;
  147. line-height: 24px;
  148. visibility: hidden;
  149. content: '\a0';
  150. }
  151. .ant-select-multiple.ant-select-show-arrow .ant-select-selector,
  152. .ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  153. padding-right: 24px;
  154. }
  155. .ant-select-multiple .ant-select-selection-item {
  156. position: relative;
  157. display: flex;
  158. flex: none;
  159. box-sizing: border-box;
  160. max-width: 100%;
  161. height: 24px;
  162. margin-top: 2px;
  163. margin-bottom: 2px;
  164. line-height: 22px;
  165. background: #f5f5f5;
  166. border: 1px solid #f0f0f0;
  167. border-radius: 2px;
  168. cursor: default;
  169. transition: font-size 0.3s, line-height 0.3s, height 0.3s;
  170. user-select: none;
  171. margin-inline-end: 4px;
  172. padding-inline-start: 8px;
  173. padding-inline-end: 4px;
  174. }
  175. .ant-select-disabled.ant-select-multiple .ant-select-selection-item {
  176. color: #bfbfbf;
  177. border-color: #d9d9d9;
  178. cursor: not-allowed;
  179. }
  180. .ant-select-multiple .ant-select-selection-item-content {
  181. display: inline-block;
  182. margin-right: 4px;
  183. overflow: hidden;
  184. white-space: pre;
  185. text-overflow: ellipsis;
  186. }
  187. .ant-select-multiple .ant-select-selection-item-remove {
  188. color: inherit;
  189. font-style: normal;
  190. line-height: 0;
  191. text-align: center;
  192. text-transform: none;
  193. vertical-align: -0.125em;
  194. text-rendering: optimizelegibility;
  195. -webkit-font-smoothing: antialiased;
  196. -moz-osx-font-smoothing: grayscale;
  197. display: inline-flex;
  198. align-items: center;
  199. color: rgba(0, 0, 0, 0.45);
  200. font-weight: bold;
  201. font-size: 10px;
  202. line-height: inherit;
  203. cursor: pointer;
  204. }
  205. .ant-select-multiple .ant-select-selection-item-remove > * {
  206. line-height: 1;
  207. }
  208. .ant-select-multiple .ant-select-selection-item-remove svg {
  209. display: inline-block;
  210. }
  211. .ant-select-multiple .ant-select-selection-item-remove::before {
  212. display: none;
  213. }
  214. .ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
  215. display: block;
  216. }
  217. .ant-select-multiple .ant-select-selection-item-remove > .anticon {
  218. vertical-align: middle;
  219. }
  220. .ant-select-multiple .ant-select-selection-item-remove:hover {
  221. color: rgba(0, 0, 0, 0.75);
  222. }
  223. .ant-select-multiple .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-search {
  224. margin-inline-start: 0;
  225. }
  226. .ant-select-multiple .ant-select-selection-search {
  227. position: relative;
  228. max-width: 100%;
  229. margin-inline-start: 7px;
  230. }
  231. .ant-select-multiple .ant-select-selection-search-input,
  232. .ant-select-multiple .ant-select-selection-search-mirror {
  233. height: 24px;
  234. font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  235. line-height: 24px;
  236. transition: all 0.3s;
  237. }
  238. .ant-select-multiple .ant-select-selection-search-input {
  239. width: 100%;
  240. min-width: 4.1px;
  241. }
  242. .ant-select-multiple .ant-select-selection-search-mirror {
  243. position: absolute;
  244. top: 0;
  245. left: 0;
  246. z-index: 999;
  247. white-space: pre;
  248. visibility: hidden;
  249. }
  250. .ant-select-multiple .ant-select-selection-placeholder {
  251. position: absolute;
  252. top: 50%;
  253. right: 11px;
  254. left: 11px;
  255. transform: translateY(-50%);
  256. transition: all 0.3s;
  257. }
  258. .ant-select-multiple.ant-select-lg .ant-select-selector::after {
  259. line-height: 32px;
  260. }
  261. .ant-select-multiple.ant-select-lg .ant-select-selection-item {
  262. height: 32px;
  263. line-height: 30px;
  264. }
  265. .ant-select-multiple.ant-select-lg .ant-select-selection-search {
  266. height: 32px;
  267. line-height: 32px;
  268. }
  269. .ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
  270. .ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
  271. height: 32px;
  272. line-height: 30px;
  273. }
  274. .ant-select-multiple.ant-select-sm .ant-select-selector::after {
  275. line-height: 16px;
  276. }
  277. .ant-select-multiple.ant-select-sm .ant-select-selection-item {
  278. height: 16px;
  279. line-height: 14px;
  280. }
  281. .ant-select-multiple.ant-select-sm .ant-select-selection-search {
  282. height: 16px;
  283. line-height: 16px;
  284. }
  285. .ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
  286. .ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
  287. height: 16px;
  288. line-height: 14px;
  289. }
  290. .ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  291. left: 7px;
  292. }
  293. .ant-select-multiple.ant-select-sm .ant-select-selection-search {
  294. margin-inline-start: 3px;
  295. }
  296. .ant-select-disabled .ant-select-selection-item-remove {
  297. display: none;
  298. }
  299. .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
  300. background-color: #fff;
  301. border-color: #ff4d4f !important;
  302. }
  303. .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector,
  304. .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {
  305. border-color: #ff7875;
  306. box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  307. border-right-width: 1px;
  308. outline: 0;
  309. }
  310. .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
  311. background-color: #fff;
  312. border-color: #faad14 !important;
  313. }
  314. .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector,
  315. .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {
  316. border-color: #ffc53d;
  317. box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  318. border-right-width: 1px;
  319. outline: 0;
  320. }
  321. .ant-select-status-error.ant-select-has-feedback .ant-select-clear,
  322. .ant-select-status-warning.ant-select-has-feedback .ant-select-clear,
  323. .ant-select-status-success.ant-select-has-feedback .ant-select-clear,
  324. .ant-select-status-validating.ant-select-has-feedback .ant-select-clear {
  325. right: 32px;
  326. }
  327. .ant-select-status-error.ant-select-has-feedback .ant-select-selection-selected-value,
  328. .ant-select-status-warning.ant-select-has-feedback .ant-select-selection-selected-value,
  329. .ant-select-status-success.ant-select-has-feedback .ant-select-selection-selected-value,
  330. .ant-select-status-validating.ant-select-has-feedback .ant-select-selection-selected-value {
  331. padding-right: 42px;
  332. }
  333. /* Reset search input style */
  334. .ant-select {
  335. box-sizing: border-box;
  336. margin: 0;
  337. padding: 0;
  338. color: rgba(0, 0, 0, 0.85);
  339. font-size: 14px;
  340. font-variant: tabular-nums;
  341. line-height: 1.5715;
  342. list-style: none;
  343. font-feature-settings: 'tnum';
  344. position: relative;
  345. display: inline-block;
  346. cursor: pointer;
  347. }
  348. .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  349. position: relative;
  350. background-color: #fff;
  351. border: 1px solid #d9d9d9;
  352. border-radius: 2px;
  353. transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  354. }
  355. .ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  356. cursor: pointer;
  357. }
  358. .ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  359. cursor: text;
  360. }
  361. .ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  362. cursor: auto;
  363. }
  364. .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  365. border-color: #40a9ff;
  366. box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  367. border-right-width: 1px;
  368. outline: 0;
  369. }
  370. .ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  371. color: rgba(0, 0, 0, 0.25);
  372. background: #f5f5f5;
  373. cursor: not-allowed;
  374. }
  375. .ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  376. background: #f5f5f5;
  377. }
  378. .ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  379. cursor: not-allowed;
  380. }
  381. .ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  382. margin: 0;
  383. padding: 0;
  384. background: transparent;
  385. border: none;
  386. outline: none;
  387. appearance: none;
  388. }
  389. .ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
  390. display: none;
  391. /* stylelint-disable-next-line property-no-vendor-prefix */
  392. -webkit-appearance: none;
  393. }
  394. .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  395. border-color: #40a9ff;
  396. border-right-width: 1px;
  397. }
  398. .ant-select-selection-item {
  399. flex: 1;
  400. overflow: hidden;
  401. font-weight: normal;
  402. white-space: nowrap;
  403. text-overflow: ellipsis;
  404. }
  405. @media all and (-ms-high-contrast: none) {
  406. .ant-select-selection-item *::-ms-backdrop,
  407. .ant-select-selection-item {
  408. flex: auto;
  409. }
  410. }
  411. .ant-select-selection-placeholder {
  412. flex: 1;
  413. overflow: hidden;
  414. color: #bfbfbf;
  415. white-space: nowrap;
  416. text-overflow: ellipsis;
  417. pointer-events: none;
  418. }
  419. @media all and (-ms-high-contrast: none) {
  420. .ant-select-selection-placeholder *::-ms-backdrop,
  421. .ant-select-selection-placeholder {
  422. flex: auto;
  423. }
  424. }
  425. .ant-select-arrow {
  426. display: inline-flex;
  427. color: inherit;
  428. font-style: normal;
  429. line-height: 0;
  430. text-transform: none;
  431. vertical-align: -0.125em;
  432. text-rendering: optimizelegibility;
  433. -webkit-font-smoothing: antialiased;
  434. -moz-osx-font-smoothing: grayscale;
  435. position: absolute;
  436. top: 50%;
  437. right: 11px;
  438. display: flex;
  439. align-items: center;
  440. height: 12px;
  441. margin-top: -6px;
  442. color: rgba(0, 0, 0, 0.25);
  443. font-size: 12px;
  444. line-height: 1;
  445. text-align: center;
  446. pointer-events: none;
  447. }
  448. .ant-select-arrow > * {
  449. line-height: 1;
  450. }
  451. .ant-select-arrow svg {
  452. display: inline-block;
  453. }
  454. .ant-select-arrow::before {
  455. display: none;
  456. }
  457. .ant-select-arrow .ant-select-arrow-icon {
  458. display: block;
  459. }
  460. .ant-select-arrow .anticon {
  461. vertical-align: top;
  462. transition: transform 0.3s;
  463. }
  464. .ant-select-arrow .anticon > svg {
  465. vertical-align: top;
  466. }
  467. .ant-select-arrow .anticon:not(.ant-select-suffix) {
  468. pointer-events: auto;
  469. }
  470. .ant-select-disabled .ant-select-arrow {
  471. cursor: not-allowed;
  472. }
  473. .ant-select-arrow > *:not(:last-child) {
  474. margin-inline-end: 8px;
  475. }
  476. .ant-select-clear {
  477. position: absolute;
  478. top: 50%;
  479. right: 11px;
  480. z-index: 1;
  481. display: inline-block;
  482. width: 12px;
  483. height: 12px;
  484. margin-top: -6px;
  485. color: rgba(0, 0, 0, 0.25);
  486. font-size: 12px;
  487. font-style: normal;
  488. line-height: 1;
  489. text-align: center;
  490. text-transform: none;
  491. background: #fff;
  492. cursor: pointer;
  493. opacity: 0;
  494. transition: color 0.3s ease, opacity 0.15s ease;
  495. text-rendering: auto;
  496. }
  497. .ant-select-clear::before {
  498. display: block;
  499. }
  500. .ant-select-clear:hover {
  501. color: rgba(0, 0, 0, 0.45);
  502. }
  503. .ant-select:hover .ant-select-clear {
  504. opacity: 1;
  505. }
  506. .ant-select-dropdown {
  507. margin: 0;
  508. padding: 0;
  509. color: rgba(0, 0, 0, 0.85);
  510. font-variant: tabular-nums;
  511. line-height: 1.5715;
  512. list-style: none;
  513. font-feature-settings: 'tnum';
  514. position: absolute;
  515. top: -9999px;
  516. left: -9999px;
  517. z-index: 1050;
  518. box-sizing: border-box;
  519. padding: 4px 0;
  520. overflow: hidden;
  521. font-size: 14px;
  522. font-variant: initial;
  523. background-color: #fff;
  524. border-radius: 2px;
  525. outline: none;
  526. 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);
  527. }
  528. .ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
  529. .ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  530. animation-name: antSlideUpIn;
  531. }
  532. .ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft,
  533. .ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  534. animation-name: antSlideDownIn;
  535. }
  536. .ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  537. animation-name: antSlideUpOut;
  538. }
  539. .ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  540. animation-name: antSlideDownOut;
  541. }
  542. .ant-select-dropdown-hidden {
  543. display: none;
  544. }
  545. .ant-select-dropdown-empty {
  546. color: rgba(0, 0, 0, 0.25);
  547. }
  548. .ant-select-item-empty {
  549. position: relative;
  550. display: block;
  551. min-height: 32px;
  552. padding: 5px 12px;
  553. color: rgba(0, 0, 0, 0.85);
  554. font-weight: normal;
  555. font-size: 14px;
  556. line-height: 22px;
  557. color: rgba(0, 0, 0, 0.25);
  558. }
  559. .ant-select-item {
  560. position: relative;
  561. display: block;
  562. min-height: 32px;
  563. padding: 5px 12px;
  564. color: rgba(0, 0, 0, 0.85);
  565. font-weight: normal;
  566. font-size: 14px;
  567. line-height: 22px;
  568. cursor: pointer;
  569. transition: background 0.3s ease;
  570. }
  571. .ant-select-item-group {
  572. color: rgba(0, 0, 0, 0.45);
  573. font-size: 12px;
  574. cursor: default;
  575. }
  576. .ant-select-item-option {
  577. display: flex;
  578. }
  579. .ant-select-item-option-content {
  580. flex: auto;
  581. overflow: hidden;
  582. white-space: nowrap;
  583. text-overflow: ellipsis;
  584. }
  585. .ant-select-item-option-state {
  586. flex: none;
  587. user-select: none;
  588. }
  589. .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  590. background-color: #f5f5f5;
  591. }
  592. .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  593. color: rgba(0, 0, 0, 0.85);
  594. font-weight: 600;
  595. background-color: #e6f7ff;
  596. }
  597. .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
  598. color: #1890ff;
  599. }
  600. .ant-select-item-option-disabled {
  601. color: rgba(0, 0, 0, 0.25);
  602. cursor: not-allowed;
  603. }
  604. .ant-select-item-option-disabled.ant-select-item-option-selected {
  605. background-color: #f5f5f5;
  606. }
  607. .ant-select-item-option-grouped {
  608. padding-left: 24px;
  609. }
  610. .ant-select-lg {
  611. font-size: 16px;
  612. }
  613. .ant-select-borderless .ant-select-selector {
  614. background-color: transparent !important;
  615. border-color: transparent !important;
  616. box-shadow: none !important;
  617. }
  618. .ant-select.ant-select-in-form-item {
  619. width: 100%;
  620. }
  621. .ant-select-compact-item:not(.ant-select-compact-last-item) {
  622. margin-right: -1px;
  623. }
  624. .ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-item-rtl {
  625. margin-right: 0;
  626. margin-left: -1px;
  627. }
  628. .ant-select-compact-item:hover > *,
  629. .ant-select-compact-item:focus > *,
  630. .ant-select-compact-item:active > * {
  631. z-index: 2;
  632. }
  633. .ant-select-compact-item.ant-select-focused > * {
  634. z-index: 2;
  635. }
  636. .ant-select-compact-item[disabled] > * {
  637. z-index: 0;
  638. }
  639. .ant-select-compact-item:not(.ant-select-compact-first-item):not(.ant-select-compact-last-item).ant-select .ant-select-selector {
  640. border-radius: 0;
  641. }
  642. .ant-select-compact-item.ant-select-compact-first-item.ant-select:not(.ant-select-compact-last-item):not(.ant-select-compact-item-rtl) .ant-select-selector {
  643. border-top-right-radius: 0;
  644. border-bottom-right-radius: 0;
  645. }
  646. .ant-select-compact-item.ant-select-compact-last-item.ant-select:not(.ant-select-compact-first-item):not(.ant-select-compact-item-rtl) .ant-select-selector {
  647. border-top-left-radius: 0;
  648. border-bottom-left-radius: 0;
  649. }
  650. .ant-select-compact-item.ant-select.ant-select-compact-first-item.ant-select-compact-item-rtl:not(.ant-select-compact-last-item) .ant-select-selector {
  651. border-top-left-radius: 0;
  652. border-bottom-left-radius: 0;
  653. }
  654. .ant-select-compact-item.ant-select.ant-select-compact-last-item.ant-select-compact-item-rtl:not(.ant-select-compact-first-item) .ant-select-selector {
  655. border-top-right-radius: 0;
  656. border-bottom-right-radius: 0;
  657. }
  658. .ant-select-rtl {
  659. direction: rtl;
  660. }
  661. .ant-select-rtl .ant-select-arrow {
  662. right: initial;
  663. left: 11px;
  664. }
  665. .ant-select-rtl .ant-select-clear {
  666. right: initial;
  667. left: 11px;
  668. }
  669. .ant-select-dropdown-rtl {
  670. direction: rtl;
  671. }
  672. .ant-select-dropdown-rtl .ant-select-item-option-grouped {
  673. padding-right: 24px;
  674. padding-left: 12px;
  675. }
  676. .ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
  677. .ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  678. padding-right: 4px;
  679. padding-left: 24px;
  680. }
  681. .ant-select-rtl.ant-select-multiple .ant-select-selection-item {
  682. text-align: right;
  683. }
  684. .ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
  685. margin-right: 0;
  686. margin-left: 4px;
  687. text-align: right;
  688. }
  689. .ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
  690. right: 0;
  691. left: auto;
  692. }
  693. .ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
  694. right: 11px;
  695. left: auto;
  696. }
  697. .ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  698. right: 7px;
  699. }
  700. .ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,
  701. .ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  702. right: 0;
  703. left: 9px;
  704. text-align: right;
  705. }
  706. .ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  707. right: 11px;
  708. left: 25px;
  709. }
  710. .ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
  711. .ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  712. padding-right: 0;
  713. padding-left: 18px;
  714. }
  715. .ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  716. right: 6px;
  717. }
  718. .ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
  719. .ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  720. padding-right: 0;
  721. padding-left: 21px;
  722. }
  723. .ant-empty {
  724. margin: 0 8px;
  725. font-size: 14px;
  726. line-height: 1.5715;
  727. text-align: center;
  728. }
  729. .ant-empty-image {
  730. height: 100px;
  731. margin-bottom: 8px;
  732. }
  733. .ant-empty-image img {
  734. height: 100%;
  735. }
  736. .ant-empty-image svg {
  737. height: 100%;
  738. margin: auto;
  739. }
  740. .ant-empty-footer {
  741. margin-top: 16px;
  742. }
  743. .ant-empty-normal {
  744. margin: 32px 0;
  745. color: rgba(0, 0, 0, 0.25);
  746. }
  747. .ant-empty-normal .ant-empty-image {
  748. height: 40px;
  749. }
  750. .ant-empty-small {
  751. margin: 8px 0;
  752. color: rgba(0, 0, 0, 0.25);
  753. }
  754. .ant-empty-small .ant-empty-image {
  755. height: 35px;
  756. }
  757. .ant-empty-img-default-ellipse {
  758. fill: #f5f5f5;
  759. fill-opacity: 0.8;
  760. }
  761. .ant-empty-img-default-path-1 {
  762. fill: #aeb8c2;
  763. }
  764. .ant-empty-img-default-path-2 {
  765. fill: url('#linearGradient-1');
  766. }
  767. .ant-empty-img-default-path-3 {
  768. fill: #f5f5f7;
  769. }
  770. .ant-empty-img-default-path-4 {
  771. fill: #dce0e6;
  772. }
  773. .ant-empty-img-default-path-5 {
  774. fill: #dce0e6;
  775. }
  776. .ant-empty-img-default-g {
  777. fill: #fff;
  778. }
  779. .ant-empty-img-simple-ellipse {
  780. fill: #f5f5f5;
  781. }
  782. .ant-empty-img-simple-g {
  783. stroke: #d9d9d9;
  784. }
  785. .ant-empty-img-simple-path {
  786. fill: #fafafa;
  787. }
  788. .ant-empty-rtl {
  789. direction: rtl;
  790. }
  791. nz-empty {
  792. display: block;
  793. }
  794. .ant-select-dropdown {
  795. position: relative;
  796. top: 100%;
  797. left: 0;
  798. display: block;
  799. width: 100%;
  800. margin-top: 4px;
  801. margin-bottom: 4px;
  802. }
  803. .ant-select-dropdown .cdk-virtual-scroll-content-wrapper {
  804. right: 0;
  805. }
  806. .ant-select-dropdown .full-width {
  807. contain: initial;
  808. }
  809. .ant-select-dropdown .full-width .cdk-virtual-scroll-content-wrapper {
  810. position: static;
  811. }
  812. .ant-select-dropdown .full-width .cdk-virtual-scroll-spacer {
  813. position: absolute;
  814. top: 0;
  815. width: 1px;
  816. }