body { color: #333; font-size: 14px; background: #f0f0f0; } #root { width: 100%; height: 100%; min-width: 960px; } #root .wrap { height: 100%; } .header { position: absolute; top: 0; left: 0; height: 100px; width: 100%; background: #fff; box-shadow: 0 2px 6px 0px #ccc; } .clearfix:before, .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; } .footer { border-top: 1px solid #d8d8d8; } .wrap { width: 960px; margin: 0 auto; } .wrap .ant-tabs-nav { width: 100%; } .wrap .ant-tabs-nav .ant-tabs-tab { width: 50%; text-align: center; margin-right: 0; } .wrap .ant-input-group-addon { font-size: 18px; color: #d0d0d0; } .wrap .ant-tabs-bar { height: 50px; margin-bottom: 0; background: #f0f0f0; } .wrap .ant-tabs-bar .ant-tabs-nav-container { line-height: 34px; } .wrap .ant-tabs-content { padding: 30px 20px 0; background: #fff; } .wrap { width: 100%; height: 100%; min-height: 700px; margin: 0 auto; position: relative; background-image: url(http://aftts.hnzhiming.com/1.0.0/image/bg.jpg); } .wrap .login-header { background: #fff; box-shadow: 0 2px 6px 0px #ccc; } .wrap .login-header .login-logo { padding: 20px; overflow: hidden; width: 960px; margin: 0 auto; } .wrap .login-header .login-logo .logo { width: 80px; padding-top: 60px; float: left; border-right: 1px solid #eee; position: relative; overflow: hidden; } .wrap .login-header .login-logo .logo img { position: absolute; top: 0; left: 0; height: 60px; width: 60px; } .wrap .login-header .login-logo .logo-text { width: 835px; float: left; line-height: 60px; font-size: 24px; } .wrap .login-header .login-logo .logo-text .back { float: right; font-size: 16px; line-height: 60px; } .wrap .login-header .login-logo .logo-text .back a { color: #333; } .wrap .login-header .login-logo .logo-text span { margin-left: 24px; } .wrap .content { width: 960px; height: 100%; margin: 0 auto; margin-top: 5%; } .wrap .content .login-left { display: none; float: left; margin-top: 54px; background: #fff; } .wrap .content .login-left img { width: 520px; height: 340px; } .wrap .content .login-right { float: right; width: 340px; border: 1px solid #d8d8d8; margin: 40px; } .wrap .content .login-right .tabtwo { margin-left: 40px; } .wrap .content .login-right .ant-tabs { background: #fff; } .wrap .content .login-form .ant-checkbox-wrapper { width: 50%; margin-right: 0; } .wrap .content .login-form button { width: 100%; margin: 20px 0; } .wrap .content .login-form .login-form-forgot { float: right; } .wrap .content .login-form .antd-spin { position: fixed; left: 0; top: 0; height: 100%; width: 100%; } .wrap .content .login-other { padding: 0 20px; border-top: 1px solid #eee; background: #fff; } .wrap .content .login-other ul { width: 100%; float: left; } .wrap .content .login-other ul li { cursor: pointer; width: 22%; float: left; padding: 14px 10px 14px 0px; } .wrap .content .login-other ul li img { height: 18px; vertical-align: middle; float: left; } .wrap .content .login-other ul li p { font-size: 14px; line-height: 18px; float: left; margin-left: 4px; } .wrap .content .login-other ul .join { width: 34%; padding: 14px 0 14px 12px; } .wrap .content .login-other ul .join p { margin-left: 6px; font-size: 16px; color: #ea0862; } .wrap .footer { position: absolute; bottom: 0; left: 0; width: 100%; padding-top: 20px; text-align: center; background: #fff; } .wrap .footer p { margin: 10px 0; } /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */ /** * 1. Change the default font family in all browsers (opinionated). * 2. Correct the line height in all browsers. * 3. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */ /* Document ========================================================================== */ html { font-family: sans-serif; /* 1 */ line-height: 1.15; /* 2 */ -ms-text-size-adjust: 100%; /* 3 */ -webkit-text-size-adjust: 100%; /* 3 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; } /** * Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ /* stylelint-disable-line font-family-no-duplicate-names */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * Remove the outline on focused links when they are also active or hovered * in all browsers (opinionated). */ a:active, a:hover { outline-width: 0; } /** * 1. Remove the bottom border in Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ /* stylelint-disable-line font-family-no-duplicate-names */ font-size: 1em; /* 2 */ } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Change the border, margin, and padding in all browsers (opinionated). */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */ details, menu { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Scripting ========================================================================== */ /** * Add the correct display in IE 9-. */ canvas { display: inline-block; } /** * Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** * Add the correct display in IE 10-. */ [hidden] { display: none; } * { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } *:before, *:after { box-sizing: border-box; } html, body { width: 100%; height: 100%; } body { font-family: -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: rgba(0, 0, 0, 0.65); background-color: #fff; } body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; } button, input, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; color: inherit; } ul, ol { list-style: none; } input::-ms-clear, input::-ms-reveal { display: none; } ::selection { background: #58a3ff; color: #fff; } a { color: #58a3ff; background: transparent; text-decoration: none; outline: none; cursor: pointer; transition: color .3s ease; } a:hover { color: #80b9ff; } a:active { color: #4386e7; } a:active, a:hover { outline: 0; text-decoration: none; } a[disabled] { color: rgba(0, 0, 0, 0.25); cursor: not-allowed; pointer-events: none; } .ant-divider { margin: 0 6px; display: inline-block; height: 8px; width: 1px; background: #ccc; } code, kbd, pre, samp { font-family: Consolas, Menlo, Courier, monospace; } .clearfix { zoom: 1; } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; visibility: hidden; font-size: 0; height: 0; } @font-face { font-family: 'anticon'; src: url('https://at.alicdn.com/t/font_r5u29ls31bgldi.eot'); /* IE9*/ src: url('https://at.alicdn.com/t/font_r5u29ls31bgldi.eot?#iefix') format('embedded-opentype'), /* chrome、firefox */ url('https://at.alicdn.com/t/font_r5u29ls31bgldi.woff') format('woff'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('https://at.alicdn.com/t/font_r5u29ls31bgldi.ttf') format('truetype'), /* iOS 4.1- */ url('https://at.alicdn.com/t/font_r5u29ls31bgldi.svg#iconfont') format('svg'); } .anticon { display: inline-block; font-style: normal; vertical-align: baseline; text-align: center; text-transform: none; line-height: 1; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .anticon:before { display: block; font-family: "anticon" !important; } .anticon-step-forward:before { content: "\E600"; } .anticon-step-backward:before { content: "\E601"; } .anticon-forward:before { content: "\E602"; } .anticon-backward:before { content: "\E603"; } .anticon-caret-right:before { content: "\E604"; } .anticon-caret-left:before { content: "\E605"; } .anticon-caret-down:before { content: "\E606"; } .anticon-caret-up:before { content: "\E607"; } .anticon-right-circle:before { content: "\E608"; } .anticon-circle-right:before { content: "\E608"; } .anticon-caret-circle-right:before { content: "\E608"; } .anticon-left-circle:before { content: "\E609"; } .anticon-circle-left:before { content: "\E609"; } .anticon-caret-circle-left:before { content: "\E609"; } .anticon-up-circle:before { content: "\E60A"; } .anticon-circle-up:before { content: "\E60A"; } .anticon-caret-circle-up:before { content: "\E60A"; } .anticon-down-circle:before { content: "\E60B"; } .anticon-circle-down:before { content: "\E60B"; } .anticon-caret-circle-down:before { content: "\E60B"; } .anticon-right-circle-o:before { content: "\E60C"; } .anticon-circle-o-right:before { content: "\E60C"; } .anticon-caret-circle-o-right:before { content: "\E60C"; } .anticon-left-circle-o:before { content: "\E60D"; } .anticon-circle-o-left:before { content: "\E60D"; } .anticon-caret-circle-o-left:before { content: "\E60D"; } .anticon-up-circle-o:before { content: "\E60E"; } .anticon-circle-o-up:before { content: "\E60E"; } .anticon-caret-circle-o-up:before { content: "\E60E"; } .anticon-down-circle-o:before { content: "\E60F"; } .anticon-circle-o-down:before { content: "\E60F"; } .anticon-caret-circle-o-down:before { content: "\E60F"; } .anticon-verticle-left:before { content: "\E610"; } .anticon-verticle-right:before { content: "\E611"; } .anticon-rollback:before { content: "\E612"; } .anticon-retweet:before { content: "\E613"; } .anticon-shrink:before { content: "\E614"; } .anticon-arrows-alt:before { content: "\E615"; } .anticon-arrow-salt:before { content: "\E615"; } .anticon-reload:before { content: "\E616"; } .anticon-double-right:before { content: "\E617"; } .anticon-double-left:before { content: "\E618"; } .anticon-arrow-down:before { content: "\E619"; } .anticon-arrow-up:before { content: "\E61A"; } .anticon-arrow-right:before { content: "\E61B"; } .anticon-arrow-left:before { content: "\E61C"; } .anticon-down:before { content: "\E61D"; } .anticon-up:before { content: "\E61E"; } .anticon-right:before { content: "\E61F"; } .anticon-left:before { content: "\E620"; } .anticon-minus-square-o:before { content: "\E621"; } .anticon-minus-circle:before { content: "\E622"; } .anticon-minus-circle-o:before { content: "\E623"; } .anticon-minus:before { content: "\E624"; } .anticon-plus-circle-o:before { content: "\E625"; } .anticon-plus-circle:before { content: "\E626"; } .anticon-plus:before { content: "\E627"; } .anticon-info-circle:before { content: "\E628"; } .anticon-info-circle-o:before { content: "\E629"; } .anticon-info:before { content: "\E62A"; } .anticon-exclamation:before { content: "\E62B"; } .anticon-exclamation-circle:before { content: "\E62C"; } .anticon-exclamation-circle-o:before { content: "\E62D"; } .anticon-close-circle:before { content: "\E62E"; } .anticon-cross-circle:before { content: "\E62E"; } .anticon-close-circle-o:before { content: "\E62F"; } .anticon-cross-circle-o:before { content: "\E62F"; } .anticon-check-circle:before { content: "\E630"; } .anticon-check-circle-o:before { content: "\E631"; } .anticon-check:before { content: "\E632"; } .anticon-close:before { content: "\E633"; } .anticon-cross:before { content: "\E633"; } .anticon-customer-service:before { content: "\E634"; } .anticon-customerservice:before { content: "\E634"; } .anticon-credit-card:before { content: "\E635"; } .anticon-code-o:before { content: "\E636"; } .anticon-book:before { content: "\E637"; } .anticon-bar-chart:before { content: "\E638"; } .anticon-bars:before { content: "\E639"; } .anticon-question:before { content: "\E63A"; } .anticon-question-circle:before { content: "\E63B"; } .anticon-question-circle-o:before { content: "\E63C"; } .anticon-pause:before { content: "\E63D"; } .anticon-pause-circle:before { content: "\E63E"; } .anticon-pause-circle-o:before { content: "\E63F"; } .anticon-clock-circle:before { content: "\E640"; } .anticon-clock-circle-o:before { content: "\E641"; } .anticon-swap:before { content: "\E642"; } .anticon-swap-left:before { content: "\E643"; } .anticon-swap-right:before { content: "\E644"; } .anticon-plus-square-o:before { content: "\E645"; } .anticon-frown:before { content: "\E646"; } .anticon-frown-circle:before { content: "\E646"; } .anticon-ellipsis:before { content: "\E647"; } .anticon-copy:before { content: "\E648"; } .anticon-menu-fold:before { content: "\E658"; } .anticon-mail:before { content: "\E659"; } .anticon-logout:before { content: "\E65A"; } .anticon-link:before { content: "\E65B"; } .anticon-area-chart:before { content: "\E65C"; } .anticon-line-chart:before { content: "\E65D"; } .anticon-home:before { content: "\E65E"; } .anticon-laptop:before { content: "\E65F"; } .anticon-star:before { content: "\E660"; } .anticon-star-o:before { content: "\E661"; } .anticon-folder:before { content: "\E662"; } .anticon-filter:before { content: "\E663"; } .anticon-file:before { content: "\E664"; } .anticon-exception:before { content: "\E665"; } .anticon-meh:before { content: "\E666"; } .anticon-meh-circle:before { content: "\E666"; } .anticon-meh-o:before { content: "\E667"; } .anticon-shopping-cart:before { content: "\E668"; } .anticon-save:before { content: "\E669"; } .anticon-user:before { content: "\E66A"; } .anticon-video-camera:before { content: "\E66B"; } .anticon-to-top:before { content: "\E66C"; } .anticon-team:before { content: "\E66D"; } .anticon-tablet:before { content: "\E66E"; } .anticon-solution:before { content: "\E66F"; } .anticon-search:before { content: "\E670"; } .anticon-share-alt:before { content: "\E671"; } .anticon-setting:before { content: "\E672"; } .anticon-poweroff:before { content: "\E6D5"; } .anticon-picture:before { content: "\E674"; } .anticon-phone:before { content: "\E675"; } .anticon-paper-clip:before { content: "\E676"; } .anticon-notification:before { content: "\E677"; } .anticon-mobile:before { content: "\E678"; } .anticon-menu-unfold:before { content: "\E679"; } .anticon-inbox:before { content: "\E67A"; } .anticon-lock:before { content: "\E67B"; } .anticon-qrcode:before { content: "\E67C"; } .anticon-play-circle:before { content: "\E6D0"; } .anticon-play-circle-o:before { content: "\E6D1"; } .anticon-tag:before { content: "\E6D2"; } .anticon-tag-o:before { content: "\E6D3"; } .anticon-tags:before { content: "\E67D"; } .anticon-tags-o:before { content: "\E67E"; } .anticon-cloud-o:before { content: "\E67F"; } .anticon-cloud:before { content: "\E680"; } .anticon-cloud-upload:before { content: "\E681"; } .anticon-cloud-download:before { content: "\E682"; } .anticon-cloud-download-o:before { content: "\E683"; } .anticon-cloud-upload-o:before { content: "\E684"; } .anticon-environment:before { content: "\E685"; } .anticon-environment-o:before { content: "\E686"; } .anticon-eye:before { content: "\E687"; } .anticon-eye-o:before { content: "\E688"; } .anticon-camera:before { content: "\E689"; } .anticon-camera-o:before { content: "\E68A"; } .anticon-windows:before { content: "\E68B"; } .anticon-apple:before { content: "\E68C"; } .anticon-apple-o:before { content: "\E6D4"; } .anticon-android:before { content: "\E68D"; } .anticon-aliwangwang:before { content: "\E68E"; } .anticon-aliwangwang-o:before { content: "\E68F"; } .anticon-export:before { content: "\E691"; } .anticon-edit:before { content: "\E692"; } .anticon-circle-down-o:before { content: "\E693"; } .anticon-circle-down-:before { content: "\E694"; } .anticon-appstore-o:before { content: "\E695"; } .anticon-appstore:before { content: "\E696"; } .anticon-scan:before { content: "\E697"; } .anticon-file-text:before { content: "\E698"; } .anticon-folder-open:before { content: "\E699"; } .anticon-hdd:before { content: "\E69A"; } .anticon-ie:before { content: "\E69B"; } .anticon-file-jpg:before { content: "\E69C"; } .anticon-like:before { content: "\E64C"; } .anticon-like-o:before { content: "\E69D"; } .anticon-dislike:before { content: "\E64B"; } .anticon-dislike-o:before { content: "\E69E"; } .anticon-delete:before { content: "\E69F"; } .anticon-enter:before { content: "\E6A0"; } .anticon-pushpin-o:before { content: "\E6A1"; } .anticon-pushpin:before { content: "\E6A2"; } .anticon-heart:before { content: "\E6A3"; } .anticon-heart-o:before { content: "\E6A4"; } .anticon-pay-circle:before { content: "\E6A5"; } .anticon-pay-circle-o:before { content: "\E6A6"; } .anticon-smile:before { content: "\E6A7"; } .anticon-smile-circle:before { content: "\E6A7"; } .anticon-smile-o:before { content: "\E6A8"; } .anticon-frown-o:before { content: "\E6A9"; } .anticon-calculator:before { content: "\E6AA"; } .anticon-message:before { content: "\E6AB"; } .anticon-chrome:before { content: "\E6AC"; } .anticon-github:before { content: "\E6AD"; } .anticon-file-unknown:before { content: "\E6AF"; } .anticon-file-excel:before { content: "\E6B0"; } .anticon-file-ppt:before { content: "\E6B1"; } .anticon-file-word:before { content: "\E6B2"; } .anticon-file-pdf:before { content: "\E6B3"; } .anticon-desktop:before { content: "\E6B4"; } .anticon-upload:before { content: "\E6B6"; } .anticon-download:before { content: "\E6B7"; } .anticon-pie-chart:before { content: "\E6B8"; } .anticon-unlock:before { content: "\E6BA"; } .anticon-calendar:before { content: "\E6BB"; } .anticon-windows-o:before { content: "\E6BC"; } .anticon-dot-chart:before { content: "\E6BD"; } .anticon-bar-chart:before { content: "\E6BE"; } .anticon-code:before { content: "\E6BF"; } .anticon-plus-square:before { content: "\E6C0"; } .anticon-minus-square:before { content: "\E6C1"; } .anticon-close-square:before { content: "\E6C2"; } .anticon-close-square-o:before { content: "\E6C3"; } .anticon-check-square:before { content: "\E6C4"; } .anticon-check-square-o:before { content: "\E6C5"; } .anticon-fast-backward:before { content: "\E6C6"; } .anticon-fast-forward:before { content: "\E6C7"; } .anticon-up-square:before { content: "\E6C8"; } .anticon-down-square:before { content: "\E6C9"; } .anticon-left-square:before { content: "\E6CA"; } .anticon-right-square:before { content: "\E6CB"; } .anticon-right-square-o:before { content: "\E6CC"; } .anticon-left-square-o:before { content: "\E6CD"; } .anticon-down-square-o:before { content: "\E6CE"; } .anticon-up-square-o:before { content: "\E6CF"; } .anticon-loading:before { content: "\E64D"; } .anticon-loading-3-quarters:before { content: "\E6AE"; } .anticon-bulb:before { content: "\E649"; } .anticon-select:before { content: "\E64A"; } .anticon-addfile:before, .anticon-file-add:before { content: "\E910"; } .anticon-addfolder:before, .anticon-folder-add:before { content: "\E914"; } .anticon-switcher:before { content: "\E913"; } .anticon-rocket:before { content: "\E90F"; } .anticon-dingding:before { content: "\E923"; } .anticon-dingding-o:before { content: "\E925"; } .anticon-spin:before { display: inline-block; animation: loadingCircle 1s infinite linear; } .fade-enter, .fade-appear { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .fade-leave { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .fade-enter.fade-enter-active, .fade-appear.fade-appear-active { animation-name: antFadeIn; animation-play-state: running; } .fade-leave.fade-leave-active { animation-name: antFadeOut; animation-play-state: running; } .fade-enter, .fade-appear { opacity: 0; animation-timing-function: linear; } .fade-leave { animation-timing-function: linear; } @keyframes antFadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes antFadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } .move-up-enter, .move-up-appear { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .move-up-leave { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .move-up-enter.move-up-enter-active, .move-up-appear.move-up-appear-active { animation-name: antMoveUpIn; animation-play-state: running; } .move-up-leave.move-up-leave-active { animation-name: antMoveUpOut; animation-play-state: running; } .move-up-enter, .move-up-appear { opacity: 0; animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); } .move-up-leave { animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34); } .move-down-enter, .move-down-appear { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .move-down-leave { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .move-down-enter.move-down-enter-active, .move-down-appear.move-down-appear-active { animation-name: antMoveDownIn; animation-play-state: running; } .move-down-leave.move-down-leave-active { animation-name: antMoveDownOut; animation-play-state: running; } .move-down-enter, .move-down-appear { opacity: 0; animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); } .move-down-leave { animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34); } .move-left-enter, .move-left-appear { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .move-left-leave { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .move-left-enter.move-left-enter-active, .move-left-appear.move-left-appear-active { animation-name: antMoveLeftIn; animation-play-state: running; } .move-left-leave.move-left-leave-active { animation-name: antMoveLeftOut; animation-play-state: running; } .move-left-enter, .move-left-appear { opacity: 0; animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); } .move-left-leave { animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34); } .move-right-enter, .move-right-appear { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .move-right-leave { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .move-right-enter.move-right-enter-active, .move-right-appear.move-right-appear-active { animation-name: antMoveRightIn; animation-play-state: running; } .move-right-leave.move-right-leave-active { animation-name: antMoveRightOut; animation-play-state: running; } .move-right-enter, .move-right-appear { opacity: 0; animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); } .move-right-leave { animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34); } @keyframes antMoveDownIn { 0% { transform-origin: 0 0; transform: translateY(100%); opacity: 0; } 100% { transform-origin: 0 0; transform: translateY(0%); opacity: 1; } } @keyframes antMoveDownOut { 0% { transform-origin: 0 0; transform: translateY(0%); opacity: 1; } 100% { transform-origin: 0 0; transform: translateY(100%); opacity: 0; } } @keyframes antMoveLeftIn { 0% { transform-origin: 0 0; transform: translateX(-100%); opacity: 0; } 100% { transform-origin: 0 0; transform: translateX(0%); opacity: 1; } } @keyframes antMoveLeftOut { 0% { transform-origin: 0 0; transform: translateX(0%); opacity: 1; } 100% { transform-origin: 0 0; transform: translateX(-100%); opacity: 0; } } @keyframes antMoveRightIn { 0% { opacity: 0; transform-origin: 0 0; transform: translateX(100%); } 100% { opacity: 1; transform-origin: 0 0; transform: translateX(0%); } } @keyframes antMoveRightOut { 0% { transform-origin: 0 0; transform: translateX(0%); opacity: 1; } 100% { transform-origin: 0 0; transform: translateX(100%); opacity: 0; } } @keyframes antMoveUpIn { 0% { transform-origin: 0 0; transform: translateY(-100%); opacity: 0; } 100% { transform-origin: 0 0; transform: translateY(0%); opacity: 1; } } @keyframes antMoveUpOut { 0% { transform-origin: 0 0; transform: translateY(0%); opacity: 1; } 100% { transform-origin: 0 0; transform: translateY(-100%); opacity: 0; } } @keyframes loadingCircle { 0% { transform-origin: 50% 50%; transform: rotate(0deg); } 100% { transform-origin: 50% 50%; transform: rotate(360deg); } } .slide-up-enter, .slide-up-appear { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .slide-up-leave { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .slide-up-enter.slide-up-enter-active, .slide-up-appear.slide-up-appear-active { animation-name: antSlideUpIn; animation-play-state: running; } .slide-up-leave.slide-up-leave-active { animation-name: antSlideUpOut; animation-play-state: running; } .slide-up-enter, .slide-up-appear { opacity: 0; animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); } .slide-up-leave { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); } .slide-down-enter, .slide-down-appear { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .slide-down-leave { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .slide-down-enter.slide-down-enter-active, .slide-down-appear.slide-down-appear-active { animation-name: antSlideDownIn; animation-play-state: running; } .slide-down-leave.slide-down-leave-active { animation-name: antSlideDownOut; animation-play-state: running; } .slide-down-enter, .slide-down-appear { opacity: 0; animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); } .slide-down-leave { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); } .slide-left-enter, .slide-left-appear { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .slide-left-leave { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .slide-left-enter.slide-left-enter-active, .slide-left-appear.slide-left-appear-active { animation-name: antSlideLeftIn; animation-play-state: running; } .slide-left-leave.slide-left-leave-active { animation-name: antSlideLeftOut; animation-play-state: running; } .slide-left-enter, .slide-left-appear { opacity: 0; animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); } .slide-left-leave { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); } .slide-right-enter, .slide-right-appear { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .slide-right-leave { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .slide-right-enter.slide-right-enter-active, .slide-right-appear.slide-right-appear-active { animation-name: antSlideRightIn; animation-play-state: running; } .slide-right-leave.slide-right-leave-active { animation-name: antSlideRightOut; animation-play-state: running; } .slide-right-enter, .slide-right-appear { opacity: 0; animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); } .slide-right-leave { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); } @keyframes antSlideUpIn { 0% { opacity: 0; transform-origin: 0% 0%; transform: scaleY(0.8); } 100% { opacity: 1; transform-origin: 0% 0%; transform: scaleY(1); } } @keyframes antSlideUpOut { 0% { opacity: 1; transform-origin: 0% 0%; transform: scaleY(1); } 100% { opacity: 0; transform-origin: 0% 0%; transform: scaleY(0.8); } } @keyframes antSlideDownIn { 0% { opacity: 0; transform-origin: 100% 100%; transform: scaleY(0.8); } 100% { opacity: 1; transform-origin: 100% 100%; transform: scaleY(1); } } @keyframes antSlideDownOut { 0% { opacity: 1; transform-origin: 100% 100%; transform: scaleY(1); } 100% { opacity: 0; transform-origin: 100% 100%; transform: scaleY(0.8); } } @keyframes antSlideLeftIn { 0% { opacity: 0; transform-origin: 0% 0%; transform: scaleX(0.8); } 100% { opacity: 1; transform-origin: 0% 0%; transform: scaleX(1); } } @keyframes antSlideLeftOut { 0% { opacity: 1; transform-origin: 0% 0%; transform: scaleX(1); } 100% { opacity: 0; transform-origin: 0% 0%; transform: scaleX(0.8); } } @keyframes antSlideRightIn { 0% { opacity: 0; transform-origin: 100% 0%; transform: scaleX(0.8); } 100% { opacity: 1; transform-origin: 100% 0%; transform: scaleX(1); } } @keyframes antSlideRightOut { 0% { opacity: 1; transform-origin: 100% 0%; transform: scaleX(1); } 100% { opacity: 0; transform-origin: 100% 0%; transform: scaleX(0.8); } } .swing-enter, .swing-appear { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .swing-enter.swing-enter-active, .swing-appear.swing-appear-active { animation-name: antSwingIn; animation-play-state: running; } @keyframes antSwingIn { 0%, 100% { transform: translateX(0); } 20% { transform: translateX(-10px); } 40% { transform: translateX(10px); } 60% { transform: translateX(-5px); } 80% { transform: translateX(5px); } } .zoom-enter, .zoom-appear { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .zoom-leave { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .zoom-enter.zoom-enter-active, .zoom-appear.zoom-appear-active { animation-name: antZoomIn; animation-play-state: running; } .zoom-leave.zoom-leave-active { animation-name: antZoomOut; animation-play-state: running; } .zoom-enter, .zoom-appear { transform: scale(0); animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); } .zoom-leave { animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); } .zoom-big-enter, .zoom-big-appear { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .zoom-big-leave { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .zoom-big-enter.zoom-big-enter-active, .zoom-big-appear.zoom-big-appear-active { animation-name: antZoomBigIn; animation-play-state: running; } .zoom-big-leave.zoom-big-leave-active { animation-name: antZoomBigOut; animation-play-state: running; } .zoom-big-enter, .zoom-big-appear { transform: scale(0); animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); } .zoom-big-leave { animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); } .zoom-big-fast-enter, .zoom-big-fast-appear { animation-duration: 0.1s; animation-fill-mode: both; animation-play-state: paused; } .zoom-big-fast-leave { animation-duration: 0.1s; animation-fill-mode: both; animation-play-state: paused; } .zoom-big-fast-enter.zoom-big-fast-enter-active, .zoom-big-fast-appear.zoom-big-fast-appear-active { animation-name: antZoomBigIn; animation-play-state: running; } .zoom-big-fast-leave.zoom-big-fast-leave-active { animation-name: antZoomBigOut; animation-play-state: running; } .zoom-big-fast-enter, .zoom-big-fast-appear { transform: scale(0); animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); } .zoom-big-fast-leave { animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); } .zoom-up-enter, .zoom-up-appear { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .zoom-up-leave { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .zoom-up-enter.zoom-up-enter-active, .zoom-up-appear.zoom-up-appear-active { animation-name: antZoomUpIn; animation-play-state: running; } .zoom-up-leave.zoom-up-leave-active { animation-name: antZoomUpOut; animation-play-state: running; } .zoom-up-enter, .zoom-up-appear { transform: scale(0); animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); } .zoom-up-leave { animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); } .zoom-down-enter, .zoom-down-appear { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .zoom-down-leave { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .zoom-down-enter.zoom-down-enter-active, .zoom-down-appear.zoom-down-appear-active { animation-name: antZoomDownIn; animation-play-state: running; } .zoom-down-leave.zoom-down-leave-active { animation-name: antZoomDownOut; animation-play-state: running; } .zoom-down-enter, .zoom-down-appear { transform: scale(0); animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); } .zoom-down-leave { animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); } .zoom-left-enter, .zoom-left-appear { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .zoom-left-leave { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .zoom-left-enter.zoom-left-enter-active, .zoom-left-appear.zoom-left-appear-active { animation-name: antZoomLeftIn; animation-play-state: running; } .zoom-left-leave.zoom-left-leave-active { animation-name: antZoomLeftOut; animation-play-state: running; } .zoom-left-enter, .zoom-left-appear { transform: scale(0); animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); } .zoom-left-leave { animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); } .zoom-right-enter, .zoom-right-appear { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .zoom-right-leave { animation-duration: 0.2s; animation-fill-mode: both; animation-play-state: paused; } .zoom-right-enter.zoom-right-enter-active, .zoom-right-appear.zoom-right-appear-active { animation-name: antZoomRightIn; animation-play-state: running; } .zoom-right-leave.zoom-right-leave-active { animation-name: antZoomRightOut; animation-play-state: running; } .zoom-right-enter, .zoom-right-appear { transform: scale(0); animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); } .zoom-right-leave { animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); } @keyframes antZoomIn { 0% { opacity: 0; transform: scale(0.2); } 100% { opacity: 1; transform: scale(1); } } @keyframes antZoomOut { 0% { transform: scale(1); } 100% { opacity: 0; transform: scale(0.2); } } @keyframes antZoomBigIn { 0% { opacity: 0; transform: scale(0.8); } 100% { transform: scale(1); } } @keyframes antZoomBigOut { 0% { transform: scale(1); } 100% { opacity: 0; transform: scale(0.8); } } @keyframes antZoomUpIn { 0% { opacity: 0; transform-origin: 50% 0%; transform: scale(0.8); } 100% { transform-origin: 50% 0%; transform: scale(1); } } @keyframes antZoomUpOut { 0% { transform-origin: 50% 0%; transform: scale(1); } 100% { opacity: 0; transform-origin: 50% 0%; transform: scale(0.8); } } @keyframes antZoomLeftIn { 0% { opacity: 0; transform-origin: 0% 50%; transform: scale(0.8); } 100% { transform-origin: 0% 50%; transform: scale(1); } } @keyframes antZoomLeftOut { 0% { transform-origin: 0% 50%; transform: scale(1); } 100% { opacity: 0; transform-origin: 0% 50%; transform: scale(0.8); } } @keyframes antZoomRightIn { 0% { opacity: 0; transform-origin: 100% 50%; transform: scale(0.8); } 100% { transform-origin: 100% 50%; transform: scale(1); } } @keyframes antZoomRightOut { 0% { transform-origin: 100% 50%; transform: scale(1); } 100% { opacity: 0; transform-origin: 100% 50%; transform: scale(0.8); } } @keyframes antZoomDownIn { 0% { opacity: 0; transform-origin: 50% 100%; transform: scale(0.8); } 100% { transform-origin: 50% 100%; transform: scale(1); } } @keyframes antZoomDownOut { 0% { transform-origin: 50% 100%; transform: scale(1); } 100% { opacity: 0; transform-origin: 50% 100%; transform: scale(0.8); } } .ant-motion-collapse { overflow: hidden; } .ant-motion-collapse-active { transition: height .2s, opacity .2s; } .ant-spin { color: #58a3ff; vertical-align: middle; text-align: center; opacity: 0; position: absolute; transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86); font-size: 12px; display: none; } .ant-spin-spinning { opacity: 1; position: static; display: inline-block; } .ant-spin-nested-loading { position: relative; } .ant-spin-nested-loading > div > .ant-spin { position: absolute; height: 100%; width: 100%; z-index: 4; } .ant-spin-nested-loading > div > .ant-spin .ant-spin-dot { position: absolute; top: 50%; left: 50%; margin: -10px; } .ant-spin-nested-loading > div > .ant-spin .ant-spin-text { position: absolute; top: 50%; width: 100%; padding-top: 6px; } .ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot { margin-top: -20px; } .ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot { margin: -7px; } .ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text { padding-top: 3px; } .ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot { margin-top: -17px; } .ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot { margin: -16px; } .ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text { padding-top: 12px; } .ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot { margin-top: -26px; } .ant-spin-container { transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); position: relative; } .ant-spin-blur { opacity: 0.7; -webkit-filter: blur(0.8px); filter: blur(0.8px); /* autoprefixer: off */ filter: progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false); /* autoprefixer: on */ -webkit-transform: translateZ(0); } .ant-spin-blur:after { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #fff; opacity: 0.2; transition: all .3s; } .ant-spin-tip { color: rgba(0, 0, 0, 0.43); } .ant-spin-dot { position: relative; display: block; width: 20px; height: 20px; transform: rotate(45deg); animation: antRotate 2s infinite linear; } .ant-spin-dot i { width: 9px; height: 9px; border-radius: 100%; background-color: #58a3ff; transform: scale(0.6); display: block; position: absolute; opacity: 0.3; animation: antSpinMove 1s infinite linear alternate; transform-origin: 50% 50%; } .ant-spin-dot i:nth-child(1) { left: 0; top: 0; } .ant-spin-dot i:nth-child(2) { right: 0; top: 0; animation-delay: 0.4s; } .ant-spin-dot i:nth-child(3) { right: 0; bottom: 0; animation-delay: 0.8s; } .ant-spin-dot i:nth-child(4) { left: 0; bottom: 0; animation-delay: 1.2s; } .ant-spin-sm .ant-spin-dot { width: 14px; height: 14px; } .ant-spin-sm .ant-spin-dot i { width: 6px; height: 6px; } .ant-spin-lg .ant-spin-dot { width: 32px; height: 32px; } .ant-spin-lg .ant-spin-dot i { width: 14px; height: 14px; } .ant-spin.ant-spin-show-text .ant-spin-text { display: block; } @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE10+ */ .ant-spin-blur { background: #fff; opacity: 0.5; } } @keyframes antSpinMove { to { transform: scale(0.9); opacity: 1; } } @keyframes antRotate { to { transform: rotate(405deg); } } .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-container { height: 32px; } .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-ink-bar { visibility: hidden; } .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab { margin: 0; border: 1px solid #d9d9d9; border-bottom: 0; border-radius: 4px 4px 0 0; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); background: #f9f9f9; margin-right: 2px; } .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab { padding: 5px 16px 4px; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); } .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active { background: #fff; transform: translateZ(0); border-color: #d9d9d9; color: #58a3ff; } .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active { padding-bottom: 5px; transform: translateZ(0); } .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-wrap { margin-bottom: 0; } .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab .anticon-close { margin-right: 0; color: rgba(0, 0, 0, 0.43); transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); display: inline-block; font-size: 12px; font-size: 9px \9; transform: scale(0.75) rotate(0deg); /* IE6-IE8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)"; zoom: 1; transform-origin: 100% 50%; width: 0; text-align: right; vertical-align: middle; overflow: hidden; } :root .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab .anticon-close { filter: none; } :root .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab .anticon-close { font-size: 12px; } .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab .anticon-close:hover { color: #404040; font-weight: bold; } .ant-tabs.ant-tabs-editable-card > .ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-active):hover { padding-left: 8px; padding-right: 8px; } .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active .anticon-close, .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab:hover .anticon-close { width: 16px; transform: translateZ(0); } .ant-tabs-extra-content { float: right; line-height: 32px; } .ant-tabs-extra-content .ant-tabs-new-tab { width: 20px; height: 20px; line-height: 20px; text-align: center; cursor: pointer; border-radius: 4px; border: 1px solid #d9d9d9; display: inline-block; font-size: 12px; font-size: 10px \9; transform: scale(0.83333333) rotate(0deg); /* IE6-IE8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)"; zoom: 1; color: rgba(0, 0, 0, 0.43); transition: color 0.3s ease; } :root .ant-tabs-extra-content .ant-tabs-new-tab { filter: none; } :root .ant-tabs-extra-content .ant-tabs-new-tab { font-size: 12px; } .ant-tabs-extra-content .ant-tabs-new-tab:hover { color: #404040; } .ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-container { height: auto; } .ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab { border-bottom: 1px solid #d9d9d9; margin-bottom: 8px; } .ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active { padding-bottom: 4px; } .ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab:last-child { margin-bottom: 8px; } .ant-tabs-vertical.ant-tabs-card.ant-tabs-left > .ant-tabs-bar .ant-tabs-nav-wrap { margin-right: 0; } .ant-tabs-vertical.ant-tabs-card.ant-tabs-left > .ant-tabs-bar .ant-tabs-tab { border-right: 0; border-radius: 4px 0 0 4px; margin-right: 1px; } .ant-tabs-vertical.ant-tabs-card.ant-tabs-left > .ant-tabs-bar .ant-tabs-tab-active { margin-right: -1px; padding-right: 18px; } .ant-tabs-vertical.ant-tabs-card.ant-tabs-right > .ant-tabs-bar .ant-tabs-nav-wrap { margin-left: 0; } .ant-tabs-vertical.ant-tabs-card.ant-tabs-right > .ant-tabs-bar .ant-tabs-tab { border-left: 0; border-radius: 0 4px 4px 0; margin-left: 1px; } .ant-tabs-vertical.ant-tabs-card.ant-tabs-right > .ant-tabs-bar .ant-tabs-tab-active { margin-left: -1px; padding-left: 18px; } .ant-tabs { box-sizing: border-box; position: relative; overflow: hidden; zoom: 1; color: rgba(0, 0, 0, 0.65); } .ant-tabs:before, .ant-tabs:after { content: " "; display: table; } .ant-tabs:after { clear: both; visibility: hidden; font-size: 0; height: 0; } .ant-tabs-bar { outline: none; } .ant-tabs-ink-bar { z-index: 1; position: absolute; left: 0; bottom: 1px; box-sizing: border-box; height: 2px; background-color: #58a3ff; transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); transform-origin: 0 0; } .ant-tabs-bar { border-bottom: 1px solid #d9d9d9; margin-bottom: 16px; } .ant-tabs-nav-container { overflow: hidden; font-size: 14px; line-height: 1.5; box-sizing: border-box; position: relative; white-space: nowrap; margin-bottom: -1px; zoom: 1; } .ant-tabs-nav-container:before, .ant-tabs-nav-container:after { content: " "; display: table; } .ant-tabs-nav-container:after { clear: both; visibility: hidden; font-size: 0; height: 0; } .ant-tabs-nav-container-scrolling { padding-left: 32px; padding-right: 32px; } .ant-tabs-tab-prev, .ant-tabs-tab-next { user-select: none; z-index: 2; margin-right: -2px; margin-top: 3px; width: 32px; height: 100%; line-height: 32px; cursor: pointer; border: 0; background-color: transparent; position: absolute; text-align: center; color: rgba(0, 0, 0, 0.43); transition: color 0.3s ease; } .ant-tabs-tab-prev:hover, .ant-tabs-tab-next:hover { color: rgba(0, 0, 0, 0.65); } .ant-tabs-tab-prev-icon, .ant-tabs-tab-next-icon { position: relative; font-style: normal; font-weight: bold; font-variant: normal; line-height: inherit; vertical-align: baseline; text-align: center; text-transform: none; font-family: sans-serif; display: inline-block; font-size: 12px; font-size: 10px \9; transform: scale(0.83333333) rotate(0deg); /* IE6-IE8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)"; zoom: 1; } :root .ant-tabs-tab-prev-icon, :root .ant-tabs-tab-next-icon { filter: none; } :root .ant-tabs-tab-prev-icon, :root .ant-tabs-tab-next-icon { font-size: 12px; } .ant-tabs-tab-prev-icon:before, .ant-tabs-tab-next-icon:before { display: block; font-family: "anticon" !important; } .ant-tabs-tab-btn-disabled { cursor: not-allowed; } .ant-tabs-tab-btn-disabled, .ant-tabs-tab-btn-disabled:hover { color: rgba(0, 0, 0, 0.25); } .ant-tabs-tab-next { right: 2px; } .ant-tabs-tab-next-icon:before { content: "\E61F"; } .ant-tabs-tab-prev { left: 0; } .ant-tabs-tab-prev-icon:before { content: "\E620"; } :root .ant-tabs-tab-prev { filter: none; } .ant-tabs-nav-wrap { overflow: hidden; margin-bottom: -1px; } .ant-tabs-nav-scroll { overflow: hidden; white-space: nowrap; } .ant-tabs-nav { box-sizing: border-box; padding-left: 0; transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); position: relative; margin: 0; list-style: none; float: left; } .ant-tabs-nav:before, .ant-tabs-nav:after { display: table; content: " "; } .ant-tabs-nav:after { clear: both; } .ant-tabs-nav .ant-tabs-tab-disabled { pointer-events: none; cursor: default; color: rgba(0, 0, 0, 0.25); } .ant-tabs-nav .ant-tabs-tab { display: inline-block; height: 100%; margin-right: 24px; box-sizing: border-box; position: relative; padding: 8px 20px; transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); cursor: pointer; text-decoration: none; } .ant-tabs-nav .ant-tabs-tab:hover { color: #80b9ff; } .ant-tabs-nav .ant-tabs-tab:active { color: #4386e7; } .ant-tabs-nav .ant-tabs-tab .anticon { width: 14px; height: 14px; margin-right: 8px; } .ant-tabs-nav .ant-tabs-tab-active { color: #58a3ff; } .ant-tabs-mini .ant-tabs-nav-container { font-size: 12px; } .ant-tabs-mini .ant-tabs-tab { margin-right: 0; padding: 8px 16px; } .ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content { width: 100%; } .ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content > .ant-tabs-tabpane { flex-shrink: 0; width: 100%; transition: opacity 0.3s; opacity: 1; } .ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content > .ant-tabs-tabpane-inactive { opacity: 0; height: 0; } .ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content-animated { display: flex; flex-direction: row; will-change: margin-left; transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); } .ant-tabs-vertical > .ant-tabs-bar { border-bottom: 0; } .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab { float: none; margin-right: 0; margin-bottom: 16px; display: block; padding: 8px 24px; } .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab:last-child { margin-bottom: 0; } .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-scroll { width: auto; } .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-container { margin-bottom: 0; } .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-wrap { margin-bottom: 0; } .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-ink-bar { width: 2px; left: auto; height: auto; top: 0; } .ant-tabs-vertical > .ant-tabs-content { overflow: hidden; width: auto; margin-top: 0!important; } .ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar { float: left; border-right: 1px solid #e9e9e9; margin-right: -1px; margin-bottom: 0; } .ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-tab { text-align: right; } .ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-nav-container { margin-right: -1px; } .ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-nav-wrap { margin-right: -1px; } .ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-ink-bar { right: 1px; } .ant-tabs-vertical.ant-tabs-left > .ant-tabs-content { padding-left: 24px; border-left: 1px solid #e9e9e9; } .ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar { float: right; border-left: 1px solid #e9e9e9; margin-left: -1px; margin-bottom: 0; } .ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar .ant-tabs-nav-container { margin-left: -1px; } .ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar .ant-tabs-nav-wrap { margin-left: -1px; } .ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar .ant-tabs-ink-bar { left: 1px; } .ant-tabs-vertical.ant-tabs-right > .ant-tabs-content { padding-right: 24px; border-right: 1px solid #e9e9e9; } .ant-tabs-bottom > .ant-tabs-bar { margin-bottom: 0; margin-top: 16px; } .no-flex > .ant-tabs-content-animated, .ant-tabs-no-animation > .ant-tabs-content-animated, .ant-tabs-vertical > .ant-tabs-content-animated { transform: none !important; margin-left: 0 !important; } .no-flex > .ant-tabs-content > .ant-tabs-tabpane-inactive, .ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-tabpane-inactive, .ant-tabs-vertical > .ant-tabs-content > .ant-tabs-tabpane-inactive { display: none; } .ant-btn { display: inline-block; margin-bottom: 0; font-weight: 500; text-align: center; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; line-height: 1.5; padding: 4px 15px; font-size: 12px; border-radius: 4px; user-select: none; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); position: relative; 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; transition: none; } .ant-btn.disabled, .ant-btn[disabled] { cursor: not-allowed; } .ant-btn.disabled > *, .ant-btn[disabled] > * { pointer-events: none; } .ant-btn-lg { padding: 4px 15px 5px 15px; font-size: 14px; border-radius: 4px; } .ant-btn-sm { padding: 1px 7px; font-size: 12px; border-radius: 4px; } .ant-btn > a:only-child { color: currentColor; } .ant-btn > a:only-child:after { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-btn:hover, .ant-btn:focus { color: #80b9ff; background-color: #fff; border-color: #80b9ff; } .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 { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-btn:active, .ant-btn.active { color: #4386e7; background-color: #fff; border-color: #4386e7; } .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 { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-btn.disabled, .ant-btn[disabled], .ant-btn.disabled:hover, .ant-btn[disabled]:hover, .ant-btn.disabled:focus, .ant-btn[disabled]:focus, .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: #f7f7f7; border-color: #d9d9d9; } .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: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 { color: currentColor; } .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: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 { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-btn:hover, .ant-btn:focus, .ant-btn:active, .ant-btn.active { background: #fff; } .ant-btn-primary { color: #fff; background-color: #58a3ff; border-color: #58a3ff; } .ant-btn-primary > a:only-child { color: currentColor; } .ant-btn-primary > a:only-child:after { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-btn-primary:hover, .ant-btn-primary:focus { color: #fff; background-color: #80b9ff; border-color: #80b9ff; } .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 { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-btn-primary:active, .ant-btn-primary.active { color: #fff; background-color: #4386e7; border-color: #4386e7; } .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 { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-btn-primary.disabled, .ant-btn-primary[disabled], .ant-btn-primary.disabled:hover, .ant-btn-primary[disabled]:hover, .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 { color: rgba(0, 0, 0, 0.25); background-color: #f7f7f7; border-color: #d9d9d9; } .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: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 { color: currentColor; } .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: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 { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) { border-right-color: #4386e7; border-left-color: #4386e7; } .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: #4386e7; } .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: #4386e7; } .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 { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-btn-ghost:hover, .ant-btn-ghost:focus { color: #80b9ff; background-color: transparent; border-color: #80b9ff; } .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 { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-btn-ghost:active, .ant-btn-ghost.active { color: #4386e7; background-color: transparent; border-color: #4386e7; } .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 { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-btn-ghost.disabled, .ant-btn-ghost[disabled], .ant-btn-ghost.disabled:hover, .ant-btn-ghost[disabled]:hover, .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 { color: rgba(0, 0, 0, 0.25); background-color: #f7f7f7; border-color: #d9d9d9; } .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: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 { color: currentColor; } .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: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 { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .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 { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-btn-dashed:hover, .ant-btn-dashed:focus { color: #80b9ff; background-color: #fff; border-color: #80b9ff; } .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 { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-btn-dashed:active, .ant-btn-dashed.active { color: #4386e7; background-color: #fff; border-color: #4386e7; } .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 { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-btn-dashed.disabled, .ant-btn-dashed[disabled], .ant-btn-dashed.disabled:hover, .ant-btn-dashed[disabled]:hover, .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 { color: rgba(0, 0, 0, 0.25); background-color: #f7f7f7; border-color: #d9d9d9; } .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: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 { color: currentColor; } .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: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 { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-btn-danger { color: #fff; background-color: #f04134; border-color: #f04134; } .ant-btn-danger > a:only-child { color: currentColor; } .ant-btn-danger > a:only-child:after { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-btn-danger:hover, .ant-btn-danger:focus { color: #fff; background-color: #f46e65; border-color: #f46e65; } .ant-btn-danger:hover > a:only-child, .ant-btn-danger:focus > a:only-child { color: currentColor; } .ant-btn-danger:hover > a:only-child:after, .ant-btn-danger:focus > a:only-child:after { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-btn-danger:active, .ant-btn-danger.active { color: #fff; background-color: #d73435; border-color: #d73435; } .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 { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-btn-danger.disabled, .ant-btn-danger[disabled], .ant-btn-danger.disabled:hover, .ant-btn-danger[disabled]:hover, .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 { color: rgba(0, 0, 0, 0.25); background-color: #f7f7f7; border-color: #d9d9d9; } .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: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 { color: currentColor; } .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: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 { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-btn-circle, .ant-btn-circle-outline { width: 28px; height: 28px; padding: 0; font-size: 14px; border-radius: 50%; } .ant-btn-circle.ant-btn-lg, .ant-btn-circle-outline.ant-btn-lg { width: 32px; height: 32px; padding: 0; font-size: 16px; border-radius: 50%; } .ant-btn-circle.ant-btn-sm, .ant-btn-circle-outline.ant-btn-sm { width: 22px; height: 22px; padding: 0; font-size: 12px; border-radius: 50%; } .ant-btn:before { position: absolute; top: -1px; left: -1px; bottom: -1px; right: -1px; background: #fff; opacity: 0.35; content: ''; border-radius: inherit; z-index: 1; transition: opacity .2s; pointer-events: none; display: none; } .ant-btn.ant-btn-loading:before { display: block; } .ant-btn .anticon { transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); } .ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline) { padding-left: 29px; pointer-events: none; position: relative; } .ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline) .anticon { margin-left: -14px; } .ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline) { padding-left: 24px; } .ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline) .anticon { margin-left: -17px; } .ant-btn-group { position: relative; display: inline-block; } .ant-btn-group > .ant-btn { position: relative; z-index: 1; } .ant-btn-group > .ant-btn:hover, .ant-btn-group > .ant-btn:focus, .ant-btn-group > .ant-btn:active, .ant-btn-group > .ant-btn.active { z-index: 2; } .ant-btn-group > .ant-btn:disabled { z-index: 0; } .ant-btn-group-lg > .ant-btn { padding: 4px 15px 5px 15px; font-size: 14px; border-radius: 4px; } .ant-btn-group-sm > .ant-btn { padding: 1px 7px; font-size: 12px; border-radius: 4px; } .ant-btn-group-sm > .ant-btn > .anticon { font-size: 12px; } .ant-btn-group .ant-btn + .ant-btn, .ant-btn + .ant-btn-group, .ant-btn-group + .ant-btn, .ant-btn-group + .ant-btn-group { margin-left: -1px; } .ant-btn-group .ant-btn:not(:first-child):not(:last-child) { border-radius: 0; padding-left: 8px; padding-right: 8px; } .ant-btn-group > .ant-btn:first-child { margin-left: 0; } .ant-btn-group > .ant-btn:first-child:not(:last-child) { border-bottom-right-radius: 0; border-top-right-radius: 0; padding-right: 8px; } .ant-btn-group > .ant-btn:last-child:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; padding-left: 8px; } .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 { border-bottom-right-radius: 0; border-top-right-radius: 0; padding-right: 8px; } .ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; padding-left: 8px; } .ant-btn:not(.ant-btn-circle):not(.ant-btn-circle-outline).ant-btn-icon-only { padding-left: 8px; padding-right: 8px; } .ant-btn > .anticon + span, .ant-btn > span + .anticon { margin-left: 0.5em; } .ant-btn-clicked:after { content: ''; position: absolute; top: -1px; left: -1px; bottom: -1px; right: -1px; border-radius: inherit; border: 0 solid #58a3ff; opacity: 0.4; animation: buttonEffect .4s; display: block; } .ant-btn-danger.ant-btn-clicked:after { border-color: #f04134; } .ant-btn-background-ghost { background: transparent!important; border-color: #fff; color: #fff; } .ant-btn-background-ghost.ant-btn-primary { color: #58a3ff; background-color: transparent; border-color: #58a3ff; } .ant-btn-background-ghost.ant-btn-primary > a:only-child { color: currentColor; } .ant-btn-background-ghost.ant-btn-primary > a:only-child:after { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-btn-background-ghost.ant-btn-primary:hover, .ant-btn-background-ghost.ant-btn-primary:focus { color: #80b9ff; background-color: transparent; border-color: #80b9ff; } .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 { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-btn-background-ghost.ant-btn-primary:active, .ant-btn-background-ghost.ant-btn-primary.active { color: #4386e7; background-color: transparent; border-color: #4386e7; } .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 { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .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: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 { color: rgba(0, 0, 0, 0.25); background-color: #f7f7f7; border-color: #d9d9d9; } .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: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 { 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: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: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 { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } @keyframes buttonEffect { to { opacity: 0; top: -6px; left: -6px; bottom: -6px; right: -6px; border-width: 6px; } } .ant-checkbox { white-space: nowrap; cursor: pointer; outline: none; display: inline-block; line-height: 1; position: relative; vertical-align: middle; } .ant-checkbox-wrapper:hover .ant-checkbox .ant-checkbox-inner, .ant-checkbox:hover .ant-checkbox-inner, .ant-checkbox-focused .ant-checkbox-inner { border-color: #58a3ff; } .ant-checkbox-inner { position: relative; top: 0; left: 0; display: block; width: 14px; height: 14px; border: 1px solid #d9d9d9; border-radius: 2px; background-color: #fff; transition: all .3s; } .ant-checkbox-inner:after { transform: rotate(45deg) scale(0); position: absolute; left: 4px; top: 1px; display: table; width: 5px; height: 8px; border: 2px solid #fff; border-top: 0; border-left: 0; content: ' '; transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6); } .ant-checkbox-input { position: absolute; left: 0; z-index: 1; cursor: pointer; opacity: 0; filter: alpha(opacity=0); top: 0; bottom: 0; right: 0; width: 100%; height: 100%; } .ant-checkbox-indeterminate .ant-checkbox-inner:after { content: ' '; transform: scale(1); position: absolute; left: 2px; top: 5px; width: 8px; height: 1px; } .ant-checkbox-checked .ant-checkbox-inner:after { transform: rotate(45deg) scale(1); position: absolute; left: 4px; top: 1px; display: table; width: 5px; height: 8px; border: 2px solid #fff; border-top: 0; border-left: 0; content: ' '; transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; } .ant-checkbox-checked .ant-checkbox-inner, .ant-checkbox-indeterminate .ant-checkbox-inner { background-color: #58a3ff; border-color: #58a3ff; } .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after { animation-name: none; border-color: rgba(0, 0, 0, 0.25); } .ant-checkbox-disabled .ant-checkbox-inner { border-color: #d9d9d9 !important; background-color: #f3f3f3; } .ant-checkbox-disabled .ant-checkbox-inner:after { animation-name: none; border-color: #f3f3f3; } .ant-checkbox-disabled + span { color: rgba(0, 0, 0, 0.25); cursor: not-allowed; } .ant-checkbox-wrapper { cursor: pointer; font-size: 12px; display: inline-block; } .ant-checkbox-wrapper:not(:last-child) { margin-right: 8px; } .ant-checkbox-wrapper + span, .ant-checkbox + span { padding-left: 8px; padding-right: 8px; vertical-align: middle; } .ant-checkbox-group { font-size: 12px; } .ant-checkbox-group-item { display: inline-block; } @media \0screen { .ant-checkbox-checked .ant-checkbox-inner:before, .ant-checkbox-checked .ant-checkbox-inner:after { font-family: 'anticon'; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\E632"; font-weight: bold; font-size: 8px; border: 0; color: #fff; left: 2px; top: 3px; position: absolute; } } .ant-input-search-icon { cursor: pointer; transition: all .3s; font-size: 14px; } .ant-input-search-icon:hover { color: #58a3ff; } .ant-search-input-wrapper { display: inline-block; vertical-align: middle; } .ant-search-input.ant-input-group .ant-input:first-child, .ant-search-input.ant-input-group .ant-select:first-child { border-radius: 4px; position: absolute; top: -1px; width: 100%; } .ant-search-input.ant-input-group .ant-input:first-child { padding-right: 36px; } .ant-search-input .ant-search-btn { color: rgba(0, 0, 0, 0.65); background-color: #fff; border-color: #d9d9d9; border-radius: 0 3px 3px 0; left: -1px; position: relative; border-width: 0 0 0 1px; z-index: 2; padding-left: 8px; padding-right: 8px; } .ant-search-input .ant-search-btn > a:only-child { color: currentColor; } .ant-search-input .ant-search-btn > a:only-child:after { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-search-input .ant-search-btn:hover, .ant-search-input .ant-search-btn:focus { color: #80b9ff; background-color: #fff; border-color: #80b9ff; } .ant-search-input .ant-search-btn:hover > a:only-child, .ant-search-input .ant-search-btn:focus > a:only-child { color: currentColor; } .ant-search-input .ant-search-btn:hover > a:only-child:after, .ant-search-input .ant-search-btn:focus > a:only-child:after { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-search-input .ant-search-btn:active, .ant-search-input .ant-search-btn.active { color: #4386e7; background-color: #fff; border-color: #4386e7; } .ant-search-input .ant-search-btn:active > a:only-child, .ant-search-input .ant-search-btn.active > a:only-child { color: currentColor; } .ant-search-input .ant-search-btn:active > a:only-child:after, .ant-search-input .ant-search-btn.active > a:only-child:after { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-search-input .ant-search-btn.disabled, .ant-search-input .ant-search-btn[disabled], .ant-search-input .ant-search-btn.disabled:hover, .ant-search-input .ant-search-btn[disabled]:hover, .ant-search-input .ant-search-btn.disabled:focus, .ant-search-input .ant-search-btn[disabled]:focus, .ant-search-input .ant-search-btn.disabled:active, .ant-search-input .ant-search-btn[disabled]:active, .ant-search-input .ant-search-btn.disabled.active, .ant-search-input .ant-search-btn[disabled].active { color: rgba(0, 0, 0, 0.25); background-color: #f7f7f7; border-color: #d9d9d9; } .ant-search-input .ant-search-btn.disabled > a:only-child, .ant-search-input .ant-search-btn[disabled] > a:only-child, .ant-search-input .ant-search-btn.disabled:hover > a:only-child, .ant-search-input .ant-search-btn[disabled]:hover > a:only-child, .ant-search-input .ant-search-btn.disabled:focus > a:only-child, .ant-search-input .ant-search-btn[disabled]:focus > a:only-child, .ant-search-input .ant-search-btn.disabled:active > a:only-child, .ant-search-input .ant-search-btn[disabled]:active > a:only-child, .ant-search-input .ant-search-btn.disabled.active > a:only-child, .ant-search-input .ant-search-btn[disabled].active > a:only-child { color: currentColor; } .ant-search-input .ant-search-btn.disabled > a:only-child:after, .ant-search-input .ant-search-btn[disabled] > a:only-child:after, .ant-search-input .ant-search-btn.disabled:hover > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:hover > a:only-child:after, .ant-search-input .ant-search-btn.disabled:focus > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:focus > a:only-child:after, .ant-search-input .ant-search-btn.disabled:active > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:active > a:only-child:after, .ant-search-input .ant-search-btn.disabled.active > a:only-child:after, .ant-search-input .ant-search-btn[disabled].active > a:only-child:after { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-search-input .ant-search-btn:hover, .ant-search-input .ant-search-btn:focus, .ant-search-input .ant-search-btn:active, .ant-search-input .ant-search-btn.active { background: #fff; } .ant-search-input .ant-search-btn:hover { border-color: #d9d9d9; } .ant-search-input.ant-search-input-focus .ant-search-btn-noempty, .ant-search-input:hover .ant-search-btn-noempty { color: #fff; background-color: #58a3ff; border-color: #58a3ff; } .ant-search-input.ant-search-input-focus .ant-search-btn-noempty > a:only-child, .ant-search-input:hover .ant-search-btn-noempty > a:only-child { color: currentColor; } .ant-search-input.ant-search-input-focus .ant-search-btn-noempty > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty > a:only-child:after { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:hover, .ant-search-input:hover .ant-search-btn-noempty:hover, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:focus, .ant-search-input:hover .ant-search-btn-noempty:focus { color: #fff; background-color: #80b9ff; border-color: #80b9ff; } .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:hover > a:only-child, .ant-search-input:hover .ant-search-btn-noempty:hover > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:focus > a:only-child, .ant-search-input:hover .ant-search-btn-noempty:focus > a:only-child { color: currentColor; } .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:hover > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty:hover > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:focus > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty:focus > a:only-child:after { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:active, .ant-search-input:hover .ant-search-btn-noempty:active, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.active, .ant-search-input:hover .ant-search-btn-noempty.active { color: #fff; background-color: #4386e7; border-color: #4386e7; } .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty:active > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.active > a:only-child { color: currentColor; } .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty:active > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.active > a:only-child:after { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled, .ant-search-input:hover .ant-search-btn-noempty.disabled, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled], .ant-search-input:hover .ant-search-btn-noempty[disabled], .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:hover, .ant-search-input:hover .ant-search-btn-noempty.disabled:hover, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:hover, .ant-search-input:hover .ant-search-btn-noempty[disabled]:hover, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:focus, .ant-search-input:hover .ant-search-btn-noempty.disabled:focus, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:focus, .ant-search-input:hover .ant-search-btn-noempty[disabled]:focus, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:active, .ant-search-input:hover .ant-search-btn-noempty.disabled:active, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:active, .ant-search-input:hover .ant-search-btn-noempty[disabled]:active, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled.active, .ant-search-input:hover .ant-search-btn-noempty.disabled.active, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled].active, .ant-search-input:hover .ant-search-btn-noempty[disabled].active { color: rgba(0, 0, 0, 0.25); background-color: #f7f7f7; border-color: #d9d9d9; } .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled] > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled] > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:hover > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled:hover > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:hover > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled]:hover > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:focus > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled:focus > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:focus > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled]:focus > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled:active > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled]:active > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled.active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled.active > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled].active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled].active > a:only-child { color: currentColor; } .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled] > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled] > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:hover > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled:hover > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:hover > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled]:hover > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:focus > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled:focus > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:focus > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled]:focus > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled:active > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled]:active > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled.active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled.active > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled].active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled].active > a:only-child:after { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: transparent; } .ant-search-input .ant-select-combobox .ant-select-selection__rendered { margin-right: 29px; } .ant-input { position: relative; display: inline-block; padding: 4px 7px; width: 100%; height: 28px; cursor: text; font-size: 12px; line-height: 1.5; color: rgba(0, 0, 0, 0.65); background-color: #fff; background-image: none; border: 1px solid #d9d9d9; border-radius: 4px; transition: all .3s; } .ant-input::-moz-placeholder { color: #ccc; opacity: 1; } .ant-input:-ms-input-placeholder { color: #ccc; } .ant-input::-webkit-input-placeholder { color: #ccc; } .ant-input:hover { border-color: #80b9ff; } .ant-input:focus { border-color: #80b9ff; outline: 0; box-shadow: 0 0 0 2px rgba(88, 163, 255, 0.2); } .ant-input[disabled] { background-color: #f7f7f7; opacity: 1; cursor: not-allowed; color: rgba(0, 0, 0, 0.25); } .ant-input[disabled]:hover { border-color: #e2e2e2; } textarea.ant-input { max-width: 100%; height: auto; vertical-align: bottom; } .ant-input-lg { padding: 6px 7px; height: 32px; } .ant-input-sm { padding: 1px 7px; height: 22px; } .ant-input-group { position: relative; display: table; border-collapse: separate; border-spacing: 0; width: 100%; } .ant-input-group[class*="col-"] { float: none; padding-left: 0; padding-right: 0; } .ant-input-group > [class*="col-"] { padding-right: 8px; } .ant-input-group-addon, .ant-input-group-wrap, .ant-input-group > .ant-input { display: table-cell; } .ant-input-group-addon:not(:first-child):not(:last-child), .ant-input-group-wrap:not(:first-child):not(:last-child), .ant-input-group > .ant-input:not(:first-child):not(:last-child) { border-radius: 0; } .ant-input-group-addon, .ant-input-group-wrap { width: 1px; white-space: nowrap; vertical-align: middle; } .ant-input-group-wrap > * { display: block !important; } .ant-input-group .ant-input { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .ant-input-group-addon { padding: 4px 7px; font-size: 12px; font-weight: normal; line-height: 1; color: rgba(0, 0, 0, 0.65); text-align: center; background-color: #eee; border: 1px solid #d9d9d9; border-radius: 4px; position: relative; transition: all .3s; } .ant-input-group-addon .ant-select { margin: -5px -7px; } .ant-input-group-addon .ant-select .ant-select-selection { background-color: inherit; margin: -1px; border: 1px solid transparent; box-shadow: none; } .ant-input-group-addon .ant-select-open .ant-select-selection, .ant-input-group-addon .ant-select-focused .ant-select-selection { color: #58a3ff; } .ant-input-group-addon > i:only-child:after { position: absolute; content: ''; top: 0; left: 0; right: 0; bottom: 0; } .ant-input-group > span > .ant-input:first-child, .ant-input-group > .ant-input:first-child, .ant-input-group-addon:first-child { border-bottom-right-radius: 0; border-top-right-radius: 0; } .ant-input-group > span > .ant-input:first-child .ant-select .ant-select-selection, .ant-input-group > .ant-input:first-child .ant-select .ant-select-selection, .ant-input-group-addon:first-child .ant-select .ant-select-selection { border-bottom-right-radius: 0; border-top-right-radius: 0; } .ant-input-group > .ant-input-preSuffix-wrapper:not(:first-child) .ant-input { border-bottom-left-radius: 0; border-top-left-radius: 0; } .ant-input-group > .ant-input-preSuffix-wrapper:not(:last-child) .ant-input { border-bottom-right-radius: 0; border-top-right-radius: 0; } .ant-input-group-addon:first-child { border-right: 0; } .ant-input-group-addon:last-child { border-left: 0; } .ant-input-group > .ant-input:last-child, .ant-input-group-addon:last-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } .ant-input-group > .ant-input:last-child .ant-select .ant-select-selection, .ant-input-group-addon:last-child .ant-select .ant-select-selection { border-bottom-left-radius: 0; border-top-left-radius: 0; } .ant-input-group-lg .ant-input, .ant-input-group-lg > .ant-input-group-addon { padding: 6px 7px; height: 32px; } .ant-input-group-sm .ant-input, .ant-input-group-sm > .ant-input-group-addon { padding: 1px 7px; height: 22px; } .ant-input-group .ant-input-preSuffix-wrapper { display: table-cell; width: 100%; float: left; } .ant-input-group.ant-input-group-compact > * { border-radius: 0; border-right-width: 0; vertical-align: middle; } .ant-input-group.ant-input-group-compact .ant-input { float: none; z-index: auto; } .ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection, .ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input { border-radius: 0; border-right-width: 0; } .ant-input-group.ant-input-group-compact > *:first-child, .ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selection, .ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input { border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .ant-input-group.ant-input-group-compact > *:last-child, .ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selection, .ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input { border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-right-width: 1px; } .ant-input-preSuffix-wrapper { position: relative; display: inline-block; width: 100%; } .ant-input-preSuffix-wrapper .ant-input { z-index: 1; } .ant-input-preSuffix-wrapper:hover .ant-input { border-color: #80b9ff; } .ant-input-preSuffix-wrapper .ant-input-prefix, .ant-input-preSuffix-wrapper .ant-input-suffix { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; line-height: 1.2; } .ant-input-preSuffix-wrapper .ant-input-prefix { left: 7px; } .ant-input-preSuffix-wrapper .ant-input-suffix { right: 7px; } .ant-input-preSuffix-wrapper .ant-input:not(:first-child) { padding-left: 24px; } .ant-input-preSuffix-wrapper .ant-input:not(:last-child) { padding-right: 24px; } .ant-message { font-size: 12px; position: fixed; z-index: 1010; width: 100%; top: 16px; left: 0; pointer-events: none; } .ant-message-notice { padding: 8px; text-align: center; } .ant-message-notice:first-child { margin-top: -8px; } .ant-message-notice-content { padding: 8px 16px; border-radius: 4px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); background: #fff; display: inline-block; pointer-events: all; } .ant-message-success .anticon { color: #00a854; } .ant-message-error .anticon { color: #f04134; } .ant-message-warning .anticon { color: #ffbf00; } .ant-message-info .anticon, .ant-message-loading .anticon { color: #58a3ff; } .ant-message .anticon { margin-right: 8px; font-size: 14px; top: 1px; position: relative; } .ant-message-notice.move-up-leave.move-up-leave-active { animation-name: MessageMoveOut; overflow: hidden; animation-duration: .3s; } @keyframes MessageMoveOut { 0% { opacity: 1; max-height: 150px; padding: 8px; } 100% { opacity: 0; max-height: 0; padding: 0; } } legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 14px; line-height: inherit; color: rgba(0, 0, 0, 0.43); border: 0; border-bottom: 1px solid #d9d9d9; } label { font-size: 12px; } input[type="search"] { box-sizing: border-box; } input[type="radio"], input[type="checkbox"] { line-height: normal; } input[type="file"] { display: block; } input[type="range"] { display: block; width: 100%; } select[multiple], select[size] { height: auto; } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } output { display: block; padding-top: 15px; font-size: 12px; line-height: 1.5; color: rgba(0, 0, 0, 0.65); } label { position: relative; } label > .anticon { vertical-align: top; font-size: 12px; } .ant-form-item-required:before { display: inline-block; margin-right: 4px; content: "*"; font-family: SimSun; line-height: 1; font-size: 12px; color: #f04134; } .ant-form-hide-required-mark .ant-form-item-required:before { display: none; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled { cursor: not-allowed; } .ant-radio-inline.disabled, .ant-radio-vertical.disabled, .ant-checkbox-inline.disabled, .ant-checkbox-vertical.disabled { cursor: not-allowed; } .ant-radio.disabled label, .ant-checkbox.disabled label { cursor: not-allowed; } .ant-form-item { font-size: 12px; margin-bottom: 24px; color: rgba(0, 0, 0, 0.65); vertical-align: top; } .ant-form-item > .ant-form-item, .ant-form-item :not(.ant-form) > .ant-form-item { margin-bottom: -24px; } .ant-form-item-control { line-height: 32px; position: relative; zoom: 1; } .ant-form-item-control:before, .ant-form-item-control:after { content: " "; display: table; } .ant-form-item-control:after { clear: both; visibility: hidden; font-size: 0; height: 0; } .ant-form-item-with-help { margin-bottom: 6px; } .ant-form-item-label { text-align: right; vertical-align: middle; line-height: 32px; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .ant-form-item-label label { color: rgba(0, 0, 0, 0.65); } .ant-form-item-label label:after { content: ":"; margin: 0 8px 0 2px; position: relative; top: -0.5px; } .ant-form-item .ant-switch { margin: 4px 0; } .ant-form-item-no-colon .ant-form-item-label label:after { content: " "; } .ant-form-explain { line-height: 1.5; } .ant-form-explain, .ant-form-extra { color: rgba(0, 0, 0, 0.43); } .ant-form-text { display: inline-block; padding-right: 8px; } .ant-form-split { display: block; text-align: center; } form .has-feedback .ant-input { padding-right: 24px; } form .has-feedback .ant-select-arrow, form .has-feedback .ant-select-selection__clear { right: 28px; } form .has-feedback .ant-select-selection-selected-value { padding-right: 42px; } form .has-feedback .ant-cascader-picker-arrow { padding-right: 36px; } form .has-feedback .ant-cascader-picker-clear { right: 28px; } form .has-feedback .ant-calendar-picker-icon, form .has-feedback .ant-calendar-picker-clear { right: 28px; } form textarea.ant-input { height: auto; } form .ant-upload { background: transparent; } form input[type="radio"], form input[type="checkbox"] { width: 14px; height: 14px; } form .ant-radio-inline, form .ant-checkbox-inline { display: inline-block; vertical-align: middle; font-weight: normal; cursor: pointer; margin-left: 8px; } form .ant-radio-inline:first-child, form .ant-checkbox-inline:first-child { margin-left: 0; } form .ant-checkbox-vertical, form .ant-radio-vertical { display: block; } form .ant-checkbox-vertical + .ant-checkbox-vertical, form .ant-radio-vertical + .ant-radio-vertical { margin-left: 0; } form .ant-input-number { margin-top: -1px; margin-right: 8px; } form .ant-select, form .ant-cascader-picker { width: 100%; } .ant-input-group-wrap .ant-select-selection { border-bottom-left-radius: 0; border-top-left-radius: 0; } .ant-input-group-wrap .ant-select-selection:hover { border-color: #d9d9d9; } .ant-input-group-wrap .ant-select-selection--single { margin-left: -1px; height: 32px; background-color: #eee; } .ant-input-group-wrap .ant-select-selection--single .ant-select-selection__rendered { padding-left: 8px; padding-right: 25px; line-height: 30px; } .ant-input-group-wrap .ant-select-open .ant-select-selection { border-color: #d9d9d9; box-shadow: none; } .ant-form-vertical .ant-form-item-label, .ant-col-24.ant-form-item-label { padding: 0 0 8px; display: block; text-align: left; } .ant-form-vertical .ant-form-item-label label:after, .ant-col-24.ant-form-item-label label:after { content: ''; } .ant-form-inline .ant-form-item { display: inline-block; margin-right: 10px; margin-bottom: 0; } .ant-form-inline .ant-form-item-with-help { margin-bottom: 24px; } .ant-form-inline .ant-form-item > div { display: inline-block; vertical-align: middle; } .ant-form-inline .ant-form-text { display: inline-block; } .ant-form-inline .has-feedback { display: inline-block; } .ant-form-inline .ant-form-explain { position: absolute; } .has-success.has-feedback:after, .has-warning.has-feedback:after, .has-error.has-feedback:after, .is-validating.has-feedback:after { position: absolute; top: 0; right: 0; visibility: visible; pointer-events: none; width: 32px; height: 32px; line-height: 32px; text-align: center; font-size: 14px; animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46); font-family: 'anticon'; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: ""; } .has-success.has-feedback:after { animation-name: diffZoomIn1 !important; } .has-error.has-feedback:after { animation-name: diffZoomIn2 !important; } .has-warning.has-feedback:after { animation-name: diffZoomIn3 !important; } .has-success.has-feedback:after { content: '\E630'; color: #00a854; } .has-warning .ant-form-explain, .has-warning .ant-form-split { color: #ffbf00; } .has-warning .ant-input, .has-warning .ant-input:hover { border-color: #ffbf00; } .has-warning .ant-input:focus { border-color: #ffce3d; outline: 0; box-shadow: 0 0 0 2px rgba(255, 191, 0, 0.2); } .has-warning .ant-input:not([disabled]):hover { border-color: #ffbf00; } .has-warning .ant-calendar-picker-open .ant-calendar-picker-input { border-color: #ffce3d; outline: 0; box-shadow: 0 0 0 2px rgba(255, 191, 0, 0.2); } .has-warning .ant-input-group-addon { color: #ffbf00; border-color: #ffbf00; background-color: #fff; } .has-warning .has-feedback { color: #ffbf00; } .has-warning.has-feedback:after { content: '\E62C'; color: #ffbf00; } .has-warning .ant-select-selection { border-color: #ffbf00; } .has-warning .ant-select-open .ant-select-selection, .has-warning .ant-select-focused .ant-select-selection { border-color: #ffce3d; outline: 0; box-shadow: 0 0 0 2px rgba(255, 191, 0, 0.2); } .has-warning .ant-calendar-picker-icon:after, .has-warning .ant-picker-icon:after, .has-warning .ant-select-arrow, .has-warning .ant-cascader-picker-arrow { color: #ffbf00; } .has-warning .ant-input-number, .has-warning .ant-time-picker-input { border-color: #ffbf00; } .has-warning .ant-input-number-focused, .has-warning .ant-time-picker-input-focused, .has-warning .ant-input-number:focus, .has-warning .ant-time-picker-input:focus { border-color: #ffce3d; outline: 0; box-shadow: 0 0 0 2px rgba(255, 191, 0, 0.2); } .has-warning .ant-input-number:not([disabled]):hover, .has-warning .ant-time-picker-input:not([disabled]):hover { border-color: #ffbf00; } .has-error .ant-form-explain, .has-error .ant-form-split { color: #f04134; } .has-error .ant-input, .has-error .ant-input:hover { border-color: #f04134; } .has-error .ant-input:focus { border-color: #f46e65; outline: 0; box-shadow: 0 0 0 2px rgba(240, 65, 52, 0.2); } .has-error .ant-input:not([disabled]):hover { border-color: #f04134; } .has-error .ant-calendar-picker-open .ant-calendar-picker-input { border-color: #f46e65; outline: 0; box-shadow: 0 0 0 2px rgba(240, 65, 52, 0.2); } .has-error .ant-input-group-addon { color: #f04134; border-color: #f04134; background-color: #fff; } .has-error .has-feedback { color: #f04134; } .has-error.has-feedback:after { content: '\E62E'; color: #f04134; } .has-error .ant-select-selection { border-color: #f04134; } .has-error .ant-select-open .ant-select-selection, .has-error .ant-select-focused .ant-select-selection { border-color: #f46e65; outline: 0; box-shadow: 0 0 0 2px rgba(240, 65, 52, 0.2); } .has-error .ant-calendar-picker-icon:after, .has-error .ant-picker-icon:after, .has-error .ant-select-arrow, .has-error .ant-cascader-picker-arrow { color: #f04134; } .has-error .ant-input-number, .has-error .ant-time-picker-input { border-color: #f04134; } .has-error .ant-input-number-focused, .has-error .ant-time-picker-input-focused, .has-error .ant-input-number:focus, .has-error .ant-time-picker-input:focus { border-color: #f46e65; outline: 0; box-shadow: 0 0 0 2px rgba(240, 65, 52, 0.2); } .has-error .ant-input-number:not([disabled]):hover, .has-error .ant-time-picker-input:not([disabled]):hover { border-color: #f04134; } .has-error .ant-mention-wrapper .ant-mention-editor, .has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover { border-color: #f04134; } .has-error .ant-mention-wrapper.active .ant-mention-editor, .has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus { border-color: #f46e65; outline: 0; box-shadow: 0 0 0 2px rgba(240, 65, 52, 0.2); } .is-validating.has-feedback:after { display: inline-block; animation: loadingCircle 1s infinite linear; content: "\E64D"; color: #58a3ff; } .ant-advanced-search-form .ant-form-item { margin-bottom: 16px; } .ant-advanced-search-form .ant-input, .ant-advanced-search-form .ant-input-group .ant-input, .ant-advanced-search-form .ant-input-group .ant-input-group-addon { height: 28px; } @keyframes diffZoomIn1 { 0% { transform: scale(0); } 100% { transform: scale(1); } } @keyframes diffZoomIn2 { 0% { transform: scale(0); } 100% { transform: scale(1); } } @keyframes diffZoomIn3 { 0% { transform: scale(0); } 100% { transform: scale(1); } } .ant-row { position: relative; margin-left: 0; margin-right: 0; height: auto; zoom: 1; display: block; } .ant-row:before, .ant-row:after { content: " "; display: table; } .ant-row:after { clear: both; visibility: hidden; font-size: 0; height: 0; } .ant-row-flex { display: flex; flex-direction: row; flex-wrap: wrap; } .ant-row-flex:before, .ant-row-flex:after { display: flex; } .ant-row-flex-start { justify-content: flex-start; } .ant-row-flex-center { justify-content: center; } .ant-row-flex-end { justify-content: flex-end; } .ant-row-flex-space-between { justify-content: space-between; } .ant-row-flex-space-around { justify-content: space-around; } .ant-row-flex-top { align-items: flex-start; } .ant-row-flex-middle { align-items: center; } .ant-row-flex-bottom { align-items: flex-end; } .ant-col { position: relative; display: block; } .ant-col-1, .ant-col-xs-1, .ant-col-sm-1, .ant-col-md-1, .ant-col-lg-1, .ant-col-2, .ant-col-xs-2, .ant-col-sm-2, .ant-col-md-2, .ant-col-lg-2, .ant-col-3, .ant-col-xs-3, .ant-col-sm-3, .ant-col-md-3, .ant-col-lg-3, .ant-col-4, .ant-col-xs-4, .ant-col-sm-4, .ant-col-md-4, .ant-col-lg-4, .ant-col-5, .ant-col-xs-5, .ant-col-sm-5, .ant-col-md-5, .ant-col-lg-5, .ant-col-6, .ant-col-xs-6, .ant-col-sm-6, .ant-col-md-6, .ant-col-lg-6, .ant-col-7, .ant-col-xs-7, .ant-col-sm-7, .ant-col-md-7, .ant-col-lg-7, .ant-col-8, .ant-col-xs-8, .ant-col-sm-8, .ant-col-md-8, .ant-col-lg-8, .ant-col-9, .ant-col-xs-9, .ant-col-sm-9, .ant-col-md-9, .ant-col-lg-9, .ant-col-10, .ant-col-xs-10, .ant-col-sm-10, .ant-col-md-10, .ant-col-lg-10, .ant-col-11, .ant-col-xs-11, .ant-col-sm-11, .ant-col-md-11, .ant-col-lg-11, .ant-col-12, .ant-col-xs-12, .ant-col-sm-12, .ant-col-md-12, .ant-col-lg-12, .ant-col-13, .ant-col-xs-13, .ant-col-sm-13, .ant-col-md-13, .ant-col-lg-13, .ant-col-14, .ant-col-xs-14, .ant-col-sm-14, .ant-col-md-14, .ant-col-lg-14, .ant-col-15, .ant-col-xs-15, .ant-col-sm-15, .ant-col-md-15, .ant-col-lg-15, .ant-col-16, .ant-col-xs-16, .ant-col-sm-16, .ant-col-md-16, .ant-col-lg-16, .ant-col-17, .ant-col-xs-17, .ant-col-sm-17, .ant-col-md-17, .ant-col-lg-17, .ant-col-18, .ant-col-xs-18, .ant-col-sm-18, .ant-col-md-18, .ant-col-lg-18, .ant-col-19, .ant-col-xs-19, .ant-col-sm-19, .ant-col-md-19, .ant-col-lg-19, .ant-col-20, .ant-col-xs-20, .ant-col-sm-20, .ant-col-md-20, .ant-col-lg-20, .ant-col-21, .ant-col-xs-21, .ant-col-sm-21, .ant-col-md-21, .ant-col-lg-21, .ant-col-22, .ant-col-xs-22, .ant-col-sm-22, .ant-col-md-22, .ant-col-lg-22, .ant-col-23, .ant-col-xs-23, .ant-col-sm-23, .ant-col-md-23, .ant-col-lg-23, .ant-col-24, .ant-col-xs-24, .ant-col-sm-24, .ant-col-md-24, .ant-col-lg-24 { position: relative; min-height: 1px; padding-left: 0; padding-right: 0; } .ant-col-1, .ant-col-2, .ant-col-3, .ant-col-4, .ant-col-5, .ant-col-6, .ant-col-7, .ant-col-8, .ant-col-9, .ant-col-10, .ant-col-11, .ant-col-12, .ant-col-13, .ant-col-14, .ant-col-15, .ant-col-16, .ant-col-17, .ant-col-18, .ant-col-19, .ant-col-20, .ant-col-21, .ant-col-22, .ant-col-23, .ant-col-24 { float: left; flex: 0 0 auto; } .ant-col-24 { display: block; width: 100%; } .ant-col-push-24 { left: 100%; } .ant-col-pull-24 { right: 100%; } .ant-col-offset-24 { margin-left: 100%; } .ant-col-order-24 { order: 24; } .ant-col-23 { display: block; width: 95.83333333%; } .ant-col-push-23 { left: 95.83333333%; } .ant-col-pull-23 { right: 95.83333333%; } .ant-col-offset-23 { margin-left: 95.83333333%; } .ant-col-order-23 { order: 23; } .ant-col-22 { display: block; width: 91.66666667%; } .ant-col-push-22 { left: 91.66666667%; } .ant-col-pull-22 { right: 91.66666667%; } .ant-col-offset-22 { margin-left: 91.66666667%; } .ant-col-order-22 { order: 22; } .ant-col-21 { display: block; width: 87.5%; } .ant-col-push-21 { left: 87.5%; } .ant-col-pull-21 { right: 87.5%; } .ant-col-offset-21 { margin-left: 87.5%; } .ant-col-order-21 { order: 21; } .ant-col-20 { display: block; width: 83.33333333%; } .ant-col-push-20 { left: 83.33333333%; } .ant-col-pull-20 { right: 83.33333333%; } .ant-col-offset-20 { margin-left: 83.33333333%; } .ant-col-order-20 { order: 20; } .ant-col-19 { display: block; width: 79.16666667%; } .ant-col-push-19 { left: 79.16666667%; } .ant-col-pull-19 { right: 79.16666667%; } .ant-col-offset-19 { margin-left: 79.16666667%; } .ant-col-order-19 { order: 19; } .ant-col-18 { display: block; width: 75%; } .ant-col-push-18 { left: 75%; } .ant-col-pull-18 { right: 75%; } .ant-col-offset-18 { margin-left: 75%; } .ant-col-order-18 { order: 18; } .ant-col-17 { display: block; width: 70.83333333%; } .ant-col-push-17 { left: 70.83333333%; } .ant-col-pull-17 { right: 70.83333333%; } .ant-col-offset-17 { margin-left: 70.83333333%; } .ant-col-order-17 { order: 17; } .ant-col-16 { display: block; width: 66.66666667%; } .ant-col-push-16 { left: 66.66666667%; } .ant-col-pull-16 { right: 66.66666667%; } .ant-col-offset-16 { margin-left: 66.66666667%; } .ant-col-order-16 { order: 16; } .ant-col-15 { display: block; width: 62.5%; } .ant-col-push-15 { left: 62.5%; } .ant-col-pull-15 { right: 62.5%; } .ant-col-offset-15 { margin-left: 62.5%; } .ant-col-order-15 { order: 15; } .ant-col-14 { display: block; width: 58.33333333%; } .ant-col-push-14 { left: 58.33333333%; } .ant-col-pull-14 { right: 58.33333333%; } .ant-col-offset-14 { margin-left: 58.33333333%; } .ant-col-order-14 { order: 14; } .ant-col-13 { display: block; width: 54.16666667%; } .ant-col-push-13 { left: 54.16666667%; } .ant-col-pull-13 { right: 54.16666667%; } .ant-col-offset-13 { margin-left: 54.16666667%; } .ant-col-order-13 { order: 13; } .ant-col-12 { display: block; width: 50%; } .ant-col-push-12 { left: 50%; } .ant-col-pull-12 { right: 50%; } .ant-col-offset-12 { margin-left: 50%; } .ant-col-order-12 { order: 12; } .ant-col-11 { display: block; width: 45.83333333%; } .ant-col-push-11 { left: 45.83333333%; } .ant-col-pull-11 { right: 45.83333333%; } .ant-col-offset-11 { margin-left: 45.83333333%; } .ant-col-order-11 { order: 11; } .ant-col-10 { display: block; width: 41.66666667%; } .ant-col-push-10 { left: 41.66666667%; } .ant-col-pull-10 { right: 41.66666667%; } .ant-col-offset-10 { margin-left: 41.66666667%; } .ant-col-order-10 { order: 10; } .ant-col-9 { display: block; width: 37.5%; } .ant-col-push-9 { left: 37.5%; } .ant-col-pull-9 { right: 37.5%; } .ant-col-offset-9 { margin-left: 37.5%; } .ant-col-order-9 { order: 9; } .ant-col-8 { display: block; width: 33.33333333%; } .ant-col-push-8 { left: 33.33333333%; } .ant-col-pull-8 { right: 33.33333333%; } .ant-col-offset-8 { margin-left: 33.33333333%; } .ant-col-order-8 { order: 8; } .ant-col-7 { display: block; width: 29.16666667%; } .ant-col-push-7 { left: 29.16666667%; } .ant-col-pull-7 { right: 29.16666667%; } .ant-col-offset-7 { margin-left: 29.16666667%; } .ant-col-order-7 { order: 7; } .ant-col-6 { display: block; width: 25%; } .ant-col-push-6 { left: 25%; } .ant-col-pull-6 { right: 25%; } .ant-col-offset-6 { margin-left: 25%; } .ant-col-order-6 { order: 6; } .ant-col-5 { display: block; width: 20.83333333%; } .ant-col-push-5 { left: 20.83333333%; } .ant-col-pull-5 { right: 20.83333333%; } .ant-col-offset-5 { margin-left: 20.83333333%; } .ant-col-order-5 { order: 5; } .ant-col-4 { display: block; width: 16.66666667%; } .ant-col-push-4 { left: 16.66666667%; } .ant-col-pull-4 { right: 16.66666667%; } .ant-col-offset-4 { margin-left: 16.66666667%; } .ant-col-order-4 { order: 4; } .ant-col-3 { display: block; width: 12.5%; } .ant-col-push-3 { left: 12.5%; } .ant-col-pull-3 { right: 12.5%; } .ant-col-offset-3 { margin-left: 12.5%; } .ant-col-order-3 { order: 3; } .ant-col-2 { display: block; width: 8.33333333%; } .ant-col-push-2 { left: 8.33333333%; } .ant-col-pull-2 { right: 8.33333333%; } .ant-col-offset-2 { margin-left: 8.33333333%; } .ant-col-order-2 { order: 2; } .ant-col-1 { display: block; width: 4.16666667%; } .ant-col-push-1 { left: 4.16666667%; } .ant-col-pull-1 { right: 4.16666667%; } .ant-col-offset-1 { margin-left: 4.16666667%; } .ant-col-order-1 { order: 1; } .ant-col-0 { display: none; } .ant-col-push-0 { left: auto; } .ant-col-pull-0 { right: auto; } .ant-col-push-0 { left: auto; } .ant-col-pull-0 { right: auto; } .ant-col-offset-0 { margin-left: 0; } .ant-col-order-0 { order: 0; } .ant-col-xs-1, .ant-col-xs-2, .ant-col-xs-3, .ant-col-xs-4, .ant-col-xs-5, .ant-col-xs-6, .ant-col-xs-7, .ant-col-xs-8, .ant-col-xs-9, .ant-col-xs-10, .ant-col-xs-11, .ant-col-xs-12, .ant-col-xs-13, .ant-col-xs-14, .ant-col-xs-15, .ant-col-xs-16, .ant-col-xs-17, .ant-col-xs-18, .ant-col-xs-19, .ant-col-xs-20, .ant-col-xs-21, .ant-col-xs-22, .ant-col-xs-23, .ant-col-xs-24 { float: left; flex: 0 0 auto; } .ant-col-xs-24 { display: block; width: 100%; } .ant-col-xs-push-24 { left: 100%; } .ant-col-xs-pull-24 { right: 100%; } .ant-col-xs-offset-24 { margin-left: 100%; } .ant-col-xs-order-24 { order: 24; } .ant-col-xs-23 { display: block; width: 95.83333333%; } .ant-col-xs-push-23 { left: 95.83333333%; } .ant-col-xs-pull-23 { right: 95.83333333%; } .ant-col-xs-offset-23 { margin-left: 95.83333333%; } .ant-col-xs-order-23 { order: 23; } .ant-col-xs-22 { display: block; width: 91.66666667%; } .ant-col-xs-push-22 { left: 91.66666667%; } .ant-col-xs-pull-22 { right: 91.66666667%; } .ant-col-xs-offset-22 { margin-left: 91.66666667%; } .ant-col-xs-order-22 { order: 22; } .ant-col-xs-21 { display: block; width: 87.5%; } .ant-col-xs-push-21 { left: 87.5%; } .ant-col-xs-pull-21 { right: 87.5%; } .ant-col-xs-offset-21 { margin-left: 87.5%; } .ant-col-xs-order-21 { order: 21; } .ant-col-xs-20 { display: block; width: 83.33333333%; } .ant-col-xs-push-20 { left: 83.33333333%; } .ant-col-xs-pull-20 { right: 83.33333333%; } .ant-col-xs-offset-20 { margin-left: 83.33333333%; } .ant-col-xs-order-20 { order: 20; } .ant-col-xs-19 { display: block; width: 79.16666667%; } .ant-col-xs-push-19 { left: 79.16666667%; } .ant-col-xs-pull-19 { right: 79.16666667%; } .ant-col-xs-offset-19 { margin-left: 79.16666667%; } .ant-col-xs-order-19 { order: 19; } .ant-col-xs-18 { display: block; width: 75%; } .ant-col-xs-push-18 { left: 75%; } .ant-col-xs-pull-18 { right: 75%; } .ant-col-xs-offset-18 { margin-left: 75%; } .ant-col-xs-order-18 { order: 18; } .ant-col-xs-17 { display: block; width: 70.83333333%; } .ant-col-xs-push-17 { left: 70.83333333%; } .ant-col-xs-pull-17 { right: 70.83333333%; } .ant-col-xs-offset-17 { margin-left: 70.83333333%; } .ant-col-xs-order-17 { order: 17; } .ant-col-xs-16 { display: block; width: 66.66666667%; } .ant-col-xs-push-16 { left: 66.66666667%; } .ant-col-xs-pull-16 { right: 66.66666667%; } .ant-col-xs-offset-16 { margin-left: 66.66666667%; } .ant-col-xs-order-16 { order: 16; } .ant-col-xs-15 { display: block; width: 62.5%; } .ant-col-xs-push-15 { left: 62.5%; } .ant-col-xs-pull-15 { right: 62.5%; } .ant-col-xs-offset-15 { margin-left: 62.5%; } .ant-col-xs-order-15 { order: 15; } .ant-col-xs-14 { display: block; width: 58.33333333%; } .ant-col-xs-push-14 { left: 58.33333333%; } .ant-col-xs-pull-14 { right: 58.33333333%; } .ant-col-xs-offset-14 { margin-left: 58.33333333%; } .ant-col-xs-order-14 { order: 14; } .ant-col-xs-13 { display: block; width: 54.16666667%; } .ant-col-xs-push-13 { left: 54.16666667%; } .ant-col-xs-pull-13 { right: 54.16666667%; } .ant-col-xs-offset-13 { margin-left: 54.16666667%; } .ant-col-xs-order-13 { order: 13; } .ant-col-xs-12 { display: block; width: 50%; } .ant-col-xs-push-12 { left: 50%; } .ant-col-xs-pull-12 { right: 50%; } .ant-col-xs-offset-12 { margin-left: 50%; } .ant-col-xs-order-12 { order: 12; } .ant-col-xs-11 { display: block; width: 45.83333333%; } .ant-col-xs-push-11 { left: 45.83333333%; } .ant-col-xs-pull-11 { right: 45.83333333%; } .ant-col-xs-offset-11 { margin-left: 45.83333333%; } .ant-col-xs-order-11 { order: 11; } .ant-col-xs-10 { display: block; width: 41.66666667%; } .ant-col-xs-push-10 { left: 41.66666667%; } .ant-col-xs-pull-10 { right: 41.66666667%; } .ant-col-xs-offset-10 { margin-left: 41.66666667%; } .ant-col-xs-order-10 { order: 10; } .ant-col-xs-9 { display: block; width: 37.5%; } .ant-col-xs-push-9 { left: 37.5%; } .ant-col-xs-pull-9 { right: 37.5%; } .ant-col-xs-offset-9 { margin-left: 37.5%; } .ant-col-xs-order-9 { order: 9; } .ant-col-xs-8 { display: block; width: 33.33333333%; } .ant-col-xs-push-8 { left: 33.33333333%; } .ant-col-xs-pull-8 { right: 33.33333333%; } .ant-col-xs-offset-8 { margin-left: 33.33333333%; } .ant-col-xs-order-8 { order: 8; } .ant-col-xs-7 { display: block; width: 29.16666667%; } .ant-col-xs-push-7 { left: 29.16666667%; } .ant-col-xs-pull-7 { right: 29.16666667%; } .ant-col-xs-offset-7 { margin-left: 29.16666667%; } .ant-col-xs-order-7 { order: 7; } .ant-col-xs-6 { display: block; width: 25%; } .ant-col-xs-push-6 { left: 25%; } .ant-col-xs-pull-6 { right: 25%; } .ant-col-xs-offset-6 { margin-left: 25%; } .ant-col-xs-order-6 { order: 6; } .ant-col-xs-5 { display: block; width: 20.83333333%; } .ant-col-xs-push-5 { left: 20.83333333%; } .ant-col-xs-pull-5 { right: 20.83333333%; } .ant-col-xs-offset-5 { margin-left: 20.83333333%; } .ant-col-xs-order-5 { order: 5; } .ant-col-xs-4 { display: block; width: 16.66666667%; } .ant-col-xs-push-4 { left: 16.66666667%; } .ant-col-xs-pull-4 { right: 16.66666667%; } .ant-col-xs-offset-4 { margin-left: 16.66666667%; } .ant-col-xs-order-4 { order: 4; } .ant-col-xs-3 { display: block; width: 12.5%; } .ant-col-xs-push-3 { left: 12.5%; } .ant-col-xs-pull-3 { right: 12.5%; } .ant-col-xs-offset-3 { margin-left: 12.5%; } .ant-col-xs-order-3 { order: 3; } .ant-col-xs-2 { display: block; width: 8.33333333%; } .ant-col-xs-push-2 { left: 8.33333333%; } .ant-col-xs-pull-2 { right: 8.33333333%; } .ant-col-xs-offset-2 { margin-left: 8.33333333%; } .ant-col-xs-order-2 { order: 2; } .ant-col-xs-1 { display: block; width: 4.16666667%; } .ant-col-xs-push-1 { left: 4.16666667%; } .ant-col-xs-pull-1 { right: 4.16666667%; } .ant-col-xs-offset-1 { margin-left: 4.16666667%; } .ant-col-xs-order-1 { order: 1; } .ant-col-xs-0 { display: none; } .ant-col-push-0 { left: auto; } .ant-col-pull-0 { right: auto; } .ant-col-xs-push-0 { left: auto; } .ant-col-xs-pull-0 { right: auto; } .ant-col-xs-offset-0 { margin-left: 0; } .ant-col-xs-order-0 { order: 0; } @media (min-width: 768px) { .ant-col-sm-1, .ant-col-sm-2, .ant-col-sm-3, .ant-col-sm-4, .ant-col-sm-5, .ant-col-sm-6, .ant-col-sm-7, .ant-col-sm-8, .ant-col-sm-9, .ant-col-sm-10, .ant-col-sm-11, .ant-col-sm-12, .ant-col-sm-13, .ant-col-sm-14, .ant-col-sm-15, .ant-col-sm-16, .ant-col-sm-17, .ant-col-sm-18, .ant-col-sm-19, .ant-col-sm-20, .ant-col-sm-21, .ant-col-sm-22, .ant-col-sm-23, .ant-col-sm-24 { float: left; flex: 0 0 auto; } .ant-col-sm-24 { display: block; width: 100%; } .ant-col-sm-push-24 { left: 100%; } .ant-col-sm-pull-24 { right: 100%; } .ant-col-sm-offset-24 { margin-left: 100%; } .ant-col-sm-order-24 { order: 24; } .ant-col-sm-23 { display: block; width: 95.83333333%; } .ant-col-sm-push-23 { left: 95.83333333%; } .ant-col-sm-pull-23 { right: 95.83333333%; } .ant-col-sm-offset-23 { margin-left: 95.83333333%; } .ant-col-sm-order-23 { order: 23; } .ant-col-sm-22 { display: block; width: 91.66666667%; } .ant-col-sm-push-22 { left: 91.66666667%; } .ant-col-sm-pull-22 { right: 91.66666667%; } .ant-col-sm-offset-22 { margin-left: 91.66666667%; } .ant-col-sm-order-22 { order: 22; } .ant-col-sm-21 { display: block; width: 87.5%; } .ant-col-sm-push-21 { left: 87.5%; } .ant-col-sm-pull-21 { right: 87.5%; } .ant-col-sm-offset-21 { margin-left: 87.5%; } .ant-col-sm-order-21 { order: 21; } .ant-col-sm-20 { display: block; width: 83.33333333%; } .ant-col-sm-push-20 { left: 83.33333333%; } .ant-col-sm-pull-20 { right: 83.33333333%; } .ant-col-sm-offset-20 { margin-left: 83.33333333%; } .ant-col-sm-order-20 { order: 20; } .ant-col-sm-19 { display: block; width: 79.16666667%; } .ant-col-sm-push-19 { left: 79.16666667%; } .ant-col-sm-pull-19 { right: 79.16666667%; } .ant-col-sm-offset-19 { margin-left: 79.16666667%; } .ant-col-sm-order-19 { order: 19; } .ant-col-sm-18 { display: block; width: 75%; } .ant-col-sm-push-18 { left: 75%; } .ant-col-sm-pull-18 { right: 75%; } .ant-col-sm-offset-18 { margin-left: 75%; } .ant-col-sm-order-18 { order: 18; } .ant-col-sm-17 { display: block; width: 70.83333333%; } .ant-col-sm-push-17 { left: 70.83333333%; } .ant-col-sm-pull-17 { right: 70.83333333%; } .ant-col-sm-offset-17 { margin-left: 70.83333333%; } .ant-col-sm-order-17 { order: 17; } .ant-col-sm-16 { display: block; width: 66.66666667%; } .ant-col-sm-push-16 { left: 66.66666667%; } .ant-col-sm-pull-16 { right: 66.66666667%; } .ant-col-sm-offset-16 { margin-left: 66.66666667%; } .ant-col-sm-order-16 { order: 16; } .ant-col-sm-15 { display: block; width: 62.5%; } .ant-col-sm-push-15 { left: 62.5%; } .ant-col-sm-pull-15 { right: 62.5%; } .ant-col-sm-offset-15 { margin-left: 62.5%; } .ant-col-sm-order-15 { order: 15; } .ant-col-sm-14 { display: block; width: 58.33333333%; } .ant-col-sm-push-14 { left: 58.33333333%; } .ant-col-sm-pull-14 { right: 58.33333333%; } .ant-col-sm-offset-14 { margin-left: 58.33333333%; } .ant-col-sm-order-14 { order: 14; } .ant-col-sm-13 { display: block; width: 54.16666667%; } .ant-col-sm-push-13 { left: 54.16666667%; } .ant-col-sm-pull-13 { right: 54.16666667%; } .ant-col-sm-offset-13 { margin-left: 54.16666667%; } .ant-col-sm-order-13 { order: 13; } .ant-col-sm-12 { display: block; width: 50%; } .ant-col-sm-push-12 { left: 50%; } .ant-col-sm-pull-12 { right: 50%; } .ant-col-sm-offset-12 { margin-left: 50%; } .ant-col-sm-order-12 { order: 12; } .ant-col-sm-11 { display: block; width: 45.83333333%; } .ant-col-sm-push-11 { left: 45.83333333%; } .ant-col-sm-pull-11 { right: 45.83333333%; } .ant-col-sm-offset-11 { margin-left: 45.83333333%; } .ant-col-sm-order-11 { order: 11; } .ant-col-sm-10 { display: block; width: 41.66666667%; } .ant-col-sm-push-10 { left: 41.66666667%; } .ant-col-sm-pull-10 { right: 41.66666667%; } .ant-col-sm-offset-10 { margin-left: 41.66666667%; } .ant-col-sm-order-10 { order: 10; } .ant-col-sm-9 { display: block; width: 37.5%; } .ant-col-sm-push-9 { left: 37.5%; } .ant-col-sm-pull-9 { right: 37.5%; } .ant-col-sm-offset-9 { margin-left: 37.5%; } .ant-col-sm-order-9 { order: 9; } .ant-col-sm-8 { display: block; width: 33.33333333%; } .ant-col-sm-push-8 { left: 33.33333333%; } .ant-col-sm-pull-8 { right: 33.33333333%; } .ant-col-sm-offset-8 { margin-left: 33.33333333%; } .ant-col-sm-order-8 { order: 8; } .ant-col-sm-7 { display: block; width: 29.16666667%; } .ant-col-sm-push-7 { left: 29.16666667%; } .ant-col-sm-pull-7 { right: 29.16666667%; } .ant-col-sm-offset-7 { margin-left: 29.16666667%; } .ant-col-sm-order-7 { order: 7; } .ant-col-sm-6 { display: block; width: 25%; } .ant-col-sm-push-6 { left: 25%; } .ant-col-sm-pull-6 { right: 25%; } .ant-col-sm-offset-6 { margin-left: 25%; } .ant-col-sm-order-6 { order: 6; } .ant-col-sm-5 { display: block; width: 20.83333333%; } .ant-col-sm-push-5 { left: 20.83333333%; } .ant-col-sm-pull-5 { right: 20.83333333%; } .ant-col-sm-offset-5 { margin-left: 20.83333333%; } .ant-col-sm-order-5 { order: 5; } .ant-col-sm-4 { display: block; width: 16.66666667%; } .ant-col-sm-push-4 { left: 16.66666667%; } .ant-col-sm-pull-4 { right: 16.66666667%; } .ant-col-sm-offset-4 { margin-left: 16.66666667%; } .ant-col-sm-order-4 { order: 4; } .ant-col-sm-3 { display: block; width: 12.5%; } .ant-col-sm-push-3 { left: 12.5%; } .ant-col-sm-pull-3 { right: 12.5%; } .ant-col-sm-offset-3 { margin-left: 12.5%; } .ant-col-sm-order-3 { order: 3; } .ant-col-sm-2 { display: block; width: 8.33333333%; } .ant-col-sm-push-2 { left: 8.33333333%; } .ant-col-sm-pull-2 { right: 8.33333333%; } .ant-col-sm-offset-2 { margin-left: 8.33333333%; } .ant-col-sm-order-2 { order: 2; } .ant-col-sm-1 { display: block; width: 4.16666667%; } .ant-col-sm-push-1 { left: 4.16666667%; } .ant-col-sm-pull-1 { right: 4.16666667%; } .ant-col-sm-offset-1 { margin-left: 4.16666667%; } .ant-col-sm-order-1 { order: 1; } .ant-col-sm-0 { display: none; } .ant-col-push-0 { left: auto; } .ant-col-pull-0 { right: auto; } .ant-col-sm-push-0 { left: auto; } .ant-col-sm-pull-0 { right: auto; } .ant-col-sm-offset-0 { margin-left: 0; } .ant-col-sm-order-0 { order: 0; } } @media (min-width: 992px) { .ant-col-md-1, .ant-col-md-2, .ant-col-md-3, .ant-col-md-4, .ant-col-md-5, .ant-col-md-6, .ant-col-md-7, .ant-col-md-8, .ant-col-md-9, .ant-col-md-10, .ant-col-md-11, .ant-col-md-12, .ant-col-md-13, .ant-col-md-14, .ant-col-md-15, .ant-col-md-16, .ant-col-md-17, .ant-col-md-18, .ant-col-md-19, .ant-col-md-20, .ant-col-md-21, .ant-col-md-22, .ant-col-md-23, .ant-col-md-24 { float: left; flex: 0 0 auto; } .ant-col-md-24 { display: block; width: 100%; } .ant-col-md-push-24 { left: 100%; } .ant-col-md-pull-24 { right: 100%; } .ant-col-md-offset-24 { margin-left: 100%; } .ant-col-md-order-24 { order: 24; } .ant-col-md-23 { display: block; width: 95.83333333%; } .ant-col-md-push-23 { left: 95.83333333%; } .ant-col-md-pull-23 { right: 95.83333333%; } .ant-col-md-offset-23 { margin-left: 95.83333333%; } .ant-col-md-order-23 { order: 23; } .ant-col-md-22 { display: block; width: 91.66666667%; } .ant-col-md-push-22 { left: 91.66666667%; } .ant-col-md-pull-22 { right: 91.66666667%; } .ant-col-md-offset-22 { margin-left: 91.66666667%; } .ant-col-md-order-22 { order: 22; } .ant-col-md-21 { display: block; width: 87.5%; } .ant-col-md-push-21 { left: 87.5%; } .ant-col-md-pull-21 { right: 87.5%; } .ant-col-md-offset-21 { margin-left: 87.5%; } .ant-col-md-order-21 { order: 21; } .ant-col-md-20 { display: block; width: 83.33333333%; } .ant-col-md-push-20 { left: 83.33333333%; } .ant-col-md-pull-20 { right: 83.33333333%; } .ant-col-md-offset-20 { margin-left: 83.33333333%; } .ant-col-md-order-20 { order: 20; } .ant-col-md-19 { display: block; width: 79.16666667%; } .ant-col-md-push-19 { left: 79.16666667%; } .ant-col-md-pull-19 { right: 79.16666667%; } .ant-col-md-offset-19 { margin-left: 79.16666667%; } .ant-col-md-order-19 { order: 19; } .ant-col-md-18 { display: block; width: 75%; } .ant-col-md-push-18 { left: 75%; } .ant-col-md-pull-18 { right: 75%; } .ant-col-md-offset-18 { margin-left: 75%; } .ant-col-md-order-18 { order: 18; } .ant-col-md-17 { display: block; width: 70.83333333%; } .ant-col-md-push-17 { left: 70.83333333%; } .ant-col-md-pull-17 { right: 70.83333333%; } .ant-col-md-offset-17 { margin-left: 70.83333333%; } .ant-col-md-order-17 { order: 17; } .ant-col-md-16 { display: block; width: 66.66666667%; } .ant-col-md-push-16 { left: 66.66666667%; } .ant-col-md-pull-16 { right: 66.66666667%; } .ant-col-md-offset-16 { margin-left: 66.66666667%; } .ant-col-md-order-16 { order: 16; } .ant-col-md-15 { display: block; width: 62.5%; } .ant-col-md-push-15 { left: 62.5%; } .ant-col-md-pull-15 { right: 62.5%; } .ant-col-md-offset-15 { margin-left: 62.5%; } .ant-col-md-order-15 { order: 15; } .ant-col-md-14 { display: block; width: 58.33333333%; } .ant-col-md-push-14 { left: 58.33333333%; } .ant-col-md-pull-14 { right: 58.33333333%; } .ant-col-md-offset-14 { margin-left: 58.33333333%; } .ant-col-md-order-14 { order: 14; } .ant-col-md-13 { display: block; width: 54.16666667%; } .ant-col-md-push-13 { left: 54.16666667%; } .ant-col-md-pull-13 { right: 54.16666667%; } .ant-col-md-offset-13 { margin-left: 54.16666667%; } .ant-col-md-order-13 { order: 13; } .ant-col-md-12 { display: block; width: 50%; } .ant-col-md-push-12 { left: 50%; } .ant-col-md-pull-12 { right: 50%; } .ant-col-md-offset-12 { margin-left: 50%; } .ant-col-md-order-12 { order: 12; } .ant-col-md-11 { display: block; width: 45.83333333%; } .ant-col-md-push-11 { left: 45.83333333%; } .ant-col-md-pull-11 { right: 45.83333333%; } .ant-col-md-offset-11 { margin-left: 45.83333333%; } .ant-col-md-order-11 { order: 11; } .ant-col-md-10 { display: block; width: 41.66666667%; } .ant-col-md-push-10 { left: 41.66666667%; } .ant-col-md-pull-10 { right: 41.66666667%; } .ant-col-md-offset-10 { margin-left: 41.66666667%; } .ant-col-md-order-10 { order: 10; } .ant-col-md-9 { display: block; width: 37.5%; } .ant-col-md-push-9 { left: 37.5%; } .ant-col-md-pull-9 { right: 37.5%; } .ant-col-md-offset-9 { margin-left: 37.5%; } .ant-col-md-order-9 { order: 9; } .ant-col-md-8 { display: block; width: 33.33333333%; } .ant-col-md-push-8 { left: 33.33333333%; } .ant-col-md-pull-8 { right: 33.33333333%; } .ant-col-md-offset-8 { margin-left: 33.33333333%; } .ant-col-md-order-8 { order: 8; } .ant-col-md-7 { display: block; width: 29.16666667%; } .ant-col-md-push-7 { left: 29.16666667%; } .ant-col-md-pull-7 { right: 29.16666667%; } .ant-col-md-offset-7 { margin-left: 29.16666667%; } .ant-col-md-order-7 { order: 7; } .ant-col-md-6 { display: block; width: 25%; } .ant-col-md-push-6 { left: 25%; } .ant-col-md-pull-6 { right: 25%; } .ant-col-md-offset-6 { margin-left: 25%; } .ant-col-md-order-6 { order: 6; } .ant-col-md-5 { display: block; width: 20.83333333%; } .ant-col-md-push-5 { left: 20.83333333%; } .ant-col-md-pull-5 { right: 20.83333333%; } .ant-col-md-offset-5 { margin-left: 20.83333333%; } .ant-col-md-order-5 { order: 5; } .ant-col-md-4 { display: block; width: 16.66666667%; } .ant-col-md-push-4 { left: 16.66666667%; } .ant-col-md-pull-4 { right: 16.66666667%; } .ant-col-md-offset-4 { margin-left: 16.66666667%; } .ant-col-md-order-4 { order: 4; } .ant-col-md-3 { display: block; width: 12.5%; } .ant-col-md-push-3 { left: 12.5%; } .ant-col-md-pull-3 { right: 12.5%; } .ant-col-md-offset-3 { margin-left: 12.5%; } .ant-col-md-order-3 { order: 3; } .ant-col-md-2 { display: block; width: 8.33333333%; } .ant-col-md-push-2 { left: 8.33333333%; } .ant-col-md-pull-2 { right: 8.33333333%; } .ant-col-md-offset-2 { margin-left: 8.33333333%; } .ant-col-md-order-2 { order: 2; } .ant-col-md-1 { display: block; width: 4.16666667%; } .ant-col-md-push-1 { left: 4.16666667%; } .ant-col-md-pull-1 { right: 4.16666667%; } .ant-col-md-offset-1 { margin-left: 4.16666667%; } .ant-col-md-order-1 { order: 1; } .ant-col-md-0 { display: none; } .ant-col-push-0 { left: auto; } .ant-col-pull-0 { right: auto; } .ant-col-md-push-0 { left: auto; } .ant-col-md-pull-0 { right: auto; } .ant-col-md-offset-0 { margin-left: 0; } .ant-col-md-order-0 { order: 0; } } @media (min-width: 1200px) { .ant-col-lg-1, .ant-col-lg-2, .ant-col-lg-3, .ant-col-lg-4, .ant-col-lg-5, .ant-col-lg-6, .ant-col-lg-7, .ant-col-lg-8, .ant-col-lg-9, .ant-col-lg-10, .ant-col-lg-11, .ant-col-lg-12, .ant-col-lg-13, .ant-col-lg-14, .ant-col-lg-15, .ant-col-lg-16, .ant-col-lg-17, .ant-col-lg-18, .ant-col-lg-19, .ant-col-lg-20, .ant-col-lg-21, .ant-col-lg-22, .ant-col-lg-23, .ant-col-lg-24 { float: left; flex: 0 0 auto; } .ant-col-lg-24 { display: block; width: 100%; } .ant-col-lg-push-24 { left: 100%; } .ant-col-lg-pull-24 { right: 100%; } .ant-col-lg-offset-24 { margin-left: 100%; } .ant-col-lg-order-24 { order: 24; } .ant-col-lg-23 { display: block; width: 95.83333333%; } .ant-col-lg-push-23 { left: 95.83333333%; } .ant-col-lg-pull-23 { right: 95.83333333%; } .ant-col-lg-offset-23 { margin-left: 95.83333333%; } .ant-col-lg-order-23 { order: 23; } .ant-col-lg-22 { display: block; width: 91.66666667%; } .ant-col-lg-push-22 { left: 91.66666667%; } .ant-col-lg-pull-22 { right: 91.66666667%; } .ant-col-lg-offset-22 { margin-left: 91.66666667%; } .ant-col-lg-order-22 { order: 22; } .ant-col-lg-21 { display: block; width: 87.5%; } .ant-col-lg-push-21 { left: 87.5%; } .ant-col-lg-pull-21 { right: 87.5%; } .ant-col-lg-offset-21 { margin-left: 87.5%; } .ant-col-lg-order-21 { order: 21; } .ant-col-lg-20 { display: block; width: 83.33333333%; } .ant-col-lg-push-20 { left: 83.33333333%; } .ant-col-lg-pull-20 { right: 83.33333333%; } .ant-col-lg-offset-20 { margin-left: 83.33333333%; } .ant-col-lg-order-20 { order: 20; } .ant-col-lg-19 { display: block; width: 79.16666667%; } .ant-col-lg-push-19 { left: 79.16666667%; } .ant-col-lg-pull-19 { right: 79.16666667%; } .ant-col-lg-offset-19 { margin-left: 79.16666667%; } .ant-col-lg-order-19 { order: 19; } .ant-col-lg-18 { display: block; width: 75%; } .ant-col-lg-push-18 { left: 75%; } .ant-col-lg-pull-18 { right: 75%; } .ant-col-lg-offset-18 { margin-left: 75%; } .ant-col-lg-order-18 { order: 18; } .ant-col-lg-17 { display: block; width: 70.83333333%; } .ant-col-lg-push-17 { left: 70.83333333%; } .ant-col-lg-pull-17 { right: 70.83333333%; } .ant-col-lg-offset-17 { margin-left: 70.83333333%; } .ant-col-lg-order-17 { order: 17; } .ant-col-lg-16 { display: block; width: 66.66666667%; } .ant-col-lg-push-16 { left: 66.66666667%; } .ant-col-lg-pull-16 { right: 66.66666667%; } .ant-col-lg-offset-16 { margin-left: 66.66666667%; } .ant-col-lg-order-16 { order: 16; } .ant-col-lg-15 { display: block; width: 62.5%; } .ant-col-lg-push-15 { left: 62.5%; } .ant-col-lg-pull-15 { right: 62.5%; } .ant-col-lg-offset-15 { margin-left: 62.5%; } .ant-col-lg-order-15 { order: 15; } .ant-col-lg-14 { display: block; width: 58.33333333%; } .ant-col-lg-push-14 { left: 58.33333333%; } .ant-col-lg-pull-14 { right: 58.33333333%; } .ant-col-lg-offset-14 { margin-left: 58.33333333%; } .ant-col-lg-order-14 { order: 14; } .ant-col-lg-13 { display: block; width: 54.16666667%; } .ant-col-lg-push-13 { left: 54.16666667%; } .ant-col-lg-pull-13 { right: 54.16666667%; } .ant-col-lg-offset-13 { margin-left: 54.16666667%; } .ant-col-lg-order-13 { order: 13; } .ant-col-lg-12 { display: block; width: 50%; } .ant-col-lg-push-12 { left: 50%; } .ant-col-lg-pull-12 { right: 50%; } .ant-col-lg-offset-12 { margin-left: 50%; } .ant-col-lg-order-12 { order: 12; } .ant-col-lg-11 { display: block; width: 45.83333333%; } .ant-col-lg-push-11 { left: 45.83333333%; } .ant-col-lg-pull-11 { right: 45.83333333%; } .ant-col-lg-offset-11 { margin-left: 45.83333333%; } .ant-col-lg-order-11 { order: 11; } .ant-col-lg-10 { display: block; width: 41.66666667%; } .ant-col-lg-push-10 { left: 41.66666667%; } .ant-col-lg-pull-10 { right: 41.66666667%; } .ant-col-lg-offset-10 { margin-left: 41.66666667%; } .ant-col-lg-order-10 { order: 10; } .ant-col-lg-9 { display: block; width: 37.5%; } .ant-col-lg-push-9 { left: 37.5%; } .ant-col-lg-pull-9 { right: 37.5%; } .ant-col-lg-offset-9 { margin-left: 37.5%; } .ant-col-lg-order-9 { order: 9; } .ant-col-lg-8 { display: block; width: 33.33333333%; } .ant-col-lg-push-8 { left: 33.33333333%; } .ant-col-lg-pull-8 { right: 33.33333333%; } .ant-col-lg-offset-8 { margin-left: 33.33333333%; } .ant-col-lg-order-8 { order: 8; } .ant-col-lg-7 { display: block; width: 29.16666667%; } .ant-col-lg-push-7 { left: 29.16666667%; } .ant-col-lg-pull-7 { right: 29.16666667%; } .ant-col-lg-offset-7 { margin-left: 29.16666667%; } .ant-col-lg-order-7 { order: 7; } .ant-col-lg-6 { display: block; width: 25%; } .ant-col-lg-push-6 { left: 25%; } .ant-col-lg-pull-6 { right: 25%; } .ant-col-lg-offset-6 { margin-left: 25%; } .ant-col-lg-order-6 { order: 6; } .ant-col-lg-5 { display: block; width: 20.83333333%; } .ant-col-lg-push-5 { left: 20.83333333%; } .ant-col-lg-pull-5 { right: 20.83333333%; } .ant-col-lg-offset-5 { margin-left: 20.83333333%; } .ant-col-lg-order-5 { order: 5; } .ant-col-lg-4 { display: block; width: 16.66666667%; } .ant-col-lg-push-4 { left: 16.66666667%; } .ant-col-lg-pull-4 { right: 16.66666667%; } .ant-col-lg-offset-4 { margin-left: 16.66666667%; } .ant-col-lg-order-4 { order: 4; } .ant-col-lg-3 { display: block; width: 12.5%; } .ant-col-lg-push-3 { left: 12.5%; } .ant-col-lg-pull-3 { right: 12.5%; } .ant-col-lg-offset-3 { margin-left: 12.5%; } .ant-col-lg-order-3 { order: 3; } .ant-col-lg-2 { display: block; width: 8.33333333%; } .ant-col-lg-push-2 { left: 8.33333333%; } .ant-col-lg-pull-2 { right: 8.33333333%; } .ant-col-lg-offset-2 { margin-left: 8.33333333%; } .ant-col-lg-order-2 { order: 2; } .ant-col-lg-1 { display: block; width: 4.16666667%; } .ant-col-lg-push-1 { left: 4.16666667%; } .ant-col-lg-pull-1 { right: 4.16666667%; } .ant-col-lg-offset-1 { margin-left: 4.16666667%; } .ant-col-lg-order-1 { order: 1; } .ant-col-lg-0 { display: none; } .ant-col-push-0 { left: auto; } .ant-col-pull-0 { right: auto; } .ant-col-lg-push-0 { left: auto; } .ant-col-lg-pull-0 { right: auto; } .ant-col-lg-offset-0 { margin-left: 0; } .ant-col-lg-order-0 { order: 0; } } .ant-modal { position: relative; width: auto; margin: 0 auto; top: 100px; padding-bottom: 24px; } .ant-modal-wrap { position: fixed; overflow: auto; top: 0; right: 0; bottom: 0; left: 0; z-index: 1000; -webkit-overflow-scrolling: touch; outline: 0; } .ant-modal-title { margin: 0; font-size: 14px; line-height: 21px; font-weight: bold; } .ant-modal-content { position: relative; background-color: #fff; border: 0; border-radius: 4px; background-clip: padding-box; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); } .ant-modal-close { cursor: pointer; border: 0; background: transparent; position: absolute; right: 16px; top: 16px; z-index: 10; font-weight: 700; line-height: 1; text-decoration: none; transition: color .3s ease; color: rgba(0, 0, 0, 0.43); outline: 0; } .ant-modal-close-x { display: block; font-style: normal; vertical-align: baseline; text-align: center; text-transform: none; text-rendering: auto; width: 14px; height: 14px; font-size: 14px; line-height: 1; } .ant-modal-close-x:before { content: "\E633"; display: block; font-family: "anticon" !important; } .ant-modal-close:focus, .ant-modal-close:hover { color: #444; text-decoration: none; } .ant-modal-header { padding: 14px 16px; border-radius: 4px 4px 0 0; background: #fff; color: rgba(0, 0, 0, 0.65); border-bottom: 1px solid #e9e9e9; } .ant-modal-body { padding: 16px; font-size: 12px; line-height: 1.5; } .ant-modal-footer { border-top: 1px solid #e9e9e9; padding: 10px 16px 10px 10px; text-align: right; border-radius: 0 0 4px 4px; } .ant-modal-footer button + button { margin-left: 8px; margin-bottom: 0; } .ant-modal.zoom-enter, .ant-modal.zoom-appear { animation-duration: 0.3s; transform: none; opacity: 0; } .ant-modal-mask { position: fixed; top: 0; right: 0; left: 0; bottom: 0; background-color: #373737; background-color: rgba(55, 55, 55, 0.6); height: 100%; z-index: 1000; filter: alpha(opacity=50); } .ant-modal-mask-hidden { display: none; } .ant-modal-open { overflow: hidden; } @media (max-width: 768px) { .ant-modal { width: auto !important; margin: 10px; } .vertical-center-modal .ant-modal { flex: 1; } } .ant-confirm .ant-modal-header { display: none; } .ant-confirm .ant-modal-close { display: none; } .ant-confirm .ant-modal-body { padding: 30px 40px; } .ant-confirm-body-wrapper { zoom: 1; } .ant-confirm-body-wrapper:before, .ant-confirm-body-wrapper:after { content: " "; display: table; } .ant-confirm-body-wrapper:after { clear: both; visibility: hidden; font-size: 0; height: 0; } .ant-confirm-body .ant-confirm-title { color: rgba(0, 0, 0, 0.65); font-weight: bold; font-size: 14px; } .ant-confirm-body .ant-confirm-content { margin-left: 42px; font-size: 12px; color: rgba(0, 0, 0, 0.65); margin-top: 8px; } .ant-confirm-body > .anticon { font-size: 24px; margin-right: 16px; padding: 0 1px; float: left; } .ant-confirm .ant-confirm-btns { margin-top: 30px; float: right; } .ant-confirm .ant-confirm-btns button + button { margin-left: 10px; margin-bottom: 0; } .ant-confirm-error .ant-confirm-body > .anticon { color: #f04134; } .ant-confirm-warning .ant-confirm-body > .anticon, .ant-confirm-confirm .ant-confirm-body > .anticon { color: #ffbf00; } .ant-confirm-info .ant-confirm-body > .anticon { color: #58a3ff; } .ant-confirm-success .ant-confirm-body > .anticon { color: #00a854; } .change-modal .ant-modal-close span { color: #fff; } .change-modal .ant-modal-header { background: #000; color: #fff; font-size: 18px; } .change-modal .ant-modal-body { padding: 20px; padding-bottom: 10px; } .change-modal .ant-modal-body p { margin-bottom: 10px; } .change-modal .ant-modal-body p > span { text-align: right; padding-right: 6px; display: inline-block; width: 25%; } .change-modal .ant-modal-body p input { width: 70%; } .change-modal .ant-modal-body p .mixwidth { width: 38%; margin-right: 10px; } .change-modal .ant-modal-body .modal-intro { text-align: center; } .change-modal .ant-modal-body .modal-intro i { font-size: 15px; color: #79b5ff; margin-right: 6px; }