UNPKG

dh-c

Version:

The front-end development engineers jimberton gulp react component

2,420 lines (2,331 loc) 86 kB
@charset "UTF-8"; @font-face { font-family: 'dhfont'; /* project id 267870 */ src: url("//at.alicdn.com/t/font_wkwwhhrk1np9o1or.eot"); src: url("//at.alicdn.com/t/font_wkwwhhrk1np9o1or.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_wkwwhhrk1np9o1or.woff") format("woff"), url("//at.alicdn.com/t/font_wkwwhhrk1np9o1or.ttf") format("truetype"), url("//at.alicdn.com/t/font_wkwwhhrk1np9o1or.svg#dhfont") format("svg"); } .dh-icon { font-family: "dhfont" !important; 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; } .dh-icon-list:before { content: ""; } .dh-icon-filter:before { content: ""; } .dh-icon-resource:before { content: ""; } .dh-icon-share:before { content: ""; } .dh-icon-wifi:before { content: ""; } .dh-icon-calendar:before { content: ""; } .dh-icon-play:before { content: ""; } .dh-icon-left:before { content: ""; } .dh-icon-email:before { content: ""; } .dh-icon-up:before { content: ""; } .dh-icon-down:before { content: ""; } .dh-icon-right:before { content: ""; } .dh-icon-plus:before { content: ""; } .dh-icon-picture-fill:before { content: ""; } .dh-icon-edit:before { content: ""; } .dh-icon-backward:before { content: ""; } .dh-icon-forward:before { content: ""; } .dh-icon-user:before { content: ""; } .dh-icon-upload:before { content: ""; } .dh-icon-minus:before { content: ""; } .dh-icon-ok:before { content: ""; } .dh-icon-search:before { content: ""; } .dh-icon-store:before { content: ""; } .dh-icon-round-down:before { content: ""; } .dh-icon-round-right:before { content: ""; } .dh-icon-radio-checked:before { content: ""; } .dh-icon-radio:before { content: ""; } .dh-icon-key:before { content: ""; } .dh-icon-resize-full:before { content: ""; } .dh-icon-sharp:before { content: ""; } .dh-icon-round-left:before { content: ""; } .dh-icon-round-up:before { content: ""; } .dh-icon-remove:before { content: ""; } .dh-icon-picture:before { content: ""; } .dh-icon-home:before { content: ""; } .dh-icon-list-circle:before { content: ""; } .dh-icon-text:before { content: ""; } .dh-icon-location:before { content: ""; } .dh-icon-exit:before { content: ""; } .dh-icon-preview:before { content: ""; } .dh-icon-team:before { content: ""; } .dh-icon-chat-trend:before { content: ""; } .dh-icon-loading:before { content: ""; } .dh-icon-setting:before { content: ""; } .dh-icon-close:before { content: ""; } .dh-icon-lock:before { content: ""; } .dh-icon-checkbox:before { content: ""; } .dh-icon-link:before { content: ""; } .dh-icon-change:before { content: ""; } .dh-icon-date:before { content: ""; } .dh-icon-checkbox-checked:before { content: ""; } /* begin: default style **/ /* end: default **/ /* begin: primary style **/ /* end: primary **/ /* begin: danger style **/ /* end: danger **/ .dh-btn { display: inline-block; padding: 0 16px; height: 36px; font-size: 14px; border-radius: 18px; line-height: 1; text-align: center; background-image: none; cursor: pointer; user-select: none; outline: none; box-sizing: border-box; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); background-color: transparent; border: 1px solid #39b86e; color: #39b86e; } .dh-btn:hover { opacity: .7; } .dh-btn[disabled], .dh-btn[disabled]:hover { color: #ccc; background-color: #f6f6f6; border: 1px solid #e6e6e6; cursor: not-allowed; opacity: 1; } .dh-btn[data-role='checked'] { background-color: transparent; border: 1px solid #33a663; } .dh-btn .dh-icon + span { margin-left: 8px; } .dh-btn-primary { background-color: #39b86e; border: 1px solid #39b86e; color: #fff; } .dh-btn-primary[disabled], .dh-btn-primary[disabled]:hover { color: #ccc; background-color: #f6f6f6; border: 1px solid #e6e6e6; cursor: not-allowed; opacity: 1; } .dh-btn-primary[data-role='checked'] { background-color: #33a663; border: 1px solid #33a663; } .dh-btn-danger { background-color: #ff5a44; border: 1px solid #ff5a44; color: #fff; } .dh-btn-danger[disabled], .dh-btn-danger[disabled]:hover { color: #ccc; background-color: #f6f6f6; border: 1px solid #e6e6e6; cursor: not-allowed; opacity: 1; } .dh-btn-danger[data-role='checked'] { background-color: #e6513d; border: 1px solid #e6513d; } .dh-btn-small { height: 24px; font-size: 12px; border-radius: 12px; } .dh-btn-circle { width: 36px; height: 36px; padding: 0; font-size: 14px; border-radius: 50%; line-height: 1; } /* dropdown 颜色配置 */ .dh-dropdown { position: absolute; } .dh-dropdown-hidden { display: none; } .dh-dropdown-menu { box-shadow: 7px 6px 15px rgba(0, 0, 0, 0.15); } .dh-dropdown-menu-item { line-height: 32px; padding: 0 8px; color: #666666; font-size: 12px; cursor: pointer; } .dh-dropdown-menu-item:hover { color: #333333; background-color: #f6f6f6; } .dh-dropdown-title { width: 100%; border-bottom: 1px solid #39b86e; } .dh-dropdown-title span { display: inline-block; margin-bottom: 8px; } .dh-dropdown-title i { float: right; margin-top: 4px; font-size: 12px; color: #cccccc; } /** default style */ /** small style */ /** large style */ .dh-table.dh-table-default tr { height: 40px; font-size: 14px; } .dh-table.dh-table-small tr { height: 30px; } .dh-table.dh-table-large tr { height: 60px; } .dh-table table { border: 1px solid #e6eaee; border-radius: 3px; } .dh-table table tr td, .dh-table table tr th { font-weight: normal; border-bottom: 1px solid #e6eaee; padding-left: 4px; padding-right: 4px; background: #f8f9fa; color: #575f6d; } .dh-table table tr td { color: #333c48; } .dh-table table tr:last-child td { border-bottom: none; } .dh-table table tr:nth-child(odd) td { background: #fff; } .dh-table table tr:hover td { background: #e6eaee; } .dh-table.dh-table-bordered table tr td, .dh-table.dh-table-bordered table tr th { border-right: 1px solid #e6eaee; } .dh-table.dh-table-bordered table tr td:last-child, .dh-table.dh-table-bordered table tr th:last-child { border-right: none; } /* extend --begin */ .container .dh-tab-nav-container, .dh-tab .dh-tab-bar .dh-tab-nav-container, .dh-tab-diamond .dh-tab-bar .dh-tab-nav-container { overflow: hidden; white-space: nowrap; position: relative; } /*mixin --bdgin */ .dh-tab { overflow: hidden; } .dh-tab .dh-tab-bar { border-bottom: 1px solid #d8dbe4; outline: 0; } .dh-tab .dh-tab-bar .dh-tab-nav { position: relative; display: inline-block; padding: 8px 0; transform-origin: 0 0; } .dh-tab .dh-tab-bar .dh-tab-nav .dh-tab-ink-bar { position: absolute; bottom: 0; height: 2px; background-color: #3ab86e; z-index: 1; transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.3s; transform-origin: 0 0; } .dh-tab .dh-tab-bar .dh-tab-tab { transition: background-color .3s ease-out,color .3s ease-out; display: inline-block; padding: 0 12px; vertical-align: top; cursor: pointer; color: #999999; font-size: 12px; } .dh-tab .dh-tab-bar .dh-tab-tab-active { color: #666666; } .dh-tab-diamond .dh-tab-bar { border-bottom: 1px solid #d8dbe4; outline: 0; } .dh-tab-diamond .dh-tab-bar .dh-tab-nav { position: relative; display: inline-block; padding: 8px 0; transform-origin: 0 0; } .dh-tab-diamond .dh-tab-bar .dh-tab-nav .dh-tab-ink-bar { position: absolute; bottom: 0; height: 2px; background-color: transparent; z-index: 1; transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.3s; transform-origin: 0 0; } .dh-tab-diamond .dh-tab-bar .dh-tab-tab { height: 28px; line-height: 26px; border-radius: 14px; padding: 0 12px; border: 1px solid #e6e6e6; } .dh-tab-diamond .dh-tab-bar .dh-tab-tab:not(:nth-child(2)) { margin-left: 8px; } .dh-tab-diamond .dh-tab-bar .dh-tab-tab-active { background-color: #3ab86e; color: #fff; } .dh-tab-content-animated { display: flex; will-change: transform; } .dh-tab-content-animated .dh-tab-tabpane { transition: opacity .3s ease-out; opacity: 1; width: 100%; display: block; flex-shrink: 0; } /* --- s: sass extend method -- */ .inputNumberIcon, .dh-input-number-handler-up-inner, .dh-input-number-handler-down-inner { font-family: "iconfont" !important; 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; } .inputNumber .dh-input-number-input, .dh-input-number .dh-input-number-input { width: 100%; text-align: left; outline: 0; -moz-appearance: textfield; -webkit-transition: all .3s linear; transition: all .3s linear; color: #999; border: 0; } /* --- e: sass extend method -- */ .dh-input-number { position: relative; padding: 4px 0; width: 100%; cursor: text; color: #999; background-color: transparent; background-image: none; -webkit-transition: all .3s; transition: all .3s; margin: 0; font-size: 14px; display: inline-block; border-bottom: 1px solid #49c77d; } .dh-input-number-handler-wrap { width: initial; height: 100%; background: transparent; position: absolute; top: 0; right: 0; opacity: 0; -webkit-transition: opacity .24s linear .1s; transition: opacity .24s linear .1s; } .dh-input-number-handler-wrap:hover { opacity: 1; } .dh-input-number-handler { cursor: pointer; text-align: center; line-height: 0; height: 50%; overflow: hidden; position: relative; -webkit-transition: all .1s linear; transition: all .1s linear; display: block; width: 100%; color: #ccc; font-weight: 700; } .dh-input-number-handler-up { transform: rotate(180deg); } .dh-input-number-handler-up-inner:before { content: "\e609"; } .dh-input-number-handler-down-inner:before { content: "\e609"; } .dh-input-number-handler-up:hover, .dh-input-number-handler-down:hover { font-size: 14px; color: #999; } .dh-input { display: flex; justify-content: center; align-items: center; border-bottom: 1px solid #47c97d; } .dh-input-before { margin-right: 8px; } .dh-input-ater { margin-left: 8px; } .dh-input-warp { flex: 1; padding: 4px 0; } .dh-input-warp-inner { height: 100%; width: 100%; font-size: 12px; border: none; background: transparent; outline: 0; } .dh-section { width: 100%; position: relative; box-sizing: border-box; background-color: transparent; } .dh-section-response { width: auto; } @media screen and (min-width: 1200px) { .dh-section-response { width: 1200px; } } @media screen and (min-width: 960px) and (max-width: 1200px) { .dh-section-response { width: 960px; } } @media screen and (max-width: 960px) { .dh-section-response { width: 100%; } } /* 配置 参数 */ .dh-message-container { padding: 24px; border-radius: 4px; background-color: #ffffff; font-size: 12px; color: #cccccc; overflow: hidden; box-shadow: 7px 6px 15px rgba(0, 0, 0, 0.15); } .dh-message-container .dh-message-left { float: left; margin-right: 12px; } .dh-message-container .dh-message-left span { margin-left: 8px; font-weight: bold; color: #999999; } .dh-message-container .dh-message-right { float: left; } .dh-message-success { color: #39b86e; } .dh-message-error { color: #f04134; } .dh-message-warning { color: #ffbf00; } .dh-tooltip { position: absolute; } .dh-tooltip-content { background-color: #f6f6f6; box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2); } .dh-tooltip-hidden { display: none; } .dh-tooltip-arrow { position: absolute; border-color: transparent; border-style: solid; border-width: 5px; width: 0; height: 0; } .dh-tooltip-inner { padding: 12px 16px; border-radius: 4px; color: #666666; } .dh-tooltip-placement-top .dh-tooltip-arrow, .dh-tooltip-placement-topLeft .dh-tooltip-arrow, .dh-tooltip-placement-topRight .dh-tooltip-arrow { bottom: -5px; border-bottom-width: 0; border-top-color: #f6f6f6; } .dh-tooltip-placement-top .dh-tooltip-arrow { left: 40%; } .dh-tooltip-placement-topLeft .dh-tooltip-arrow { left: 15%; } .dh-tooltip-placement-topRight .dh-tooltip-arrow { left: 65%; } .dh-tooltip-placement-right .dh-tooltip-arrow, .dh-tooltip-placement-rightBottom .dh-tooltip-arrow, .dh-tooltip-placement-rightTop .dh-tooltip-arrow { left: -5px; border-left-width: 0; border-right-color: #f6f6f6; } .dh-tooltip-placement-right .dh-tooltip-arrow { top: 40%; } .dh-tooltip-placement-rightBottom .dh-tooltip-arrow { top: 65%; } .dh-tooltip-placement-rightTop .dh-tooltip-arrow { top: 15%; } .dh-tooltip-placement-bottom .dh-tooltip-arrow, .dh-tooltip-placement-bottomLeft .dh-tooltip-arrow, .dh-tooltip-placement-bottomRight .dh-tooltip-arrow { top: -5px; border-top-width: 0; border-bottom-color: #f6f6f6; } .dh-tooltip-placement-bottom .dh-tooltip-arrow { left: 40%; } .dh-tooltip-placement-bottomLeft .dh-tooltip-arrow { left: 15%; } .dh-tooltip-placement-bottomRight .dh-tooltip-arrow { left: 65%; } .dh-tooltip-placement-left .dh-tooltip-arrow, .dh-tooltip-placement-leftBottom .dh-tooltip-arrow, .dh-tooltip-placement-leftTop .dh-tooltip-arrow { left: -5px; border-right-width: 0; border-left-color: #f6f6f6; } .dh-tooltip-placement-right .dh-tooltip-arrow { top: 40%; } .dh-tooltip-placement-rightBottom .dh-tooltip-arrow { top: 65%; } .dh-tooltip-placement-rightTop .dh-tooltip-arrow { top: 15%; } .dh-pagination { list-style: none; padding: 0; margin: 0; } .dh-pagination .dh-pagination-jump-prev, .dh-pagination .dh-pagination-jump-next { display: none; } .dh-pagination .dh-pagination-item { display: inline-block; padding: 0 8px; vertical-align: middle; } .dh-pagination .dh-pagination-item a { color: #ccc; } .dh-pagination .dh-pagination-item.dh-pagination-item-active a { color: #666; } .dh-pagination .dh-pagination-next, .dh-pagination .dh-pagination-prev { display: inline-block; width: 24px; height: 24px; border-radius: 50%; vertical-align: middle; cursor: pointer; color: #e6e6e6; } .dh-pagination .dh-pagination-next:hover, .dh-pagination .dh-pagination-prev:hover { color: #50d27c; } .dh-pagination .dh-pagination-next:before, .dh-pagination .dh-pagination-prev:before { font-family: dhfont; content: '\e6cd'; font-size: 24px; line-height: 24px; } .dh-pagination .dh-pagination-prev:before { content: '\e689'; } .dh-radio { display: inline-block; margin-right: 32px; color: #666; cursor: pointer; } .dh-radio .dh-icon { font-size: 14px; } .dh-radio:last-child { margin-right: 0; } .dh-radio i { display: inline-block; width: 14px; height: 14px; margin-right: 8px; } .dh-radio.dh-radio-checked i { color: #39b86e; } .dh-checkbox { display: inline-block; margin-right: 32px; color: #666; cursor: pointer; } .dh-checkbox .dh-icon { font-size: 14px; } .dh-checkbox:last-child { margin-right: 0; } .dh-checkbox i { display: inline-block; width: 14px; height: 14px; margin-right: 12px; } .dh-checkbox.dh-checkbox-checked i { color: #39b86e; } .dh-modal-mask { position: fixed; top: 0; right: 0; left: 0; bottom: 0; z-index: 1000; background-color: rgba(0, 0, 0, 0.4); height: 100%; } .dh-modal-mask-hidden { display: none; } .dh-modal-wrap { position: fixed; top: 0; right: 0; left: 0; bottom: 0; z-index: 1000; overflow: auto; outline: 0; display: flex; align-items: center; } .dh-modal { position: relative; margin: 0 auto; background-color: #ffffff; border-radius: 5px; } .dh-modal-close { cursor: pointer; border: 0; background: transparent; position: absolute; right: 24px; top: 24px; z-index: 10; text-decoration: none; transition: color 0.3s ease; outline: 0; } .dh-modal-close-x { display: block; font-style: normal; font-family: iconfont; font-size: 14px; vertical-align: baseline; text-align: center; text-transform: none; text-rendering: auto; } .dh-modal-close-x:before { content: "\e708"; display: block; } .dh-modal-header { padding: 24px; } .dh-modal-title { font-size: 14px; color: #666666; } .dh-modal-title-sub { margin-top: 12px; font-size: 12px; color: #aaaaaa; } .dh-modal-body { margin: 0 24px; background-color: #f6f6f6; color: #666666; font-size: 12px; } .dh-modal-footer { padding: 24px; text-align: right; } .dh-modal-footer button { margin-left: 24px; } @font-face { font-family: "Helvetica Neue For Number"; src: local("Helvetica Neue"); unicode-range: U+30-39; } .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: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; } .ant-row-flex:before, .ant-row-flex:after { display: -webkit-box; display: -ms-flexbox; display: flex; } .ant-row-flex-start { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .ant-row-flex-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .ant-row-flex-end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .ant-row-flex-space-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .ant-row-flex-space-around { -ms-flex-pack: distribute; justify-content: space-around; } .ant-row-flex-top { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .ant-row-flex-middle { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .ant-row-flex-bottom { -webkit-box-align: end; -ms-flex-align: end; 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; -webkit-box-flex: 0; -ms-flex: 0 0 auto; 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 { -webkit-box-ordinal-group: 25; -ms-flex-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 { -webkit-box-ordinal-group: 24; -ms-flex-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 { -webkit-box-ordinal-group: 23; -ms-flex-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 { -webkit-box-ordinal-group: 22; -ms-flex-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 { -webkit-box-ordinal-group: 21; -ms-flex-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 { -webkit-box-ordinal-group: 20; -ms-flex-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 { -webkit-box-ordinal-group: 19; -ms-flex-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 { -webkit-box-ordinal-group: 18; -ms-flex-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 { -webkit-box-ordinal-group: 17; -ms-flex-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 { -webkit-box-ordinal-group: 16; -ms-flex-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 { -webkit-box-ordinal-group: 15; -ms-flex-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 { -webkit-box-ordinal-group: 14; -ms-flex-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 { -webkit-box-ordinal-group: 13; -ms-flex-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 { -webkit-box-ordinal-group: 12; -ms-flex-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 { -webkit-box-ordinal-group: 11; -ms-flex-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 { -webkit-box-ordinal-group: 10; -ms-flex-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 { -webkit-box-ordinal-group: 9; -ms-flex-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 { -webkit-box-ordinal-group: 8; -ms-flex-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 { -webkit-box-ordinal-group: 7; -ms-flex-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 { -webkit-box-ordinal-group: 6; -ms-flex-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 { -webkit-box-ordinal-group: 5; -ms-flex-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 { -webkit-box-ordinal-group: 4; -ms-flex-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 { -webkit-box-ordinal-group: 3; -ms-flex-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 { -webkit-box-ordinal-group: 2; -ms-flex-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 { -webkit-box-ordinal-group: 1; -ms-flex-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; -webkit-box-flex: 0; -ms-flex: 0 0 auto; 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 { -webkit-box-ordinal-group: 25; -ms-flex-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 { -webkit-box-ordinal-group: 24; -ms-flex-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 { -webkit-box-ordinal-group: 23; -ms-flex-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 { -webkit-box-ordinal-group: 22; -ms-flex-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 { -webkit-box-ordinal-group: 21; -ms-flex-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 { -webkit-box-ordinal-group: 20; -ms-flex-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 { -webkit-box-ordinal-group: 19; -ms-flex-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 { -webkit-box-ordinal-group: 18; -ms-flex-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 { -webkit-box-ordinal-group: 17; -ms-flex-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 { -webkit-box-ordinal-group: 16; -ms-flex-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 { -webkit-box-ordinal-group: 15; -ms-flex-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 { -webkit-box-ordinal-group: 14; -ms-flex-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 { -webkit-box-ordinal-group: 13; -ms-flex-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 { -webkit-box-ordinal-group: 12; -ms-flex-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 { -webkit-box-ordinal-group: 11; -ms-flex-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 { -webkit-box-ordinal-group: 10; -ms-flex-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 { -webkit-box-ordinal-group: 9; -ms-flex-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 { -webkit-box-ordinal-group: 8; -ms-flex-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 { -webkit-box-ordinal-group: 7; -ms-flex-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 { -webkit-box-ordinal-group: 6; -ms-flex-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 { -webkit-box-ordinal-group: 5; -ms-flex-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 { -webkit-box-ordinal-group: 4; -ms-flex-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 { -webkit-box-ordinal-group: 3; -ms-flex-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 { -webkit-box-ordinal-group: 2; -ms-flex-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 { -webkit-box-ordinal-group: 1; -ms-flex-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; -webkit-box-flex: 0; -ms-flex: 0 0 auto; 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 { -webkit-box-ordinal-group: 25; -ms-flex-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 { -webkit-box-ordinal-group: 24; -ms-flex-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 { -webkit-box-ordinal-group: 23; -ms-flex-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 { -webkit-box-ordinal-group: 22; -ms-flex-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 { -webkit-box-ordinal-group: 21; -ms-flex-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 { -webkit-box-ordinal-group: 20; -ms-flex-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 { -webkit-box-ordinal-group: 19; -ms-flex-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 { -webkit-box-ordinal-group: 18; -ms-flex-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 { -webkit-box-ordinal-group: 17; -ms-flex-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 { -webkit-box-ordinal-group: 16; -ms-flex-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 { -webkit-box-ordinal-group: 15; -ms-flex-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 { -webkit-box-ordinal-group: 14; -ms-flex-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 { -webkit-box-ordinal-group: 13; -ms-flex-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 { -webkit-box-ordinal-group: 12; -ms-flex-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 { -webkit-box-ordinal-group: 11; -ms-flex-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 { -webkit-box-ordinal-group: 10; -ms-flex-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 { -webkit-box-ordinal-group: 9; -ms-flex-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 { -webkit-box-ordinal-group: 8; -ms-flex-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 { -webkit-box-ordinal-group: 7; -ms-flex-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 { -webkit-box-ordinal-group: 6; -ms-flex-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 { -webkit-box-ordinal-group: 5; -ms-flex-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 { -webkit-box-ordinal-group: 4; -ms-flex-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 { -webkit-box-ordinal-group: 3; -ms-flex-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 { -webkit-box-ordinal-group: 2; -ms-flex-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 { -webkit-box-ordinal-group: 1; -ms-flex-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; -webkit-box-flex: 0; -ms-flex: 0 0 auto; 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 { -webkit-box-ordinal-group: 25; -ms-flex-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 { -webkit-box-ordinal-group: 24; -ms-flex-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 { -webkit-box-ordinal-group: 23; -ms-flex-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 { -webkit-box-ordinal-group: 22; -ms-flex-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 { -webkit-box-ordinal-group: 21; -ms-flex-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 { -webkit-box-ordinal-group: 20; -ms-flex-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 { -webkit-box-ordinal-group: 19; -ms-flex-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 { -webkit-box-ordinal-group: 18; -ms-flex-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 { -webkit-box-ordinal-group: 17; -ms-flex-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 { -webkit-box-ordinal-group: 16; -ms-flex-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 { -webkit-box-ordinal-group: 15; -ms-flex-order: 14; order: 14; } .ant-col-md-13 { display: block; width: 54.16666667%; }