7584 lines
159 KiB
CSS
7584 lines
159 KiB
CSS
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
.ant-list {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 14px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.5715;
|
|
list-style: none;
|
|
font-feature-settings: 'tnum';
|
|
position: relative;
|
|
}
|
|
.ant-list * {
|
|
outline: none;
|
|
}
|
|
.ant-list-pagination {
|
|
margin-top: 24px;
|
|
text-align: right;
|
|
}
|
|
.ant-list-pagination .ant-pagination-options {
|
|
text-align: left;
|
|
}
|
|
.ant-list-more {
|
|
margin-top: 12px;
|
|
text-align: center;
|
|
}
|
|
.ant-list-more button {
|
|
padding-right: 32px;
|
|
padding-left: 32px;
|
|
}
|
|
.ant-list-spin {
|
|
min-height: 40px;
|
|
text-align: center;
|
|
}
|
|
.ant-list-empty-text {
|
|
padding: 16px;
|
|
color: rgba(0, 0, 0, 0.25);
|
|
font-size: 14px;
|
|
text-align: center;
|
|
}
|
|
.ant-list-items {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
.ant-list-item {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 12px 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
.ant-list-item-meta {
|
|
display: flex;
|
|
flex: 1;
|
|
align-items: flex-start;
|
|
max-width: 100%;
|
|
}
|
|
.ant-list-item-meta-avatar {
|
|
margin-right: 16px;
|
|
}
|
|
.ant-list-item-meta-content {
|
|
flex: 1 0;
|
|
width: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
.ant-list-item-meta-title {
|
|
margin-bottom: 4px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 14px;
|
|
line-height: 1.5715;
|
|
}
|
|
.ant-list-item-meta-title > a {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-list-item-meta-title > a:hover {
|
|
color: #1890ff;
|
|
}
|
|
.ant-list-item-meta-description {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 14px;
|
|
line-height: 1.5715;
|
|
}
|
|
.ant-list-item-action {
|
|
flex: 0 0 auto;
|
|
margin-left: 48px;
|
|
padding: 0;
|
|
font-size: 0;
|
|
list-style: none;
|
|
}
|
|
.ant-list-item-action > li {
|
|
position: relative;
|
|
display: inline-block;
|
|
padding: 0 8px;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 14px;
|
|
line-height: 1.5715;
|
|
text-align: center;
|
|
}
|
|
.ant-list-item-action > li:first-child {
|
|
padding-left: 0;
|
|
}
|
|
.ant-list-item-action-split {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 0;
|
|
width: 1px;
|
|
height: 14px;
|
|
margin-top: -7px;
|
|
background-color: #f0f0f0;
|
|
}
|
|
.ant-list-header {
|
|
background: transparent;
|
|
}
|
|
.ant-list-footer {
|
|
background: transparent;
|
|
}
|
|
.ant-list-header,
|
|
.ant-list-footer {
|
|
padding-top: 12px;
|
|
padding-bottom: 12px;
|
|
}
|
|
.ant-list-empty {
|
|
padding: 16px 0;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 12px;
|
|
text-align: center;
|
|
}
|
|
.ant-list-split .ant-list-item {
|
|
border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
.ant-list-split .ant-list-item:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.ant-list-split .ant-list-header {
|
|
border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
.ant-list-split.ant-list-empty .ant-list-footer {
|
|
border-top: 1px solid #f0f0f0;
|
|
}
|
|
.ant-list-loading .ant-list-spin-nested-loading {
|
|
min-height: 32px;
|
|
}
|
|
.ant-list-split.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child {
|
|
border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
.ant-list-lg .ant-list-item {
|
|
padding: 16px 24px;
|
|
}
|
|
.ant-list-sm .ant-list-item {
|
|
padding: 8px 16px;
|
|
}
|
|
.ant-list-vertical .ant-list-item {
|
|
align-items: initial;
|
|
}
|
|
.ant-list-vertical .ant-list-item-main {
|
|
display: block;
|
|
flex: 1;
|
|
}
|
|
.ant-list-vertical .ant-list-item-extra {
|
|
margin-left: 40px;
|
|
}
|
|
.ant-list-vertical .ant-list-item-meta {
|
|
margin-bottom: 16px;
|
|
}
|
|
.ant-list-vertical .ant-list-item-meta-title {
|
|
margin-bottom: 12px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
}
|
|
.ant-list-vertical .ant-list-item-action {
|
|
margin-top: 16px;
|
|
margin-left: auto;
|
|
}
|
|
.ant-list-vertical .ant-list-item-action > li {
|
|
padding: 0 16px;
|
|
}
|
|
.ant-list-vertical .ant-list-item-action > li:first-child {
|
|
padding-left: 0;
|
|
}
|
|
.ant-list-grid .ant-col > .ant-list-item {
|
|
display: block;
|
|
max-width: 100%;
|
|
margin-bottom: 16px;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
border-bottom: none;
|
|
}
|
|
.ant-list-item-no-flex {
|
|
display: block;
|
|
}
|
|
.ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
|
|
float: right;
|
|
}
|
|
.ant-list-bordered {
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
}
|
|
.ant-list-bordered .ant-list-header {
|
|
padding-right: 24px;
|
|
padding-left: 24px;
|
|
}
|
|
.ant-list-bordered .ant-list-footer {
|
|
padding-right: 24px;
|
|
padding-left: 24px;
|
|
}
|
|
.ant-list-bordered .ant-list-item {
|
|
padding-right: 24px;
|
|
padding-left: 24px;
|
|
}
|
|
.ant-list-bordered .ant-list-pagination {
|
|
margin: 16px 24px;
|
|
}
|
|
.ant-list-bordered.ant-list-sm .ant-list-item {
|
|
padding: 8px 16px;
|
|
}
|
|
.ant-list-bordered.ant-list-sm .ant-list-header,
|
|
.ant-list-bordered.ant-list-sm .ant-list-footer {
|
|
padding: 8px 16px;
|
|
}
|
|
.ant-list-bordered.ant-list-lg .ant-list-item {
|
|
padding: 16px 24px;
|
|
}
|
|
.ant-list-bordered.ant-list-lg .ant-list-header,
|
|
.ant-list-bordered.ant-list-lg .ant-list-footer {
|
|
padding: 16px 24px;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.ant-list-item-action {
|
|
margin-left: 24px;
|
|
}
|
|
.ant-list-vertical .ant-list-item-extra {
|
|
margin-left: 24px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 576px) {
|
|
.ant-list-item {
|
|
flex-wrap: wrap;
|
|
}
|
|
.ant-list-item-action {
|
|
margin-left: 12px;
|
|
}
|
|
.ant-list-vertical .ant-list-item {
|
|
flex-wrap: wrap-reverse;
|
|
}
|
|
.ant-list-vertical .ant-list-item-main {
|
|
min-width: 220px;
|
|
}
|
|
.ant-list-vertical .ant-list-item-extra {
|
|
margin: auto auto 16px;
|
|
}
|
|
}
|
|
.ant-list-rtl {
|
|
direction: rtl;
|
|
text-align: right;
|
|
}
|
|
.ant-list-rtl .ReactVirtualized__List .ant-list-item {
|
|
direction: rtl;
|
|
}
|
|
.ant-list-rtl .ant-list-pagination {
|
|
text-align: left;
|
|
}
|
|
.ant-list-rtl .ant-list-item-meta-avatar {
|
|
margin-right: 0;
|
|
margin-left: 16px;
|
|
}
|
|
.ant-list-rtl .ant-list-item-action {
|
|
margin-right: 48px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-list.ant-list-rtl .ant-list-item-action > li:first-child {
|
|
padding-right: 0;
|
|
padding-left: 16px;
|
|
}
|
|
.ant-list-rtl .ant-list-item-action-split {
|
|
right: auto;
|
|
left: 0;
|
|
}
|
|
.ant-list-rtl.ant-list-vertical .ant-list-item-extra {
|
|
margin-right: 40px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-list-rtl.ant-list-vertical .ant-list-item-action {
|
|
margin-right: auto;
|
|
}
|
|
.ant-list-rtl .ant-list-vertical .ant-list-item-action > li:first-child {
|
|
padding-right: 0;
|
|
padding-left: 16px;
|
|
}
|
|
.ant-list-rtl .ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
|
|
float: left;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.ant-list-rtl .ant-list-item-action {
|
|
margin-right: 24px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-list-rtl .ant-list-vertical .ant-list-item-extra {
|
|
margin-right: 24px;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
@media screen and (max-width: 576px) {
|
|
.ant-list-rtl .ant-list-item-action {
|
|
margin-right: 22px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-list-rtl.ant-list-vertical .ant-list-item-extra {
|
|
margin: auto auto 16px;
|
|
}
|
|
}
|
|
.ant-empty {
|
|
margin: 0 8px;
|
|
font-size: 14px;
|
|
line-height: 1.5715;
|
|
text-align: center;
|
|
}
|
|
.ant-empty-image {
|
|
height: 100px;
|
|
margin-bottom: 8px;
|
|
}
|
|
.ant-empty-image img {
|
|
height: 100%;
|
|
}
|
|
.ant-empty-image svg {
|
|
height: 100%;
|
|
margin: auto;
|
|
}
|
|
.ant-empty-footer {
|
|
margin-top: 16px;
|
|
}
|
|
.ant-empty-normal {
|
|
margin: 32px 0;
|
|
color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.ant-empty-normal .ant-empty-image {
|
|
height: 40px;
|
|
}
|
|
.ant-empty-small {
|
|
margin: 8px 0;
|
|
color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.ant-empty-small .ant-empty-image {
|
|
height: 35px;
|
|
}
|
|
.ant-empty-img-default-ellipse {
|
|
fill: #f5f5f5;
|
|
fill-opacity: 0.8;
|
|
}
|
|
.ant-empty-img-default-path-1 {
|
|
fill: #aeb8c2;
|
|
}
|
|
.ant-empty-img-default-path-2 {
|
|
fill: url('#linearGradient-1');
|
|
}
|
|
.ant-empty-img-default-path-3 {
|
|
fill: #f5f5f7;
|
|
}
|
|
.ant-empty-img-default-path-4 {
|
|
fill: #dce0e6;
|
|
}
|
|
.ant-empty-img-default-path-5 {
|
|
fill: #dce0e6;
|
|
}
|
|
.ant-empty-img-default-g {
|
|
fill: #fff;
|
|
}
|
|
.ant-empty-img-simple-ellipse {
|
|
fill: #f5f5f5;
|
|
}
|
|
.ant-empty-img-simple-g {
|
|
stroke: #d9d9d9;
|
|
}
|
|
.ant-empty-img-simple-path {
|
|
fill: #fafafa;
|
|
}
|
|
.ant-empty-rtl {
|
|
direction: rtl;
|
|
}
|
|
nz-empty {
|
|
display: block;
|
|
}
|
|
.ant-spin {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 14px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.5715;
|
|
list-style: none;
|
|
font-feature-settings: 'tnum';
|
|
position: absolute;
|
|
display: none;
|
|
color: #1890ff;
|
|
font-size: 0;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
opacity: 0;
|
|
transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
}
|
|
.ant-spin-spinning {
|
|
position: static;
|
|
display: inline-block;
|
|
opacity: 1;
|
|
}
|
|
.ant-spin-nested-loading {
|
|
position: relative;
|
|
}
|
|
.ant-spin-nested-loading > div > .ant-spin {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 4;
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
max-height: 400px;
|
|
}
|
|
.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: 5px;
|
|
font-size: 14px;
|
|
text-shadow: 0 1px 2px #fff;
|
|
}
|
|
.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: 2px;
|
|
}
|
|
.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: 11px;
|
|
}
|
|
.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
|
|
margin-top: -26px;
|
|
}
|
|
.ant-spin-container {
|
|
position: relative;
|
|
transition: opacity 0.3s;
|
|
}
|
|
.ant-spin-container::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 10;
|
|
display: none \9;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #fff;
|
|
opacity: 0;
|
|
transition: all 0.3s;
|
|
content: '';
|
|
pointer-events: none;
|
|
}
|
|
.ant-spin-blur {
|
|
clear: both;
|
|
opacity: 0.5;
|
|
user-select: none;
|
|
pointer-events: none;
|
|
}
|
|
.ant-spin-blur::after {
|
|
opacity: 0.4;
|
|
pointer-events: auto;
|
|
}
|
|
.ant-spin-tip {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
}
|
|
.ant-spin-dot {
|
|
position: relative;
|
|
display: inline-block;
|
|
font-size: 20px;
|
|
width: 1em;
|
|
height: 1em;
|
|
}
|
|
.ant-spin-dot-item {
|
|
position: absolute;
|
|
display: block;
|
|
width: 9px;
|
|
height: 9px;
|
|
background-color: #1890ff;
|
|
border-radius: 100%;
|
|
transform: scale(0.75);
|
|
transform-origin: 50% 50%;
|
|
opacity: 0.3;
|
|
animation: antSpinMove 1s infinite linear alternate;
|
|
}
|
|
.ant-spin-dot-item:nth-child(1) {
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
.ant-spin-dot-item:nth-child(2) {
|
|
top: 0;
|
|
right: 0;
|
|
animation-delay: 0.4s;
|
|
}
|
|
.ant-spin-dot-item:nth-child(3) {
|
|
right: 0;
|
|
bottom: 0;
|
|
animation-delay: 0.8s;
|
|
}
|
|
.ant-spin-dot-item:nth-child(4) {
|
|
bottom: 0;
|
|
left: 0;
|
|
animation-delay: 1.2s;
|
|
}
|
|
.ant-spin-dot-spin {
|
|
transform: rotate(0deg);
|
|
animation: antRotate 1.2s infinite linear;
|
|
}
|
|
.ant-spin-sm .ant-spin-dot {
|
|
font-size: 14px;
|
|
}
|
|
.ant-spin-sm .ant-spin-dot i {
|
|
width: 6px;
|
|
height: 6px;
|
|
}
|
|
.ant-spin-lg .ant-spin-dot {
|
|
font-size: 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 {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
@keyframes antRotate {
|
|
to {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
.ant-spin-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-spin-rtl .ant-spin-dot-spin {
|
|
transform: rotate(-45deg);
|
|
animation-name: antRotateRtl;
|
|
}
|
|
@keyframes antRotateRtl {
|
|
to {
|
|
transform: rotate(-405deg);
|
|
}
|
|
}
|
|
nz-spin {
|
|
display: block;
|
|
}
|
|
.ant-pagination {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 14px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.5715;
|
|
list-style: none;
|
|
font-feature-settings: 'tnum';
|
|
display: flex;
|
|
}
|
|
.ant-pagination-start {
|
|
justify-content: start;
|
|
}
|
|
.ant-pagination-center {
|
|
justify-content: center;
|
|
}
|
|
.ant-pagination-end {
|
|
justify-content: end;
|
|
}
|
|
.ant-pagination ul,
|
|
.ant-pagination ol {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
.ant-pagination::after {
|
|
display: block;
|
|
clear: both;
|
|
height: 0;
|
|
overflow: hidden;
|
|
visibility: hidden;
|
|
content: ' ';
|
|
}
|
|
.ant-pagination-total-text {
|
|
display: inline-block;
|
|
height: 32px;
|
|
margin-right: 8px;
|
|
line-height: 30px;
|
|
vertical-align: middle;
|
|
}
|
|
.ant-pagination-item {
|
|
display: inline-block;
|
|
min-width: 32px;
|
|
height: 32px;
|
|
margin-right: 8px;
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
line-height: 30px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
list-style: none;
|
|
background-color: #fff;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
outline: 0;
|
|
cursor: pointer;
|
|
user-select: none;
|
|
}
|
|
.ant-pagination-item a {
|
|
display: block;
|
|
padding: 0 6px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
transition: none;
|
|
}
|
|
.ant-pagination-item a:hover {
|
|
text-decoration: none;
|
|
}
|
|
.ant-pagination-item:hover {
|
|
border-color: #1890ff;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-pagination-item:hover a {
|
|
color: #1890ff;
|
|
}
|
|
.ant-pagination-item:focus-visible {
|
|
border-color: #1890ff;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-pagination-item:focus-visible a {
|
|
color: #1890ff;
|
|
}
|
|
.ant-pagination-item-active {
|
|
font-weight: 500;
|
|
background: #fff;
|
|
border-color: #1890ff;
|
|
}
|
|
.ant-pagination-item-active a {
|
|
color: #1890ff;
|
|
}
|
|
.ant-pagination-item-active:hover {
|
|
border-color: #40a9ff;
|
|
}
|
|
.ant-pagination-item-active:focus-visible {
|
|
border-color: #40a9ff;
|
|
}
|
|
.ant-pagination-item-active:hover a {
|
|
color: #40a9ff;
|
|
}
|
|
.ant-pagination-item-active:focus-visible a {
|
|
color: #40a9ff;
|
|
}
|
|
.ant-pagination-jump-prev,
|
|
.ant-pagination-jump-next {
|
|
outline: 0;
|
|
}
|
|
.ant-pagination-jump-prev .ant-pagination-item-container,
|
|
.ant-pagination-jump-next .ant-pagination-item-container {
|
|
position: relative;
|
|
}
|
|
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
|
|
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
|
|
color: #1890ff;
|
|
font-size: 12px;
|
|
letter-spacing: -1px;
|
|
opacity: 0;
|
|
transition: all 0.2s;
|
|
}
|
|
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
|
|
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
margin: auto;
|
|
}
|
|
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
|
|
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
display: block;
|
|
margin: auto;
|
|
color: rgba(0, 0, 0, 0.25);
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
letter-spacing: 2px;
|
|
text-align: center;
|
|
text-indent: 0.13em;
|
|
opacity: 1;
|
|
transition: all 0.2s;
|
|
}
|
|
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
|
|
.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
|
|
opacity: 1;
|
|
}
|
|
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
|
|
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
|
|
opacity: 0;
|
|
}
|
|
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
|
|
.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon {
|
|
opacity: 1;
|
|
}
|
|
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
|
|
.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis {
|
|
opacity: 0;
|
|
}
|
|
.ant-pagination-prev,
|
|
.ant-pagination-jump-prev,
|
|
.ant-pagination-jump-next {
|
|
margin-right: 8px;
|
|
}
|
|
.ant-pagination-prev,
|
|
.ant-pagination-next,
|
|
.ant-pagination-jump-prev,
|
|
.ant-pagination-jump-next {
|
|
display: inline-block;
|
|
min-width: 32px;
|
|
height: 32px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
line-height: 32px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
list-style: none;
|
|
border-radius: 2px;
|
|
cursor: pointer;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-pagination-prev,
|
|
.ant-pagination-next {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
outline: 0;
|
|
}
|
|
.ant-pagination-prev button,
|
|
.ant-pagination-next button {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
cursor: pointer;
|
|
user-select: none;
|
|
}
|
|
.ant-pagination-prev:hover button,
|
|
.ant-pagination-next:hover button {
|
|
border-color: #40a9ff;
|
|
}
|
|
.ant-pagination-prev .ant-pagination-item-link,
|
|
.ant-pagination-next .ant-pagination-item-link {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 0;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
background-color: #fff;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
outline: none;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-pagination-prev:focus-visible .ant-pagination-item-link,
|
|
.ant-pagination-next:focus-visible .ant-pagination-item-link {
|
|
color: #1890ff;
|
|
border-color: #1890ff;
|
|
}
|
|
.ant-pagination-prev:hover .ant-pagination-item-link,
|
|
.ant-pagination-next:hover .ant-pagination-item-link {
|
|
color: #1890ff;
|
|
border-color: #1890ff;
|
|
}
|
|
.ant-pagination-disabled,
|
|
.ant-pagination-disabled:hover {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-pagination-disabled .ant-pagination-item-link,
|
|
.ant-pagination-disabled:hover .ant-pagination-item-link {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border-color: #d9d9d9;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-pagination-disabled:focus-visible {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-pagination-disabled:focus-visible .ant-pagination-item-link {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border-color: #d9d9d9;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-pagination-slash {
|
|
margin: 0 10px 0 5px;
|
|
}
|
|
.ant-pagination-options {
|
|
display: inline-block;
|
|
margin-left: 16px;
|
|
vertical-align: middle;
|
|
}
|
|
@media all and (-ms-high-contrast: none) {
|
|
.ant-pagination-options *::-ms-backdrop,
|
|
.ant-pagination-options {
|
|
vertical-align: top;
|
|
}
|
|
}
|
|
.ant-pagination-options-size-changer.ant-select {
|
|
display: inline-block;
|
|
width: auto;
|
|
}
|
|
.ant-pagination-options-quick-jumper {
|
|
display: inline-block;
|
|
height: 32px;
|
|
margin-left: 8px;
|
|
line-height: 32px;
|
|
vertical-align: top;
|
|
}
|
|
.ant-pagination-options-quick-jumper input {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 100%;
|
|
min-width: 0;
|
|
padding: 4px 11px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 14px;
|
|
line-height: 1.5715;
|
|
background-color: #fff;
|
|
background-image: none;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
transition: all 0.3s;
|
|
width: 50px;
|
|
height: 32px;
|
|
margin: 0 8px;
|
|
}
|
|
.ant-pagination-options-quick-jumper input::placeholder {
|
|
color: #bfbfbf;
|
|
user-select: none;
|
|
}
|
|
.ant-pagination-options-quick-jumper input:placeholder-shown {
|
|
text-overflow: ellipsis;
|
|
}
|
|
.ant-pagination-options-quick-jumper input:hover {
|
|
border-color: #40a9ff;
|
|
border-right-width: 1px;
|
|
}
|
|
.ant-pagination-options-quick-jumper input:focus,
|
|
.ant-pagination-options-quick-jumper input-focused {
|
|
border-color: #40a9ff;
|
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
border-right-width: 1px;
|
|
outline: 0;
|
|
}
|
|
.ant-pagination-options-quick-jumper input-disabled {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
box-shadow: none;
|
|
cursor: not-allowed;
|
|
opacity: 1;
|
|
}
|
|
.ant-pagination-options-quick-jumper input-disabled:hover {
|
|
border-color: #d9d9d9;
|
|
border-right-width: 1px;
|
|
}
|
|
.ant-pagination-options-quick-jumper input[disabled] {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
box-shadow: none;
|
|
cursor: not-allowed;
|
|
opacity: 1;
|
|
}
|
|
.ant-pagination-options-quick-jumper input[disabled]:hover {
|
|
border-color: #d9d9d9;
|
|
border-right-width: 1px;
|
|
}
|
|
.ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-borderless,
|
|
.ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-borderless:hover,
|
|
.ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-borderless:focus,
|
|
.ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-borderless.ant-pagination-options-quick-jumper input-focused,
|
|
.ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-borderless.ant-pagination-options-quick-jumper input-disabled,
|
|
.ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-borderless.ant-pagination-options-quick-jumper input[disabled] {
|
|
background-color: transparent;
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
.ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-filled {
|
|
background-color: #f5f5f5;
|
|
border-color: transparent;
|
|
box-shadow: none;
|
|
}
|
|
.ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-filled:hover {
|
|
background-color: #f0f0f0;
|
|
}
|
|
.ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-filled:focus,
|
|
.ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input-focused {
|
|
border-color: #40a9ff;
|
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
border-right-width: 1px;
|
|
outline: 0;
|
|
background-color: transparent;
|
|
box-shadow: none;
|
|
}
|
|
.ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input-disabled,
|
|
.ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input[disabled] {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
box-shadow: none;
|
|
cursor: not-allowed;
|
|
opacity: 1;
|
|
}
|
|
.ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input-disabled:hover,
|
|
.ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input[disabled]:hover {
|
|
border-color: #d9d9d9;
|
|
border-right-width: 1px;
|
|
}
|
|
.ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-underlined,
|
|
.ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-underlined:hover,
|
|
.ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-underlined:focus,
|
|
.ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-underlined.ant-pagination-options-quick-jumper input-focused,
|
|
.ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-underlined.ant-pagination-options-quick-jumper input-disabled,
|
|
.ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-underlined.ant-pagination-options-quick-jumper input[disabled] {
|
|
background-color: transparent;
|
|
border-width: 0 0 1px;
|
|
border-radius: 0;
|
|
box-shadow: none;
|
|
}
|
|
.ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-underlined:hover:not(.ant-pagination-options-quick-jumper input-focused):not(:focus) {
|
|
border-color: #d9d9d9;
|
|
}
|
|
textarea.ant-pagination-options-quick-jumper input {
|
|
max-width: 100%;
|
|
height: auto;
|
|
min-height: 32px;
|
|
line-height: 1.5715;
|
|
vertical-align: bottom;
|
|
transition: all 0.3s, height 0s;
|
|
}
|
|
.ant-pagination-options-quick-jumper input-lg {
|
|
padding: 6.5px 11px;
|
|
font-size: 16px;
|
|
}
|
|
.ant-pagination-options-quick-jumper input-sm {
|
|
padding: 0px 7px;
|
|
}
|
|
.ant-pagination-simple .ant-pagination-prev,
|
|
.ant-pagination-simple .ant-pagination-next {
|
|
height: 24px;
|
|
line-height: 24px;
|
|
vertical-align: top;
|
|
}
|
|
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
|
|
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
|
|
height: 24px;
|
|
background-color: transparent;
|
|
border: 0;
|
|
}
|
|
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after,
|
|
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
|
|
height: 24px;
|
|
line-height: 24px;
|
|
}
|
|
.ant-pagination-simple .ant-pagination-simple-pager {
|
|
display: inline-block;
|
|
height: 24px;
|
|
margin-right: 8px;
|
|
}
|
|
.ant-pagination-simple .ant-pagination-simple-pager input {
|
|
box-sizing: border-box;
|
|
height: 100%;
|
|
margin-right: 8px;
|
|
padding: 0 6px;
|
|
text-align: center;
|
|
background-color: #fff;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
outline: none;
|
|
transition: border-color 0.3s;
|
|
}
|
|
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
|
|
border-color: #1890ff;
|
|
}
|
|
.ant-pagination-simple .ant-pagination-simple-pager input:focus {
|
|
border-color: #40a9ff;
|
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
}
|
|
.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-total-text,
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-simple-pager {
|
|
height: 24px;
|
|
line-height: 24px;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-item {
|
|
min-width: 24px;
|
|
height: 24px;
|
|
margin: 0;
|
|
line-height: 22px;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-item:not(.ant-pagination-item-active) {
|
|
background: transparent;
|
|
border-color: transparent;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-prev,
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-next {
|
|
min-width: 24px;
|
|
height: 24px;
|
|
margin: 0;
|
|
line-height: 24px;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link,
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link {
|
|
background: transparent;
|
|
border-color: transparent;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link::after,
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link::after {
|
|
height: 24px;
|
|
line-height: 24px;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-jump-prev,
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-jump-next {
|
|
height: 24px;
|
|
margin-right: 0;
|
|
line-height: 24px;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-options {
|
|
margin-left: 2px;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-options-size-changer {
|
|
top: 0px;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper {
|
|
height: 24px;
|
|
line-height: 24px;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper input {
|
|
padding: 0px 7px;
|
|
width: 44px;
|
|
height: 24px;
|
|
}
|
|
.ant-pagination.ant-pagination-disabled {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-pagination.ant-pagination-disabled .ant-pagination-item {
|
|
background: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background: transparent;
|
|
border: none;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
|
|
background: #e6e6e6;
|
|
}
|
|
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
|
|
background: transparent;
|
|
}
|
|
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link-icon {
|
|
opacity: 0;
|
|
}
|
|
.ant-pagination.ant-pagination-disabled .ant-pagination-item-ellipsis {
|
|
opacity: 1;
|
|
}
|
|
.ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
@media only screen and (max-width: 992px) {
|
|
.ant-pagination-item-after-jump-prev,
|
|
.ant-pagination-item-before-jump-next {
|
|
display: none;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 576px) {
|
|
.ant-pagination-options {
|
|
display: none;
|
|
}
|
|
}
|
|
.ant-pagination-rtl .ant-pagination-total-text {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
.ant-pagination-rtl .ant-pagination-item,
|
|
.ant-pagination-rtl .ant-pagination-prev,
|
|
.ant-pagination-rtl .ant-pagination-jump-prev,
|
|
.ant-pagination-rtl .ant-pagination-jump-next {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
.ant-pagination-rtl .ant-pagination-slash {
|
|
margin: 0 5px 0 10px;
|
|
}
|
|
.ant-pagination-rtl .ant-pagination-options {
|
|
margin-right: 16px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-size-changer.ant-select {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-quick-jumper {
|
|
margin-left: 0;
|
|
}
|
|
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager input {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
.ant-pagination-rtl.ant-pagination.mini .ant-pagination-options {
|
|
margin-right: 2px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-select-single.ant-select {
|
|
height: 32px;
|
|
font-size: 14px;
|
|
}
|
|
.ant-select-single.ant-select .ant-select-selector {
|
|
display: flex;
|
|
flex: 1 1 auto;
|
|
border-radius: 2px;
|
|
}
|
|
.ant-select-single.ant-select .ant-select-selector .ant-select-selection-wrap::after {
|
|
line-height: 30px;
|
|
}
|
|
.ant-select-single.ant-select .ant-select-selector .ant-select-selection-search {
|
|
position: absolute;
|
|
width: 100%;
|
|
inset: 0;
|
|
}
|
|
.ant-select-single.ant-select .ant-select-selector .ant-select-selection-search-input {
|
|
width: 100%;
|
|
appearance: textfield;
|
|
}
|
|
.ant-select-single.ant-select .ant-select-selector .ant-select-selection-item,
|
|
.ant-select-single.ant-select .ant-select-selector .ant-select-selection-placeholder {
|
|
display: block;
|
|
align-self: center;
|
|
padding: 0;
|
|
line-height: 30px;
|
|
transition: all 0.3s, visibility 0s;
|
|
}
|
|
.ant-select-single.ant-select .ant-select-selector .ant-select-selection-placeholder {
|
|
transition: none;
|
|
pointer-events: none;
|
|
}
|
|
.ant-select-single.ant-select .ant-select-selector::after,
|
|
.ant-select-single.ant-select .ant-select-selector .ant-select-selection-item::after,
|
|
.ant-select-single.ant-select .ant-select-selector .ant-select-selection-placeholder::after {
|
|
display: inline-block;
|
|
width: 0;
|
|
visibility: hidden;
|
|
content: '\a0';
|
|
}
|
|
.ant-select-single.ant-select.ant-select-show-arrow .ant-select-selection-item,
|
|
.ant-select-single.ant-select.ant-select-show-arrow .ant-select-selection-search,
|
|
.ant-select-single.ant-select.ant-select-show-arrow .ant-select-selection-placeholder {
|
|
padding-inline-end: 18px;
|
|
}
|
|
.ant-select-single.ant-select.ant-select-open .ant-select-selection-item {
|
|
color: #bfbfbf;
|
|
}
|
|
.ant-select-single.ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 0 11px;
|
|
}
|
|
.ant-select-single.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
|
|
height: 30px;
|
|
font-size: 14px;
|
|
}
|
|
.ant-select-single.ant-select:not(.ant-select-customize-input) .ant-select-selector::after {
|
|
line-height: 30px;
|
|
}
|
|
.ant-select-single.ant-select.ant-select-customize-input .ant-select-selector::after {
|
|
display: none;
|
|
}
|
|
.ant-select-single.ant-select.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
|
|
position: static;
|
|
width: 100%;
|
|
}
|
|
.ant-select-single.ant-select.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
|
|
position: absolute;
|
|
padding: 0 11px;
|
|
inset-inline-start: 0;
|
|
inset-inline-end: 0;
|
|
}
|
|
.ant-select-single.ant-select.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
|
|
display: none;
|
|
}
|
|
.ant-select-single.ant-select-sm {
|
|
height: 24px;
|
|
font-size: 12px;
|
|
}
|
|
.ant-select-single.ant-select-sm .ant-select-selector {
|
|
display: flex;
|
|
flex: 1 1 auto;
|
|
border-radius: 2px;
|
|
}
|
|
.ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-wrap::after {
|
|
line-height: 22px;
|
|
}
|
|
.ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-search {
|
|
position: absolute;
|
|
width: 100%;
|
|
inset: 0;
|
|
}
|
|
.ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-search-input {
|
|
width: 100%;
|
|
appearance: textfield;
|
|
}
|
|
.ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-item,
|
|
.ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-placeholder {
|
|
display: block;
|
|
align-self: center;
|
|
padding: 0;
|
|
line-height: 22px;
|
|
transition: all 0.3s, visibility 0s;
|
|
}
|
|
.ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-placeholder {
|
|
transition: none;
|
|
pointer-events: none;
|
|
}
|
|
.ant-select-single.ant-select-sm .ant-select-selector::after,
|
|
.ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-item::after,
|
|
.ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-placeholder::after {
|
|
display: inline-block;
|
|
width: 0;
|
|
visibility: hidden;
|
|
content: '\a0';
|
|
}
|
|
.ant-select-single.ant-select-sm.ant-select-show-arrow .ant-select-selection-item,
|
|
.ant-select-single.ant-select-sm.ant-select-show-arrow .ant-select-selection-search,
|
|
.ant-select-single.ant-select-sm.ant-select-show-arrow .ant-select-selection-placeholder {
|
|
padding-inline-end: 15px;
|
|
}
|
|
.ant-select-single.ant-select-sm.ant-select-open .ant-select-selection-item {
|
|
color: #bfbfbf;
|
|
}
|
|
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 0 11px;
|
|
}
|
|
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
|
|
height: 22px;
|
|
font-size: 14px;
|
|
}
|
|
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after {
|
|
line-height: 22px;
|
|
}
|
|
.ant-select-single.ant-select-sm.ant-select-customize-input .ant-select-selector::after {
|
|
display: none;
|
|
}
|
|
.ant-select-single.ant-select-sm.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
|
|
position: static;
|
|
width: 100%;
|
|
}
|
|
.ant-select-single.ant-select-sm.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
|
|
position: absolute;
|
|
padding: 0 11px;
|
|
inset-inline-start: 0;
|
|
inset-inline-end: 0;
|
|
}
|
|
.ant-select-single.ant-select-sm.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
|
|
display: none;
|
|
}
|
|
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
|
|
padding: 0 7px;
|
|
}
|
|
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
|
|
padding-inline-end: 28px;
|
|
}
|
|
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
|
|
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
|
|
padding-inline-end: 21px;
|
|
}
|
|
.ant-select-single.ant-select-lg {
|
|
height: 40px;
|
|
font-size: 16px;
|
|
}
|
|
.ant-select-single.ant-select-lg .ant-select-selector {
|
|
display: flex;
|
|
flex: 1 1 auto;
|
|
border-radius: 4px;
|
|
}
|
|
.ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-wrap::after {
|
|
line-height: 38px;
|
|
}
|
|
.ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-search {
|
|
position: absolute;
|
|
width: 100%;
|
|
inset: 0;
|
|
}
|
|
.ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-search-input {
|
|
width: 100%;
|
|
appearance: textfield;
|
|
}
|
|
.ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-item,
|
|
.ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-placeholder {
|
|
display: block;
|
|
align-self: center;
|
|
padding: 0;
|
|
line-height: 38px;
|
|
transition: all 0.3s, visibility 0s;
|
|
}
|
|
.ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-placeholder {
|
|
transition: none;
|
|
pointer-events: none;
|
|
}
|
|
.ant-select-single.ant-select-lg .ant-select-selector::after,
|
|
.ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-item::after,
|
|
.ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-placeholder::after {
|
|
display: inline-block;
|
|
width: 0;
|
|
visibility: hidden;
|
|
content: '\a0';
|
|
}
|
|
.ant-select-single.ant-select-lg.ant-select-show-arrow .ant-select-selection-item,
|
|
.ant-select-single.ant-select-lg.ant-select-show-arrow .ant-select-selection-search,
|
|
.ant-select-single.ant-select-lg.ant-select-show-arrow .ant-select-selection-placeholder {
|
|
padding-inline-end: 20px;
|
|
}
|
|
.ant-select-single.ant-select-lg.ant-select-open .ant-select-selection-item {
|
|
color: #bfbfbf;
|
|
}
|
|
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 0 11px;
|
|
}
|
|
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
|
|
height: 38px;
|
|
font-size: 14px;
|
|
}
|
|
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after {
|
|
line-height: 38px;
|
|
}
|
|
.ant-select-single.ant-select-lg.ant-select-customize-input .ant-select-selector::after {
|
|
display: none;
|
|
}
|
|
.ant-select-single.ant-select-lg.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
|
|
position: static;
|
|
width: 100%;
|
|
}
|
|
.ant-select-single.ant-select-lg.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
|
|
position: absolute;
|
|
padding: 0 11px;
|
|
inset-inline-start: 0;
|
|
inset-inline-end: 0;
|
|
}
|
|
.ant-select-single.ant-select-lg.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
|
|
display: none;
|
|
}
|
|
/**
|
|
* Get multiple selector needed style. The calculation:
|
|
*
|
|
* ContainerPadding = BasePadding - ItemMargin
|
|
*
|
|
* Border: ╔═══════════════════════════╗ ┬
|
|
* ContainerPadding: ║ ║ │
|
|
* ╟───────────────────────────╢ ┬ │
|
|
* Item Margin: ║ ║ │ │
|
|
* ║ ┌──────────┐ ║ │ │
|
|
* Item(multipleItemHeight): ║ BasePadding │ Item │ ║ Overflow Container(ControlHeight)
|
|
* ║ └──────────┘ ║ │ │
|
|
* Item Margin: ║ ║ │ │
|
|
* ╟───────────────────────────╢ ┴ │
|
|
* ContainerPadding: ║ ║ │
|
|
* Border: ╚═══════════════════════════╝ ┴
|
|
*/
|
|
.ant-select-multiple.ant-select {
|
|
font-size: 14px;
|
|
}
|
|
.ant-select-multiple.ant-select .ant-select-selection-overflow {
|
|
position: relative;
|
|
display: flex;
|
|
flex: auto;
|
|
flex-wrap: wrap;
|
|
max-width: 100%;
|
|
}
|
|
.ant-select-multiple.ant-select .ant-select-selection-overflow-item {
|
|
display: inline-flex;
|
|
flex: none;
|
|
align-self: center;
|
|
max-width: calc(100% - 4px);
|
|
}
|
|
.ant-select-multiple.ant-select .ant-select-selection-item {
|
|
display: flex;
|
|
flex: none;
|
|
align-self: center;
|
|
box-sizing: border-box;
|
|
max-width: 100%;
|
|
background: #f5f5f5;
|
|
border: 1px solid #f0f0f0;
|
|
border-radius: 2px;
|
|
cursor: default;
|
|
transition: font-size 0.3s, line-height 0.3s, height 0.3s;
|
|
margin-block: calc(4px / 2);
|
|
margin-inline-end: calc(calc(4px / 2) * 2);
|
|
padding-inline-start: 8px;
|
|
padding-inline-end: calc(8px / 2);
|
|
}
|
|
.ant-select-disabled.ant-select-multiple.ant-select .ant-select-selection-item {
|
|
color: #bfbfbf;
|
|
border-color: #d9d9d9;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-multiple.ant-select .ant-select-selection-item-content {
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
white-space: pre;
|
|
text-overflow: ellipsis;
|
|
margin-inline-end: calc(8px / 2);
|
|
}
|
|
.ant-select-multiple.ant-select .ant-select-selection-item-remove {
|
|
color: inherit;
|
|
font-style: normal;
|
|
line-height: 0;
|
|
text-align: center;
|
|
text-transform: none;
|
|
vertical-align: -0.125em;
|
|
text-rendering: optimizelegibility;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-weight: bold;
|
|
font-size: 10px;
|
|
line-height: inherit;
|
|
cursor: pointer;
|
|
}
|
|
.ant-select-multiple.ant-select .ant-select-selection-item-remove > * {
|
|
line-height: 1;
|
|
}
|
|
.ant-select-multiple.ant-select .ant-select-selection-item-remove svg {
|
|
display: inline-block;
|
|
}
|
|
.ant-select-multiple.ant-select .ant-select-selection-item-remove::before {
|
|
display: none;
|
|
}
|
|
.ant-select-multiple.ant-select .ant-select-selection-item-remove .ant-select-multiple.ant-select .ant-select-selection-item-remove-icon {
|
|
display: block;
|
|
}
|
|
.ant-select-multiple.ant-select .ant-select-selection-item-remove > .anticon {
|
|
vertical-align: -0.2em;
|
|
}
|
|
.ant-select-multiple.ant-select .ant-select-selection-item-remove:hover {
|
|
color: rgba(0, 0, 0, 0.75);
|
|
}
|
|
.ant-select-multiple.ant-select .ant-select-selector {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding-inline: max(calc(4px - 1px), 0px);
|
|
padding-block: max(calc(max(calc(4px - 1px), 0px) - calc(4px / 2)), 0px);
|
|
border-radius: 2px;
|
|
}
|
|
.ant-select-disabled.ant-select-multiple.ant-select .ant-select-selector {
|
|
background: #f5f5f5;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-multiple.ant-select .ant-select-selector::after {
|
|
display: inline-block;
|
|
width: 0;
|
|
margin: calc(4px / 2) 0;
|
|
line-height: 24px;
|
|
visibility: hidden;
|
|
content: '\a0';
|
|
}
|
|
.ant-select-multiple.ant-select .ant-select-selection-item {
|
|
height: 24px;
|
|
line-height: calc(24px - 1px * 2);
|
|
}
|
|
.ant-select-multiple.ant-select .ant-select-selection-wrap {
|
|
align-self: flex-start;
|
|
}
|
|
.ant-select-multiple.ant-select .ant-select-selection-wrap::after {
|
|
line-height: 24px;
|
|
margin-block: calc(4px / 2);
|
|
}
|
|
.ant-select-multiple.ant-select .ant-select-prefix {
|
|
margin-inline-start: calc(11px - max(calc(4px - 1px), 0px));
|
|
}
|
|
.ant-select-multiple.ant-select .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-search,
|
|
.ant-select-multiple.ant-select .ant-select-prefix + .ant-select-selection-wrap .ant-select-selection-search {
|
|
margin-inline-start: 0;
|
|
}
|
|
.ant-select-multiple.ant-select .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-placeholder,
|
|
.ant-select-multiple.ant-select .ant-select-prefix + .ant-select-selection-wrap .ant-select-selection-placeholder {
|
|
inset-inline-start: 0;
|
|
}
|
|
.ant-select-multiple.ant-select .ant-select-selection-overflow-item-suffix {
|
|
min-height: 24px;
|
|
margin-block: calc(4px / 2);
|
|
}
|
|
.ant-select-multiple.ant-select .ant-select-selection-search {
|
|
position: relative;
|
|
display: inline-flex;
|
|
max-width: 100%;
|
|
margin-inline-start: calc(11px - calc(calc(32px - 24px) / 2 - 1px));
|
|
}
|
|
.ant-select-multiple.ant-select .ant-select-selection-search-input,
|
|
.ant-select-multiple.ant-select .ant-select-selection-search-mirror {
|
|
height: 24px;
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
line-height: 24px;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-select-multiple.ant-select .ant-select-selection-search-input {
|
|
width: 100%;
|
|
min-width: 4.1px;
|
|
}
|
|
.ant-select-multiple.ant-select .ant-select-selection-search-mirror {
|
|
position: absolute;
|
|
top: 0;
|
|
z-index: 999;
|
|
white-space: pre;
|
|
visibility: hidden;
|
|
inset-inline-start: 0;
|
|
inset-inline-end: auto;
|
|
}
|
|
.ant-select-multiple.ant-select .ant-select-selection-placeholder {
|
|
position: absolute;
|
|
top: 50%;
|
|
inset-inline-start: calc(11px - max(calc(4px - 1px), 0px));
|
|
inset-inline-end: 11px;
|
|
transform: translateY(-50%);
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-select-show-search.ant-select-multiple.ant-select .ant-select-selector {
|
|
cursor: text;
|
|
}
|
|
.ant-select-multiple.ant-select.ant-select-show-arrow .ant-select-selector,
|
|
.ant-select-multiple.ant-select.ant-select-allow-clear .ant-select-selector {
|
|
padding-inline-end: calc(12px + 12px);
|
|
}
|
|
.ant-select-multiple.ant-select-sm {
|
|
font-size: 14px;
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-overflow {
|
|
position: relative;
|
|
display: flex;
|
|
flex: auto;
|
|
flex-wrap: wrap;
|
|
max-width: 100%;
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-overflow-item {
|
|
display: inline-flex;
|
|
flex: none;
|
|
align-self: center;
|
|
max-width: calc(100% - 4px);
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-item {
|
|
display: flex;
|
|
flex: none;
|
|
align-self: center;
|
|
box-sizing: border-box;
|
|
max-width: 100%;
|
|
background: #f5f5f5;
|
|
border: 1px solid #f0f0f0;
|
|
border-radius: 2px;
|
|
cursor: default;
|
|
transition: font-size 0.3s, line-height 0.3s, height 0.3s;
|
|
margin-block: calc(4px / 2);
|
|
margin-inline-end: calc(calc(4px / 2) * 2);
|
|
padding-inline-start: 8px;
|
|
padding-inline-end: calc(8px / 2);
|
|
}
|
|
.ant-select-disabled.ant-select-multiple.ant-select-sm .ant-select-selection-item {
|
|
color: #bfbfbf;
|
|
border-color: #d9d9d9;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-item-content {
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
white-space: pre;
|
|
text-overflow: ellipsis;
|
|
margin-inline-end: calc(8px / 2);
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-item-remove {
|
|
color: inherit;
|
|
font-style: normal;
|
|
line-height: 0;
|
|
text-align: center;
|
|
text-transform: none;
|
|
vertical-align: -0.125em;
|
|
text-rendering: optimizelegibility;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-weight: bold;
|
|
font-size: 10px;
|
|
line-height: inherit;
|
|
cursor: pointer;
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-item-remove > * {
|
|
line-height: 1;
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-item-remove svg {
|
|
display: inline-block;
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-item-remove::before {
|
|
display: none;
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-item-remove .ant-select-multiple.ant-select-sm .ant-select-selection-item-remove-icon {
|
|
display: block;
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-item-remove > .anticon {
|
|
vertical-align: -0.2em;
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-item-remove:hover {
|
|
color: rgba(0, 0, 0, 0.75);
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selector {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding-inline: max(calc(4px - 1px), 0px);
|
|
padding-block: max(calc(max(calc(4px - 1px), 0px) - calc(4px / 2)), 0px);
|
|
border-radius: 2px;
|
|
}
|
|
.ant-select-disabled.ant-select-multiple.ant-select-sm .ant-select-selector {
|
|
background: #f5f5f5;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selector::after {
|
|
display: inline-block;
|
|
width: 0;
|
|
margin: calc(4px / 2) 0;
|
|
line-height: 16px;
|
|
visibility: hidden;
|
|
content: '\a0';
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-item {
|
|
height: 16px;
|
|
line-height: calc(16px - 1px * 2);
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-wrap {
|
|
align-self: flex-start;
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-wrap::after {
|
|
line-height: 16px;
|
|
margin-block: calc(4px / 2);
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-prefix {
|
|
margin-inline-start: calc(11px - max(calc(4px - 1px), 0px));
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-search,
|
|
.ant-select-multiple.ant-select-sm .ant-select-prefix + .ant-select-selection-wrap .ant-select-selection-search {
|
|
margin-inline-start: 0;
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-placeholder,
|
|
.ant-select-multiple.ant-select-sm .ant-select-prefix + .ant-select-selection-wrap .ant-select-selection-placeholder {
|
|
inset-inline-start: 0;
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-overflow-item-suffix {
|
|
min-height: 16px;
|
|
margin-block: calc(4px / 2);
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-search {
|
|
position: relative;
|
|
display: inline-flex;
|
|
max-width: 100%;
|
|
margin-inline-start: calc(11px - calc(calc(24px - 16px) / 2 - 1px));
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
|
|
height: 16px;
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
line-height: 16px;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-search-input {
|
|
width: 100%;
|
|
min-width: 4.1px;
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
|
|
position: absolute;
|
|
top: 0;
|
|
z-index: 999;
|
|
white-space: pre;
|
|
visibility: hidden;
|
|
inset-inline-start: 0;
|
|
inset-inline-end: auto;
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
|
|
position: absolute;
|
|
top: 50%;
|
|
inset-inline-start: calc(11px - max(calc(4px - 1px), 0px));
|
|
inset-inline-end: 11px;
|
|
transform: translateY(-50%);
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-select-show-search.ant-select-multiple.ant-select-sm .ant-select-selector {
|
|
cursor: text;
|
|
}
|
|
.ant-select-multiple.ant-select-sm.ant-select-show-arrow .ant-select-selector,
|
|
.ant-select-multiple.ant-select-sm.ant-select-allow-clear .ant-select-selector {
|
|
padding-inline-end: calc(12px + 12px);
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
|
|
inset-inline: calc(8px - 1px);
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-search {
|
|
margin-inline-start: 2px;
|
|
}
|
|
.ant-select-multiple.ant-select-lg {
|
|
font-size: 16px;
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-overflow {
|
|
position: relative;
|
|
display: flex;
|
|
flex: auto;
|
|
flex-wrap: wrap;
|
|
max-width: 100%;
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-overflow-item {
|
|
display: inline-flex;
|
|
flex: none;
|
|
align-self: center;
|
|
max-width: calc(100% - 4px);
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
|
|
display: flex;
|
|
flex: none;
|
|
align-self: center;
|
|
box-sizing: border-box;
|
|
max-width: 100%;
|
|
background: #f5f5f5;
|
|
border: 1px solid #f0f0f0;
|
|
border-radius: 2px;
|
|
cursor: default;
|
|
transition: font-size 0.3s, line-height 0.3s, height 0.3s;
|
|
margin-block: calc(4px / 2);
|
|
margin-inline-end: calc(calc(4px / 2) * 2);
|
|
padding-inline-start: 8px;
|
|
padding-inline-end: calc(8px / 2);
|
|
}
|
|
.ant-select-disabled.ant-select-multiple.ant-select-lg .ant-select-selection-item {
|
|
color: #bfbfbf;
|
|
border-color: #d9d9d9;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-item-content {
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
white-space: pre;
|
|
text-overflow: ellipsis;
|
|
margin-inline-end: calc(8px / 2);
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-item-remove {
|
|
color: inherit;
|
|
font-style: normal;
|
|
line-height: 0;
|
|
text-align: center;
|
|
text-transform: none;
|
|
vertical-align: -0.125em;
|
|
text-rendering: optimizelegibility;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-weight: bold;
|
|
font-size: 10px;
|
|
line-height: inherit;
|
|
cursor: pointer;
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-item-remove > * {
|
|
line-height: 1;
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-item-remove svg {
|
|
display: inline-block;
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-item-remove::before {
|
|
display: none;
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-item-remove .ant-select-multiple.ant-select-lg .ant-select-selection-item-remove-icon {
|
|
display: block;
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-item-remove > .anticon {
|
|
vertical-align: -0.2em;
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-item-remove:hover {
|
|
color: rgba(0, 0, 0, 0.75);
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selector {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding-inline: max(calc(4px - 1px), 0px);
|
|
padding-block: max(calc(max(calc(4px - 1px), 0px) - calc(4px / 2)), 0px);
|
|
border-radius: 4px;
|
|
}
|
|
.ant-select-disabled.ant-select-multiple.ant-select-lg .ant-select-selector {
|
|
background: #f5f5f5;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selector::after {
|
|
display: inline-block;
|
|
width: 0;
|
|
margin: calc(4px / 2) 0;
|
|
line-height: 32px;
|
|
visibility: hidden;
|
|
content: '\a0';
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
|
|
height: 32px;
|
|
line-height: calc(32px - 1px * 2);
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-wrap {
|
|
align-self: flex-start;
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-wrap::after {
|
|
line-height: 32px;
|
|
margin-block: calc(4px / 2);
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-prefix {
|
|
margin-inline-start: calc(11px - max(calc(4px - 1px), 0px));
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-search,
|
|
.ant-select-multiple.ant-select-lg .ant-select-prefix + .ant-select-selection-wrap .ant-select-selection-search {
|
|
margin-inline-start: 0;
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-placeholder,
|
|
.ant-select-multiple.ant-select-lg .ant-select-prefix + .ant-select-selection-wrap .ant-select-selection-placeholder {
|
|
inset-inline-start: 0;
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-overflow-item-suffix {
|
|
min-height: 32px;
|
|
margin-block: calc(4px / 2);
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-search {
|
|
position: relative;
|
|
display: inline-flex;
|
|
max-width: 100%;
|
|
margin-inline-start: calc(11px - calc(calc(40px - 32px) / 2 - 1px));
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
|
|
height: 32px;
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
line-height: 32px;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-search-input {
|
|
width: 100%;
|
|
min-width: 4.1px;
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
|
|
position: absolute;
|
|
top: 0;
|
|
z-index: 999;
|
|
white-space: pre;
|
|
visibility: hidden;
|
|
inset-inline-start: 0;
|
|
inset-inline-end: auto;
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-placeholder {
|
|
position: absolute;
|
|
top: 50%;
|
|
inset-inline-start: calc(11px - max(calc(4px - 1px), 0px));
|
|
inset-inline-end: 11px;
|
|
transform: translateY(-50%);
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-select-show-search.ant-select-multiple.ant-select-lg .ant-select-selector {
|
|
cursor: text;
|
|
}
|
|
.ant-select-multiple.ant-select-lg.ant-select-show-arrow .ant-select-selector,
|
|
.ant-select-multiple.ant-select-lg.ant-select-allow-clear .ant-select-selector {
|
|
padding-inline-end: calc(12px + 12px);
|
|
}
|
|
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
|
|
background-color: #fff;
|
|
border-color: #ff4d4f !important;
|
|
}
|
|
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector,
|
|
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {
|
|
border-color: #ff7875;
|
|
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
border-right-width: 1px;
|
|
outline: 0;
|
|
}
|
|
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
|
|
background-color: #fff;
|
|
border-color: #faad14 !important;
|
|
}
|
|
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector,
|
|
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {
|
|
border-color: #ffc53d;
|
|
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
border-right-width: 1px;
|
|
outline: 0;
|
|
}
|
|
.ant-select-status-error.ant-select-has-feedback .ant-select-clear,
|
|
.ant-select-status-warning.ant-select-has-feedback .ant-select-clear,
|
|
.ant-select-status-success.ant-select-has-feedback .ant-select-clear,
|
|
.ant-select-status-validating.ant-select-has-feedback .ant-select-clear {
|
|
inset-inline-end: 32px;
|
|
}
|
|
.ant-select-status-error.ant-select-has-feedback .ant-select-selection-selected-value,
|
|
.ant-select-status-warning.ant-select-has-feedback .ant-select-selection-selected-value,
|
|
.ant-select-status-success.ant-select-has-feedback .ant-select-selection-selected-value,
|
|
.ant-select-status-validating.ant-select-has-feedback .ant-select-selection-selected-value {
|
|
padding-inline-end: 42px;
|
|
}
|
|
/* Reset search input style */
|
|
.ant-select {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 14px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.5715;
|
|
list-style: none;
|
|
font-feature-settings: 'tnum';
|
|
position: relative;
|
|
display: inline-flex;
|
|
cursor: pointer;
|
|
}
|
|
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
|
position: relative;
|
|
background-color: #fff;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
}
|
|
.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
|
|
cursor: pointer;
|
|
}
|
|
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-prefix {
|
|
flex: none;
|
|
margin-inline-end: 4px;
|
|
}
|
|
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-wrap {
|
|
position: relative;
|
|
display: flex;
|
|
width: 100%;
|
|
min-width: 0;
|
|
}
|
|
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-wrap::after {
|
|
width: 0;
|
|
overflow: hidden;
|
|
content: '\a0';
|
|
}
|
|
.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
|
cursor: text;
|
|
}
|
|
.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
|
|
cursor: auto;
|
|
}
|
|
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background: #f5f5f5;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
|
background: #f5f5f5;
|
|
}
|
|
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: inherit;
|
|
background: transparent;
|
|
border: none;
|
|
outline: none;
|
|
appearance: none;
|
|
}
|
|
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
|
|
display: none;
|
|
appearance: none;
|
|
}
|
|
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
|
|
border-color: #40a9ff;
|
|
border-right-width: 1px;
|
|
}
|
|
.ant-select:not(.ant-select-disabled).ant-select-focused .ant-select-selector {
|
|
border-color: #40a9ff;
|
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
border-right-width: 1px;
|
|
outline: 0;
|
|
}
|
|
.ant-select-selection-item {
|
|
flex: 1;
|
|
overflow: hidden;
|
|
font-weight: normal;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
user-select: none;
|
|
}
|
|
@media all and (-ms-high-contrast: none) {
|
|
.ant-select-selection-item *::-ms-backdrop,
|
|
.ant-select-selection-item {
|
|
flex: auto;
|
|
}
|
|
}
|
|
.ant-select-selection-placeholder {
|
|
flex: 1;
|
|
overflow: hidden;
|
|
color: #bfbfbf;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
pointer-events: none;
|
|
}
|
|
@media all and (-ms-high-contrast: none) {
|
|
.ant-select-selection-placeholder *::-ms-backdrop,
|
|
.ant-select-selection-placeholder {
|
|
flex: auto;
|
|
}
|
|
}
|
|
.ant-select-arrow {
|
|
display: inline-flex;
|
|
color: inherit;
|
|
font-style: normal;
|
|
line-height: 0;
|
|
text-transform: none;
|
|
vertical-align: -0.125em;
|
|
text-rendering: optimizelegibility;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
position: absolute;
|
|
top: 50%;
|
|
inset-inline-start: auto;
|
|
inset-inline-end: 11px;
|
|
display: flex;
|
|
align-items: center;
|
|
height: 12px;
|
|
margin-top: -6px;
|
|
color: rgba(0, 0, 0, 0.25);
|
|
font-size: 12px;
|
|
line-height: 1;
|
|
text-align: center;
|
|
pointer-events: none;
|
|
}
|
|
.ant-select-arrow > * {
|
|
line-height: 1;
|
|
}
|
|
.ant-select-arrow svg {
|
|
display: inline-block;
|
|
}
|
|
.ant-select-arrow::before {
|
|
display: none;
|
|
}
|
|
.ant-select-arrow .ant-select-arrow-icon {
|
|
display: block;
|
|
}
|
|
.ant-select-arrow .anticon {
|
|
vertical-align: top;
|
|
transition: transform 0.3s;
|
|
}
|
|
.ant-select-arrow .anticon > svg {
|
|
vertical-align: top;
|
|
}
|
|
.ant-select-arrow .anticon:not(.ant-select-suffix) {
|
|
pointer-events: auto;
|
|
}
|
|
.ant-select-disabled .ant-select-arrow {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-arrow > *:not(:last-child) {
|
|
margin-inline-end: 8px;
|
|
}
|
|
.ant-select-clear {
|
|
position: absolute;
|
|
top: 50%;
|
|
z-index: 1;
|
|
display: inline-block;
|
|
width: 12px;
|
|
height: 12px;
|
|
margin-top: -6px;
|
|
color: rgba(0, 0, 0, 0.25);
|
|
font-size: 12px;
|
|
font-style: normal;
|
|
line-height: 1;
|
|
text-align: center;
|
|
text-transform: none;
|
|
background: #fff;
|
|
transform: translateZ(0);
|
|
cursor: pointer;
|
|
opacity: 0;
|
|
transition: color 0.3s ease, opacity 0.15s ease;
|
|
inset-inline-start: auto;
|
|
inset-inline-end: 11px;
|
|
text-rendering: auto;
|
|
}
|
|
.ant-select-clear::before {
|
|
display: block;
|
|
}
|
|
.ant-select-clear:hover {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
}
|
|
.ant-select:hover .ant-select-clear {
|
|
opacity: 1;
|
|
}
|
|
.ant-select-dropdown {
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-variant: tabular-nums;
|
|
line-height: 1.5715;
|
|
list-style: none;
|
|
font-feature-settings: 'tnum';
|
|
position: absolute;
|
|
top: -9999px;
|
|
z-index: 1050;
|
|
box-sizing: border-box;
|
|
padding: 4px;
|
|
overflow: hidden;
|
|
font-size: 14px;
|
|
font-variant: initial;
|
|
background-color: #fff;
|
|
border-radius: 2px;
|
|
outline: none;
|
|
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
}
|
|
.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
|
|
.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
|
|
animation-name: antSlideUpIn;
|
|
}
|
|
.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft,
|
|
.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft {
|
|
animation-name: antSlideDownIn;
|
|
}
|
|
.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
|
|
animation-name: antSlideUpOut;
|
|
}
|
|
.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft {
|
|
animation-name: antSlideDownOut;
|
|
}
|
|
.ant-select-dropdown-hidden {
|
|
display: none;
|
|
}
|
|
.ant-select-dropdown-empty {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.ant-select-item-empty {
|
|
position: relative;
|
|
display: block;
|
|
min-height: 32px;
|
|
padding: 5px 12px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: normal;
|
|
font-size: 14px;
|
|
line-height: 22px;
|
|
color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.ant-select-item {
|
|
position: relative;
|
|
display: block;
|
|
min-height: 32px;
|
|
padding: 5px 12px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: normal;
|
|
font-size: 14px;
|
|
line-height: 22px;
|
|
cursor: pointer;
|
|
transition: background 0.3s ease;
|
|
}
|
|
.ant-select-item-group {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 12px;
|
|
cursor: default;
|
|
}
|
|
.ant-select-item-option {
|
|
display: flex;
|
|
}
|
|
.ant-select-item-option-content {
|
|
flex: auto;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.ant-select-item-option-state {
|
|
flex: none;
|
|
user-select: none;
|
|
}
|
|
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
|
|
background-color: #f5f5f5;
|
|
}
|
|
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: 600;
|
|
background-color: #e6f7ff;
|
|
}
|
|
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
|
|
color: #1890ff;
|
|
}
|
|
.ant-select-item-option-disabled {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-item-option-disabled.ant-select-item-option-selected {
|
|
background-color: #f5f5f5;
|
|
}
|
|
.ant-select-item-option-grouped {
|
|
padding-inline-start: 24px;
|
|
}
|
|
.ant-select-lg {
|
|
font-size: 16px;
|
|
}
|
|
.ant-select.ant-select-borderless .ant-select-selector,
|
|
.ant-select.ant-select-borderless:hover .ant-select-selector,
|
|
.ant-select.ant-select-borderless:focus .ant-select-selector,
|
|
.ant-select.ant-select-borderless.ant-select-focused .ant-select-selector,
|
|
.ant-select.ant-select-borderless.ant-select-disabled .ant-select-selector,
|
|
.ant-select.ant-select-borderless.ant-select[disabled] .ant-select-selector {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
box-shadow: none;
|
|
}
|
|
.ant-select.ant-select-filled .ant-select-selector {
|
|
background-color: #f5f5f5;
|
|
border-color: transparent;
|
|
box-shadow: none;
|
|
}
|
|
.ant-select.ant-select-filled:hover .ant-select-selector {
|
|
background-color: #f0f0f0;
|
|
border-color: transparent;
|
|
box-shadow: none;
|
|
}
|
|
.ant-select.ant-select-filled:focus .ant-select-selector,
|
|
.ant-select.ant-select-filled.ant-select-focused .ant-select-selector {
|
|
border-color: #40a9ff;
|
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
border-right-width: 1px;
|
|
outline: 0;
|
|
background-color: transparent;
|
|
box-shadow: none;
|
|
}
|
|
.ant-select.ant-select-filled.ant-select-disabled .ant-select-selector,
|
|
.ant-select.ant-select-filled.ant-select[disabled] .ant-select-selector {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
box-shadow: none;
|
|
cursor: not-allowed;
|
|
opacity: 1;
|
|
}
|
|
.ant-select.ant-select-filled.ant-select-disabled .ant-select-selector:hover,
|
|
.ant-select.ant-select-filled.ant-select[disabled] .ant-select-selector:hover {
|
|
border-color: #d9d9d9;
|
|
border-right-width: 1px;
|
|
}
|
|
.ant-select.ant-select-underlined .ant-select-selector,
|
|
.ant-select.ant-select-underlined:hover .ant-select-selector,
|
|
.ant-select.ant-select-underlined:focus .ant-select-selector,
|
|
.ant-select.ant-select-underlined.ant-select-focused .ant-select-selector,
|
|
.ant-select.ant-select-underlined.ant-select-disabled .ant-select-selector,
|
|
.ant-select.ant-select-underlined.ant-select[disabled] .ant-select-selector {
|
|
background-color: transparent;
|
|
border-width: 0 0 1px;
|
|
border-radius: 0;
|
|
box-shadow: none;
|
|
}
|
|
.ant-select.ant-select-underlined:hover:not(.ant-select-focused):not(:focus) .ant-select-selector {
|
|
border-color: #d9d9d9;
|
|
}
|
|
.ant-select.ant-select-in-form-item {
|
|
width: 100%;
|
|
}
|
|
.ant-select-compact-item:not(.ant-select-compact-last-item) {
|
|
margin-right: -1px;
|
|
}
|
|
.ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-item-rtl {
|
|
margin-right: 0;
|
|
margin-left: -1px;
|
|
}
|
|
.ant-select-compact-item:hover > *,
|
|
.ant-select-compact-item:focus > *,
|
|
.ant-select-compact-item:active > * {
|
|
z-index: 2;
|
|
}
|
|
.ant-select-compact-item.ant-select-focused > * {
|
|
z-index: 2;
|
|
}
|
|
.ant-select-compact-item[disabled] > * {
|
|
z-index: 0;
|
|
}
|
|
.ant-select-compact-item:not(.ant-select-compact-first-item):not(.ant-select-compact-last-item).ant-select .ant-select-selector {
|
|
border-radius: 0;
|
|
}
|
|
.ant-select-compact-item.ant-select-compact-first-item.ant-select:not(.ant-select-compact-last-item):not(.ant-select-compact-item-rtl) .ant-select-selector {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.ant-select-compact-item.ant-select-compact-last-item.ant-select:not(.ant-select-compact-first-item):not(.ant-select-compact-item-rtl) .ant-select-selector {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.ant-select-compact-item.ant-select.ant-select-compact-first-item.ant-select-compact-item-rtl:not(.ant-select-compact-last-item) .ant-select-selector {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.ant-select-compact-item.ant-select.ant-select-compact-last-item.ant-select-compact-item-rtl:not(.ant-select-compact-first-item) .ant-select-selector {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.ant-select-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-select-dropdown-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-select-dropdown {
|
|
position: relative;
|
|
top: 100%;
|
|
left: 0;
|
|
display: block;
|
|
width: 100%;
|
|
margin-top: 4px;
|
|
margin-bottom: 4px;
|
|
}
|
|
.ant-select-dropdown .cdk-virtual-scroll-content-wrapper {
|
|
right: 0;
|
|
}
|
|
.ant-select-dropdown .full-width {
|
|
contain: initial;
|
|
}
|
|
.ant-select-dropdown .full-width .cdk-virtual-scroll-content-wrapper {
|
|
position: static;
|
|
}
|
|
.ant-select-dropdown .full-width .cdk-virtual-scroll-spacer {
|
|
position: absolute;
|
|
top: 0;
|
|
width: 1px;
|
|
}
|
|
nz-pagination {
|
|
display: block;
|
|
}
|
|
.ant-row {
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
min-width: 0;
|
|
}
|
|
.ant-row::before,
|
|
.ant-row::after {
|
|
display: flex;
|
|
}
|
|
.ant-row-no-wrap {
|
|
flex-wrap: nowrap;
|
|
}
|
|
.ant-row-start {
|
|
justify-content: flex-start;
|
|
}
|
|
.ant-row-center {
|
|
justify-content: center;
|
|
}
|
|
.ant-row-end {
|
|
justify-content: flex-end;
|
|
}
|
|
.ant-row-space-between {
|
|
justify-content: space-between;
|
|
}
|
|
.ant-row-space-around {
|
|
justify-content: space-around;
|
|
}
|
|
.ant-row-space-evenly {
|
|
justify-content: space-evenly;
|
|
}
|
|
.ant-row-top {
|
|
align-items: flex-start;
|
|
}
|
|
.ant-row-middle {
|
|
align-items: center;
|
|
}
|
|
.ant-row-bottom {
|
|
align-items: flex-end;
|
|
}
|
|
.ant-col {
|
|
position: relative;
|
|
max-width: 100%;
|
|
min-height: 1px;
|
|
}
|
|
.ant-col-24 {
|
|
display: block;
|
|
flex: 0 0 100%;
|
|
max-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;
|
|
flex: 0 0 95.83333333%;
|
|
max-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;
|
|
flex: 0 0 91.66666667%;
|
|
max-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;
|
|
flex: 0 0 87.5%;
|
|
max-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;
|
|
flex: 0 0 83.33333333%;
|
|
max-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;
|
|
flex: 0 0 79.16666667%;
|
|
max-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;
|
|
flex: 0 0 75%;
|
|
max-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;
|
|
flex: 0 0 70.83333333%;
|
|
max-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;
|
|
flex: 0 0 66.66666667%;
|
|
max-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;
|
|
flex: 0 0 62.5%;
|
|
max-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;
|
|
flex: 0 0 58.33333333%;
|
|
max-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;
|
|
flex: 0 0 54.16666667%;
|
|
max-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;
|
|
flex: 0 0 50%;
|
|
max-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;
|
|
flex: 0 0 45.83333333%;
|
|
max-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;
|
|
flex: 0 0 41.66666667%;
|
|
max-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;
|
|
flex: 0 0 37.5%;
|
|
max-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;
|
|
flex: 0 0 33.33333333%;
|
|
max-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;
|
|
flex: 0 0 29.16666667%;
|
|
max-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;
|
|
flex: 0 0 25%;
|
|
max-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;
|
|
flex: 0 0 20.83333333%;
|
|
max-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;
|
|
flex: 0 0 16.66666667%;
|
|
max-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;
|
|
flex: 0 0 12.5%;
|
|
max-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;
|
|
flex: 0 0 8.33333333%;
|
|
max-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;
|
|
flex: 0 0 4.16666667%;
|
|
max-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-push-0.ant-col-rtl {
|
|
right: auto;
|
|
}
|
|
.ant-col-pull-0.ant-col-rtl {
|
|
left: auto;
|
|
}
|
|
.ant-col-push-0.ant-col-rtl {
|
|
right: auto;
|
|
}
|
|
.ant-col-pull-0.ant-col-rtl {
|
|
left: auto;
|
|
}
|
|
.ant-col-offset-0.ant-col-rtl {
|
|
margin-right: 0;
|
|
}
|
|
.ant-col-push-1.ant-col-rtl {
|
|
right: 4.16666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-pull-1.ant-col-rtl {
|
|
right: auto;
|
|
left: 4.16666667%;
|
|
}
|
|
.ant-col-offset-1.ant-col-rtl {
|
|
margin-right: 4.16666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-push-2.ant-col-rtl {
|
|
right: 8.33333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-pull-2.ant-col-rtl {
|
|
right: auto;
|
|
left: 8.33333333%;
|
|
}
|
|
.ant-col-offset-2.ant-col-rtl {
|
|
margin-right: 8.33333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-push-3.ant-col-rtl {
|
|
right: 12.5%;
|
|
left: auto;
|
|
}
|
|
.ant-col-pull-3.ant-col-rtl {
|
|
right: auto;
|
|
left: 12.5%;
|
|
}
|
|
.ant-col-offset-3.ant-col-rtl {
|
|
margin-right: 12.5%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-push-4.ant-col-rtl {
|
|
right: 16.66666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-pull-4.ant-col-rtl {
|
|
right: auto;
|
|
left: 16.66666667%;
|
|
}
|
|
.ant-col-offset-4.ant-col-rtl {
|
|
margin-right: 16.66666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-push-5.ant-col-rtl {
|
|
right: 20.83333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-pull-5.ant-col-rtl {
|
|
right: auto;
|
|
left: 20.83333333%;
|
|
}
|
|
.ant-col-offset-5.ant-col-rtl {
|
|
margin-right: 20.83333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-push-6.ant-col-rtl {
|
|
right: 25%;
|
|
left: auto;
|
|
}
|
|
.ant-col-pull-6.ant-col-rtl {
|
|
right: auto;
|
|
left: 25%;
|
|
}
|
|
.ant-col-offset-6.ant-col-rtl {
|
|
margin-right: 25%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-push-7.ant-col-rtl {
|
|
right: 29.16666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-pull-7.ant-col-rtl {
|
|
right: auto;
|
|
left: 29.16666667%;
|
|
}
|
|
.ant-col-offset-7.ant-col-rtl {
|
|
margin-right: 29.16666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-push-8.ant-col-rtl {
|
|
right: 33.33333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-pull-8.ant-col-rtl {
|
|
right: auto;
|
|
left: 33.33333333%;
|
|
}
|
|
.ant-col-offset-8.ant-col-rtl {
|
|
margin-right: 33.33333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-push-9.ant-col-rtl {
|
|
right: 37.5%;
|
|
left: auto;
|
|
}
|
|
.ant-col-pull-9.ant-col-rtl {
|
|
right: auto;
|
|
left: 37.5%;
|
|
}
|
|
.ant-col-offset-9.ant-col-rtl {
|
|
margin-right: 37.5%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-push-10.ant-col-rtl {
|
|
right: 41.66666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-pull-10.ant-col-rtl {
|
|
right: auto;
|
|
left: 41.66666667%;
|
|
}
|
|
.ant-col-offset-10.ant-col-rtl {
|
|
margin-right: 41.66666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-push-11.ant-col-rtl {
|
|
right: 45.83333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-pull-11.ant-col-rtl {
|
|
right: auto;
|
|
left: 45.83333333%;
|
|
}
|
|
.ant-col-offset-11.ant-col-rtl {
|
|
margin-right: 45.83333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-push-12.ant-col-rtl {
|
|
right: 50%;
|
|
left: auto;
|
|
}
|
|
.ant-col-pull-12.ant-col-rtl {
|
|
right: auto;
|
|
left: 50%;
|
|
}
|
|
.ant-col-offset-12.ant-col-rtl {
|
|
margin-right: 50%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-push-13.ant-col-rtl {
|
|
right: 54.16666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-pull-13.ant-col-rtl {
|
|
right: auto;
|
|
left: 54.16666667%;
|
|
}
|
|
.ant-col-offset-13.ant-col-rtl {
|
|
margin-right: 54.16666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-push-14.ant-col-rtl {
|
|
right: 58.33333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-pull-14.ant-col-rtl {
|
|
right: auto;
|
|
left: 58.33333333%;
|
|
}
|
|
.ant-col-offset-14.ant-col-rtl {
|
|
margin-right: 58.33333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-push-15.ant-col-rtl {
|
|
right: 62.5%;
|
|
left: auto;
|
|
}
|
|
.ant-col-pull-15.ant-col-rtl {
|
|
right: auto;
|
|
left: 62.5%;
|
|
}
|
|
.ant-col-offset-15.ant-col-rtl {
|
|
margin-right: 62.5%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-push-16.ant-col-rtl {
|
|
right: 66.66666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-pull-16.ant-col-rtl {
|
|
right: auto;
|
|
left: 66.66666667%;
|
|
}
|
|
.ant-col-offset-16.ant-col-rtl {
|
|
margin-right: 66.66666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-push-17.ant-col-rtl {
|
|
right: 70.83333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-pull-17.ant-col-rtl {
|
|
right: auto;
|
|
left: 70.83333333%;
|
|
}
|
|
.ant-col-offset-17.ant-col-rtl {
|
|
margin-right: 70.83333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-push-18.ant-col-rtl {
|
|
right: 75%;
|
|
left: auto;
|
|
}
|
|
.ant-col-pull-18.ant-col-rtl {
|
|
right: auto;
|
|
left: 75%;
|
|
}
|
|
.ant-col-offset-18.ant-col-rtl {
|
|
margin-right: 75%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-push-19.ant-col-rtl {
|
|
right: 79.16666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-pull-19.ant-col-rtl {
|
|
right: auto;
|
|
left: 79.16666667%;
|
|
}
|
|
.ant-col-offset-19.ant-col-rtl {
|
|
margin-right: 79.16666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-push-20.ant-col-rtl {
|
|
right: 83.33333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-pull-20.ant-col-rtl {
|
|
right: auto;
|
|
left: 83.33333333%;
|
|
}
|
|
.ant-col-offset-20.ant-col-rtl {
|
|
margin-right: 83.33333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-push-21.ant-col-rtl {
|
|
right: 87.5%;
|
|
left: auto;
|
|
}
|
|
.ant-col-pull-21.ant-col-rtl {
|
|
right: auto;
|
|
left: 87.5%;
|
|
}
|
|
.ant-col-offset-21.ant-col-rtl {
|
|
margin-right: 87.5%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-push-22.ant-col-rtl {
|
|
right: 91.66666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-pull-22.ant-col-rtl {
|
|
right: auto;
|
|
left: 91.66666667%;
|
|
}
|
|
.ant-col-offset-22.ant-col-rtl {
|
|
margin-right: 91.66666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-push-23.ant-col-rtl {
|
|
right: 95.83333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-pull-23.ant-col-rtl {
|
|
right: auto;
|
|
left: 95.83333333%;
|
|
}
|
|
.ant-col-offset-23.ant-col-rtl {
|
|
margin-right: 95.83333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-push-24.ant-col-rtl {
|
|
right: 100%;
|
|
left: auto;
|
|
}
|
|
.ant-col-pull-24.ant-col-rtl {
|
|
right: auto;
|
|
left: 100%;
|
|
}
|
|
.ant-col-offset-24.ant-col-rtl {
|
|
margin-right: 100%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xs-24 {
|
|
display: block;
|
|
flex: 0 0 100%;
|
|
max-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;
|
|
flex: 0 0 95.83333333%;
|
|
max-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;
|
|
flex: 0 0 91.66666667%;
|
|
max-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;
|
|
flex: 0 0 87.5%;
|
|
max-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;
|
|
flex: 0 0 83.33333333%;
|
|
max-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;
|
|
flex: 0 0 79.16666667%;
|
|
max-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;
|
|
flex: 0 0 75%;
|
|
max-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;
|
|
flex: 0 0 70.83333333%;
|
|
max-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;
|
|
flex: 0 0 66.66666667%;
|
|
max-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;
|
|
flex: 0 0 62.5%;
|
|
max-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;
|
|
flex: 0 0 58.33333333%;
|
|
max-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;
|
|
flex: 0 0 54.16666667%;
|
|
max-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;
|
|
flex: 0 0 50%;
|
|
max-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;
|
|
flex: 0 0 45.83333333%;
|
|
max-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;
|
|
flex: 0 0 41.66666667%;
|
|
max-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;
|
|
flex: 0 0 37.5%;
|
|
max-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;
|
|
flex: 0 0 33.33333333%;
|
|
max-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;
|
|
flex: 0 0 29.16666667%;
|
|
max-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;
|
|
flex: 0 0 25%;
|
|
max-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;
|
|
flex: 0 0 20.83333333%;
|
|
max-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;
|
|
flex: 0 0 16.66666667%;
|
|
max-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;
|
|
flex: 0 0 12.5%;
|
|
max-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;
|
|
flex: 0 0 8.33333333%;
|
|
max-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;
|
|
flex: 0 0 4.16666667%;
|
|
max-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;
|
|
}
|
|
.ant-col-push-0.ant-col-rtl {
|
|
right: auto;
|
|
}
|
|
.ant-col-pull-0.ant-col-rtl {
|
|
left: auto;
|
|
}
|
|
.ant-col-xs-push-0.ant-col-rtl {
|
|
right: auto;
|
|
}
|
|
.ant-col-xs-pull-0.ant-col-rtl {
|
|
left: auto;
|
|
}
|
|
.ant-col-xs-offset-0.ant-col-rtl {
|
|
margin-right: 0;
|
|
}
|
|
.ant-col-xs-push-1.ant-col-rtl {
|
|
right: 4.16666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xs-pull-1.ant-col-rtl {
|
|
right: auto;
|
|
left: 4.16666667%;
|
|
}
|
|
.ant-col-xs-offset-1.ant-col-rtl {
|
|
margin-right: 4.16666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xs-push-2.ant-col-rtl {
|
|
right: 8.33333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xs-pull-2.ant-col-rtl {
|
|
right: auto;
|
|
left: 8.33333333%;
|
|
}
|
|
.ant-col-xs-offset-2.ant-col-rtl {
|
|
margin-right: 8.33333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xs-push-3.ant-col-rtl {
|
|
right: 12.5%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xs-pull-3.ant-col-rtl {
|
|
right: auto;
|
|
left: 12.5%;
|
|
}
|
|
.ant-col-xs-offset-3.ant-col-rtl {
|
|
margin-right: 12.5%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xs-push-4.ant-col-rtl {
|
|
right: 16.66666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xs-pull-4.ant-col-rtl {
|
|
right: auto;
|
|
left: 16.66666667%;
|
|
}
|
|
.ant-col-xs-offset-4.ant-col-rtl {
|
|
margin-right: 16.66666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xs-push-5.ant-col-rtl {
|
|
right: 20.83333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xs-pull-5.ant-col-rtl {
|
|
right: auto;
|
|
left: 20.83333333%;
|
|
}
|
|
.ant-col-xs-offset-5.ant-col-rtl {
|
|
margin-right: 20.83333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xs-push-6.ant-col-rtl {
|
|
right: 25%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xs-pull-6.ant-col-rtl {
|
|
right: auto;
|
|
left: 25%;
|
|
}
|
|
.ant-col-xs-offset-6.ant-col-rtl {
|
|
margin-right: 25%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xs-push-7.ant-col-rtl {
|
|
right: 29.16666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xs-pull-7.ant-col-rtl {
|
|
right: auto;
|
|
left: 29.16666667%;
|
|
}
|
|
.ant-col-xs-offset-7.ant-col-rtl {
|
|
margin-right: 29.16666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xs-push-8.ant-col-rtl {
|
|
right: 33.33333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xs-pull-8.ant-col-rtl {
|
|
right: auto;
|
|
left: 33.33333333%;
|
|
}
|
|
.ant-col-xs-offset-8.ant-col-rtl {
|
|
margin-right: 33.33333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xs-push-9.ant-col-rtl {
|
|
right: 37.5%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xs-pull-9.ant-col-rtl {
|
|
right: auto;
|
|
left: 37.5%;
|
|
}
|
|
.ant-col-xs-offset-9.ant-col-rtl {
|
|
margin-right: 37.5%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xs-push-10.ant-col-rtl {
|
|
right: 41.66666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xs-pull-10.ant-col-rtl {
|
|
right: auto;
|
|
left: 41.66666667%;
|
|
}
|
|
.ant-col-xs-offset-10.ant-col-rtl {
|
|
margin-right: 41.66666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xs-push-11.ant-col-rtl {
|
|
right: 45.83333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xs-pull-11.ant-col-rtl {
|
|
right: auto;
|
|
left: 45.83333333%;
|
|
}
|
|
.ant-col-xs-offset-11.ant-col-rtl {
|
|
margin-right: 45.83333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xs-push-12.ant-col-rtl {
|
|
right: 50%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xs-pull-12.ant-col-rtl {
|
|
right: auto;
|
|
left: 50%;
|
|
}
|
|
.ant-col-xs-offset-12.ant-col-rtl {
|
|
margin-right: 50%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xs-push-13.ant-col-rtl {
|
|
right: 54.16666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xs-pull-13.ant-col-rtl {
|
|
right: auto;
|
|
left: 54.16666667%;
|
|
}
|
|
.ant-col-xs-offset-13.ant-col-rtl {
|
|
margin-right: 54.16666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xs-push-14.ant-col-rtl {
|
|
right: 58.33333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xs-pull-14.ant-col-rtl {
|
|
right: auto;
|
|
left: 58.33333333%;
|
|
}
|
|
.ant-col-xs-offset-14.ant-col-rtl {
|
|
margin-right: 58.33333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xs-push-15.ant-col-rtl {
|
|
right: 62.5%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xs-pull-15.ant-col-rtl {
|
|
right: auto;
|
|
left: 62.5%;
|
|
}
|
|
.ant-col-xs-offset-15.ant-col-rtl {
|
|
margin-right: 62.5%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xs-push-16.ant-col-rtl {
|
|
right: 66.66666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xs-pull-16.ant-col-rtl {
|
|
right: auto;
|
|
left: 66.66666667%;
|
|
}
|
|
.ant-col-xs-offset-16.ant-col-rtl {
|
|
margin-right: 66.66666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xs-push-17.ant-col-rtl {
|
|
right: 70.83333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xs-pull-17.ant-col-rtl {
|
|
right: auto;
|
|
left: 70.83333333%;
|
|
}
|
|
.ant-col-xs-offset-17.ant-col-rtl {
|
|
margin-right: 70.83333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xs-push-18.ant-col-rtl {
|
|
right: 75%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xs-pull-18.ant-col-rtl {
|
|
right: auto;
|
|
left: 75%;
|
|
}
|
|
.ant-col-xs-offset-18.ant-col-rtl {
|
|
margin-right: 75%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xs-push-19.ant-col-rtl {
|
|
right: 79.16666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xs-pull-19.ant-col-rtl {
|
|
right: auto;
|
|
left: 79.16666667%;
|
|
}
|
|
.ant-col-xs-offset-19.ant-col-rtl {
|
|
margin-right: 79.16666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xs-push-20.ant-col-rtl {
|
|
right: 83.33333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xs-pull-20.ant-col-rtl {
|
|
right: auto;
|
|
left: 83.33333333%;
|
|
}
|
|
.ant-col-xs-offset-20.ant-col-rtl {
|
|
margin-right: 83.33333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xs-push-21.ant-col-rtl {
|
|
right: 87.5%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xs-pull-21.ant-col-rtl {
|
|
right: auto;
|
|
left: 87.5%;
|
|
}
|
|
.ant-col-xs-offset-21.ant-col-rtl {
|
|
margin-right: 87.5%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xs-push-22.ant-col-rtl {
|
|
right: 91.66666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xs-pull-22.ant-col-rtl {
|
|
right: auto;
|
|
left: 91.66666667%;
|
|
}
|
|
.ant-col-xs-offset-22.ant-col-rtl {
|
|
margin-right: 91.66666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xs-push-23.ant-col-rtl {
|
|
right: 95.83333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xs-pull-23.ant-col-rtl {
|
|
right: auto;
|
|
left: 95.83333333%;
|
|
}
|
|
.ant-col-xs-offset-23.ant-col-rtl {
|
|
margin-right: 95.83333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xs-push-24.ant-col-rtl {
|
|
right: 100%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xs-pull-24.ant-col-rtl {
|
|
right: auto;
|
|
left: 100%;
|
|
}
|
|
.ant-col-xs-offset-24.ant-col-rtl {
|
|
margin-right: 100%;
|
|
margin-left: 0;
|
|
}
|
|
@media (min-width: 576px) {
|
|
.ant-col-sm-24 {
|
|
display: block;
|
|
flex: 0 0 100%;
|
|
max-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;
|
|
flex: 0 0 95.83333333%;
|
|
max-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;
|
|
flex: 0 0 91.66666667%;
|
|
max-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;
|
|
flex: 0 0 87.5%;
|
|
max-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;
|
|
flex: 0 0 83.33333333%;
|
|
max-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;
|
|
flex: 0 0 79.16666667%;
|
|
max-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;
|
|
flex: 0 0 75%;
|
|
max-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;
|
|
flex: 0 0 70.83333333%;
|
|
max-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;
|
|
flex: 0 0 66.66666667%;
|
|
max-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;
|
|
flex: 0 0 62.5%;
|
|
max-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;
|
|
flex: 0 0 58.33333333%;
|
|
max-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;
|
|
flex: 0 0 54.16666667%;
|
|
max-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;
|
|
flex: 0 0 50%;
|
|
max-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;
|
|
flex: 0 0 45.83333333%;
|
|
max-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;
|
|
flex: 0 0 41.66666667%;
|
|
max-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;
|
|
flex: 0 0 37.5%;
|
|
max-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;
|
|
flex: 0 0 33.33333333%;
|
|
max-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;
|
|
flex: 0 0 29.16666667%;
|
|
max-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;
|
|
flex: 0 0 25%;
|
|
max-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;
|
|
flex: 0 0 20.83333333%;
|
|
max-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;
|
|
flex: 0 0 16.66666667%;
|
|
max-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;
|
|
flex: 0 0 12.5%;
|
|
max-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;
|
|
flex: 0 0 8.33333333%;
|
|
max-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;
|
|
flex: 0 0 4.16666667%;
|
|
max-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;
|
|
}
|
|
.ant-col-push-0.ant-col-rtl {
|
|
right: auto;
|
|
}
|
|
.ant-col-pull-0.ant-col-rtl {
|
|
left: auto;
|
|
}
|
|
.ant-col-sm-push-0.ant-col-rtl {
|
|
right: auto;
|
|
}
|
|
.ant-col-sm-pull-0.ant-col-rtl {
|
|
left: auto;
|
|
}
|
|
.ant-col-sm-offset-0.ant-col-rtl {
|
|
margin-right: 0;
|
|
}
|
|
.ant-col-sm-push-1.ant-col-rtl {
|
|
right: 4.16666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-sm-pull-1.ant-col-rtl {
|
|
right: auto;
|
|
left: 4.16666667%;
|
|
}
|
|
.ant-col-sm-offset-1.ant-col-rtl {
|
|
margin-right: 4.16666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-sm-push-2.ant-col-rtl {
|
|
right: 8.33333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-sm-pull-2.ant-col-rtl {
|
|
right: auto;
|
|
left: 8.33333333%;
|
|
}
|
|
.ant-col-sm-offset-2.ant-col-rtl {
|
|
margin-right: 8.33333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-sm-push-3.ant-col-rtl {
|
|
right: 12.5%;
|
|
left: auto;
|
|
}
|
|
.ant-col-sm-pull-3.ant-col-rtl {
|
|
right: auto;
|
|
left: 12.5%;
|
|
}
|
|
.ant-col-sm-offset-3.ant-col-rtl {
|
|
margin-right: 12.5%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-sm-push-4.ant-col-rtl {
|
|
right: 16.66666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-sm-pull-4.ant-col-rtl {
|
|
right: auto;
|
|
left: 16.66666667%;
|
|
}
|
|
.ant-col-sm-offset-4.ant-col-rtl {
|
|
margin-right: 16.66666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-sm-push-5.ant-col-rtl {
|
|
right: 20.83333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-sm-pull-5.ant-col-rtl {
|
|
right: auto;
|
|
left: 20.83333333%;
|
|
}
|
|
.ant-col-sm-offset-5.ant-col-rtl {
|
|
margin-right: 20.83333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-sm-push-6.ant-col-rtl {
|
|
right: 25%;
|
|
left: auto;
|
|
}
|
|
.ant-col-sm-pull-6.ant-col-rtl {
|
|
right: auto;
|
|
left: 25%;
|
|
}
|
|
.ant-col-sm-offset-6.ant-col-rtl {
|
|
margin-right: 25%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-sm-push-7.ant-col-rtl {
|
|
right: 29.16666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-sm-pull-7.ant-col-rtl {
|
|
right: auto;
|
|
left: 29.16666667%;
|
|
}
|
|
.ant-col-sm-offset-7.ant-col-rtl {
|
|
margin-right: 29.16666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-sm-push-8.ant-col-rtl {
|
|
right: 33.33333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-sm-pull-8.ant-col-rtl {
|
|
right: auto;
|
|
left: 33.33333333%;
|
|
}
|
|
.ant-col-sm-offset-8.ant-col-rtl {
|
|
margin-right: 33.33333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-sm-push-9.ant-col-rtl {
|
|
right: 37.5%;
|
|
left: auto;
|
|
}
|
|
.ant-col-sm-pull-9.ant-col-rtl {
|
|
right: auto;
|
|
left: 37.5%;
|
|
}
|
|
.ant-col-sm-offset-9.ant-col-rtl {
|
|
margin-right: 37.5%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-sm-push-10.ant-col-rtl {
|
|
right: 41.66666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-sm-pull-10.ant-col-rtl {
|
|
right: auto;
|
|
left: 41.66666667%;
|
|
}
|
|
.ant-col-sm-offset-10.ant-col-rtl {
|
|
margin-right: 41.66666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-sm-push-11.ant-col-rtl {
|
|
right: 45.83333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-sm-pull-11.ant-col-rtl {
|
|
right: auto;
|
|
left: 45.83333333%;
|
|
}
|
|
.ant-col-sm-offset-11.ant-col-rtl {
|
|
margin-right: 45.83333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-sm-push-12.ant-col-rtl {
|
|
right: 50%;
|
|
left: auto;
|
|
}
|
|
.ant-col-sm-pull-12.ant-col-rtl {
|
|
right: auto;
|
|
left: 50%;
|
|
}
|
|
.ant-col-sm-offset-12.ant-col-rtl {
|
|
margin-right: 50%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-sm-push-13.ant-col-rtl {
|
|
right: 54.16666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-sm-pull-13.ant-col-rtl {
|
|
right: auto;
|
|
left: 54.16666667%;
|
|
}
|
|
.ant-col-sm-offset-13.ant-col-rtl {
|
|
margin-right: 54.16666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-sm-push-14.ant-col-rtl {
|
|
right: 58.33333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-sm-pull-14.ant-col-rtl {
|
|
right: auto;
|
|
left: 58.33333333%;
|
|
}
|
|
.ant-col-sm-offset-14.ant-col-rtl {
|
|
margin-right: 58.33333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-sm-push-15.ant-col-rtl {
|
|
right: 62.5%;
|
|
left: auto;
|
|
}
|
|
.ant-col-sm-pull-15.ant-col-rtl {
|
|
right: auto;
|
|
left: 62.5%;
|
|
}
|
|
.ant-col-sm-offset-15.ant-col-rtl {
|
|
margin-right: 62.5%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-sm-push-16.ant-col-rtl {
|
|
right: 66.66666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-sm-pull-16.ant-col-rtl {
|
|
right: auto;
|
|
left: 66.66666667%;
|
|
}
|
|
.ant-col-sm-offset-16.ant-col-rtl {
|
|
margin-right: 66.66666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-sm-push-17.ant-col-rtl {
|
|
right: 70.83333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-sm-pull-17.ant-col-rtl {
|
|
right: auto;
|
|
left: 70.83333333%;
|
|
}
|
|
.ant-col-sm-offset-17.ant-col-rtl {
|
|
margin-right: 70.83333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-sm-push-18.ant-col-rtl {
|
|
right: 75%;
|
|
left: auto;
|
|
}
|
|
.ant-col-sm-pull-18.ant-col-rtl {
|
|
right: auto;
|
|
left: 75%;
|
|
}
|
|
.ant-col-sm-offset-18.ant-col-rtl {
|
|
margin-right: 75%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-sm-push-19.ant-col-rtl {
|
|
right: 79.16666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-sm-pull-19.ant-col-rtl {
|
|
right: auto;
|
|
left: 79.16666667%;
|
|
}
|
|
.ant-col-sm-offset-19.ant-col-rtl {
|
|
margin-right: 79.16666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-sm-push-20.ant-col-rtl {
|
|
right: 83.33333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-sm-pull-20.ant-col-rtl {
|
|
right: auto;
|
|
left: 83.33333333%;
|
|
}
|
|
.ant-col-sm-offset-20.ant-col-rtl {
|
|
margin-right: 83.33333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-sm-push-21.ant-col-rtl {
|
|
right: 87.5%;
|
|
left: auto;
|
|
}
|
|
.ant-col-sm-pull-21.ant-col-rtl {
|
|
right: auto;
|
|
left: 87.5%;
|
|
}
|
|
.ant-col-sm-offset-21.ant-col-rtl {
|
|
margin-right: 87.5%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-sm-push-22.ant-col-rtl {
|
|
right: 91.66666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-sm-pull-22.ant-col-rtl {
|
|
right: auto;
|
|
left: 91.66666667%;
|
|
}
|
|
.ant-col-sm-offset-22.ant-col-rtl {
|
|
margin-right: 91.66666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-sm-push-23.ant-col-rtl {
|
|
right: 95.83333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-sm-pull-23.ant-col-rtl {
|
|
right: auto;
|
|
left: 95.83333333%;
|
|
}
|
|
.ant-col-sm-offset-23.ant-col-rtl {
|
|
margin-right: 95.83333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-sm-push-24.ant-col-rtl {
|
|
right: 100%;
|
|
left: auto;
|
|
}
|
|
.ant-col-sm-pull-24.ant-col-rtl {
|
|
right: auto;
|
|
left: 100%;
|
|
}
|
|
.ant-col-sm-offset-24.ant-col-rtl {
|
|
margin-right: 100%;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
@media (min-width: 768px) {
|
|
.ant-col-md-24 {
|
|
display: block;
|
|
flex: 0 0 100%;
|
|
max-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;
|
|
flex: 0 0 95.83333333%;
|
|
max-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;
|
|
flex: 0 0 91.66666667%;
|
|
max-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;
|
|
flex: 0 0 87.5%;
|
|
max-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;
|
|
flex: 0 0 83.33333333%;
|
|
max-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;
|
|
flex: 0 0 79.16666667%;
|
|
max-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;
|
|
flex: 0 0 75%;
|
|
max-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;
|
|
flex: 0 0 70.83333333%;
|
|
max-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;
|
|
flex: 0 0 66.66666667%;
|
|
max-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;
|
|
flex: 0 0 62.5%;
|
|
max-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;
|
|
flex: 0 0 58.33333333%;
|
|
max-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;
|
|
flex: 0 0 54.16666667%;
|
|
max-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;
|
|
flex: 0 0 50%;
|
|
max-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;
|
|
flex: 0 0 45.83333333%;
|
|
max-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;
|
|
flex: 0 0 41.66666667%;
|
|
max-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;
|
|
flex: 0 0 37.5%;
|
|
max-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;
|
|
flex: 0 0 33.33333333%;
|
|
max-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;
|
|
flex: 0 0 29.16666667%;
|
|
max-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;
|
|
flex: 0 0 25%;
|
|
max-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;
|
|
flex: 0 0 20.83333333%;
|
|
max-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;
|
|
flex: 0 0 16.66666667%;
|
|
max-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;
|
|
flex: 0 0 12.5%;
|
|
max-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;
|
|
flex: 0 0 8.33333333%;
|
|
max-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;
|
|
flex: 0 0 4.16666667%;
|
|
max-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;
|
|
}
|
|
.ant-col-push-0.ant-col-rtl {
|
|
right: auto;
|
|
}
|
|
.ant-col-pull-0.ant-col-rtl {
|
|
left: auto;
|
|
}
|
|
.ant-col-md-push-0.ant-col-rtl {
|
|
right: auto;
|
|
}
|
|
.ant-col-md-pull-0.ant-col-rtl {
|
|
left: auto;
|
|
}
|
|
.ant-col-md-offset-0.ant-col-rtl {
|
|
margin-right: 0;
|
|
}
|
|
.ant-col-md-push-1.ant-col-rtl {
|
|
right: 4.16666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-md-pull-1.ant-col-rtl {
|
|
right: auto;
|
|
left: 4.16666667%;
|
|
}
|
|
.ant-col-md-offset-1.ant-col-rtl {
|
|
margin-right: 4.16666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-md-push-2.ant-col-rtl {
|
|
right: 8.33333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-md-pull-2.ant-col-rtl {
|
|
right: auto;
|
|
left: 8.33333333%;
|
|
}
|
|
.ant-col-md-offset-2.ant-col-rtl {
|
|
margin-right: 8.33333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-md-push-3.ant-col-rtl {
|
|
right: 12.5%;
|
|
left: auto;
|
|
}
|
|
.ant-col-md-pull-3.ant-col-rtl {
|
|
right: auto;
|
|
left: 12.5%;
|
|
}
|
|
.ant-col-md-offset-3.ant-col-rtl {
|
|
margin-right: 12.5%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-md-push-4.ant-col-rtl {
|
|
right: 16.66666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-md-pull-4.ant-col-rtl {
|
|
right: auto;
|
|
left: 16.66666667%;
|
|
}
|
|
.ant-col-md-offset-4.ant-col-rtl {
|
|
margin-right: 16.66666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-md-push-5.ant-col-rtl {
|
|
right: 20.83333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-md-pull-5.ant-col-rtl {
|
|
right: auto;
|
|
left: 20.83333333%;
|
|
}
|
|
.ant-col-md-offset-5.ant-col-rtl {
|
|
margin-right: 20.83333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-md-push-6.ant-col-rtl {
|
|
right: 25%;
|
|
left: auto;
|
|
}
|
|
.ant-col-md-pull-6.ant-col-rtl {
|
|
right: auto;
|
|
left: 25%;
|
|
}
|
|
.ant-col-md-offset-6.ant-col-rtl {
|
|
margin-right: 25%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-md-push-7.ant-col-rtl {
|
|
right: 29.16666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-md-pull-7.ant-col-rtl {
|
|
right: auto;
|
|
left: 29.16666667%;
|
|
}
|
|
.ant-col-md-offset-7.ant-col-rtl {
|
|
margin-right: 29.16666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-md-push-8.ant-col-rtl {
|
|
right: 33.33333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-md-pull-8.ant-col-rtl {
|
|
right: auto;
|
|
left: 33.33333333%;
|
|
}
|
|
.ant-col-md-offset-8.ant-col-rtl {
|
|
margin-right: 33.33333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-md-push-9.ant-col-rtl {
|
|
right: 37.5%;
|
|
left: auto;
|
|
}
|
|
.ant-col-md-pull-9.ant-col-rtl {
|
|
right: auto;
|
|
left: 37.5%;
|
|
}
|
|
.ant-col-md-offset-9.ant-col-rtl {
|
|
margin-right: 37.5%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-md-push-10.ant-col-rtl {
|
|
right: 41.66666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-md-pull-10.ant-col-rtl {
|
|
right: auto;
|
|
left: 41.66666667%;
|
|
}
|
|
.ant-col-md-offset-10.ant-col-rtl {
|
|
margin-right: 41.66666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-md-push-11.ant-col-rtl {
|
|
right: 45.83333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-md-pull-11.ant-col-rtl {
|
|
right: auto;
|
|
left: 45.83333333%;
|
|
}
|
|
.ant-col-md-offset-11.ant-col-rtl {
|
|
margin-right: 45.83333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-md-push-12.ant-col-rtl {
|
|
right: 50%;
|
|
left: auto;
|
|
}
|
|
.ant-col-md-pull-12.ant-col-rtl {
|
|
right: auto;
|
|
left: 50%;
|
|
}
|
|
.ant-col-md-offset-12.ant-col-rtl {
|
|
margin-right: 50%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-md-push-13.ant-col-rtl {
|
|
right: 54.16666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-md-pull-13.ant-col-rtl {
|
|
right: auto;
|
|
left: 54.16666667%;
|
|
}
|
|
.ant-col-md-offset-13.ant-col-rtl {
|
|
margin-right: 54.16666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-md-push-14.ant-col-rtl {
|
|
right: 58.33333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-md-pull-14.ant-col-rtl {
|
|
right: auto;
|
|
left: 58.33333333%;
|
|
}
|
|
.ant-col-md-offset-14.ant-col-rtl {
|
|
margin-right: 58.33333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-md-push-15.ant-col-rtl {
|
|
right: 62.5%;
|
|
left: auto;
|
|
}
|
|
.ant-col-md-pull-15.ant-col-rtl {
|
|
right: auto;
|
|
left: 62.5%;
|
|
}
|
|
.ant-col-md-offset-15.ant-col-rtl {
|
|
margin-right: 62.5%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-md-push-16.ant-col-rtl {
|
|
right: 66.66666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-md-pull-16.ant-col-rtl {
|
|
right: auto;
|
|
left: 66.66666667%;
|
|
}
|
|
.ant-col-md-offset-16.ant-col-rtl {
|
|
margin-right: 66.66666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-md-push-17.ant-col-rtl {
|
|
right: 70.83333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-md-pull-17.ant-col-rtl {
|
|
right: auto;
|
|
left: 70.83333333%;
|
|
}
|
|
.ant-col-md-offset-17.ant-col-rtl {
|
|
margin-right: 70.83333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-md-push-18.ant-col-rtl {
|
|
right: 75%;
|
|
left: auto;
|
|
}
|
|
.ant-col-md-pull-18.ant-col-rtl {
|
|
right: auto;
|
|
left: 75%;
|
|
}
|
|
.ant-col-md-offset-18.ant-col-rtl {
|
|
margin-right: 75%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-md-push-19.ant-col-rtl {
|
|
right: 79.16666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-md-pull-19.ant-col-rtl {
|
|
right: auto;
|
|
left: 79.16666667%;
|
|
}
|
|
.ant-col-md-offset-19.ant-col-rtl {
|
|
margin-right: 79.16666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-md-push-20.ant-col-rtl {
|
|
right: 83.33333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-md-pull-20.ant-col-rtl {
|
|
right: auto;
|
|
left: 83.33333333%;
|
|
}
|
|
.ant-col-md-offset-20.ant-col-rtl {
|
|
margin-right: 83.33333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-md-push-21.ant-col-rtl {
|
|
right: 87.5%;
|
|
left: auto;
|
|
}
|
|
.ant-col-md-pull-21.ant-col-rtl {
|
|
right: auto;
|
|
left: 87.5%;
|
|
}
|
|
.ant-col-md-offset-21.ant-col-rtl {
|
|
margin-right: 87.5%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-md-push-22.ant-col-rtl {
|
|
right: 91.66666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-md-pull-22.ant-col-rtl {
|
|
right: auto;
|
|
left: 91.66666667%;
|
|
}
|
|
.ant-col-md-offset-22.ant-col-rtl {
|
|
margin-right: 91.66666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-md-push-23.ant-col-rtl {
|
|
right: 95.83333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-md-pull-23.ant-col-rtl {
|
|
right: auto;
|
|
left: 95.83333333%;
|
|
}
|
|
.ant-col-md-offset-23.ant-col-rtl {
|
|
margin-right: 95.83333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-md-push-24.ant-col-rtl {
|
|
right: 100%;
|
|
left: auto;
|
|
}
|
|
.ant-col-md-pull-24.ant-col-rtl {
|
|
right: auto;
|
|
left: 100%;
|
|
}
|
|
.ant-col-md-offset-24.ant-col-rtl {
|
|
margin-right: 100%;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
@media (min-width: 992px) {
|
|
.ant-col-lg-24 {
|
|
display: block;
|
|
flex: 0 0 100%;
|
|
max-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;
|
|
flex: 0 0 95.83333333%;
|
|
max-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;
|
|
flex: 0 0 91.66666667%;
|
|
max-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;
|
|
flex: 0 0 87.5%;
|
|
max-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;
|
|
flex: 0 0 83.33333333%;
|
|
max-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;
|
|
flex: 0 0 79.16666667%;
|
|
max-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;
|
|
flex: 0 0 75%;
|
|
max-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;
|
|
flex: 0 0 70.83333333%;
|
|
max-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;
|
|
flex: 0 0 66.66666667%;
|
|
max-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;
|
|
flex: 0 0 62.5%;
|
|
max-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;
|
|
flex: 0 0 58.33333333%;
|
|
max-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;
|
|
flex: 0 0 54.16666667%;
|
|
max-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;
|
|
flex: 0 0 50%;
|
|
max-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;
|
|
flex: 0 0 45.83333333%;
|
|
max-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;
|
|
flex: 0 0 41.66666667%;
|
|
max-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;
|
|
flex: 0 0 37.5%;
|
|
max-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;
|
|
flex: 0 0 33.33333333%;
|
|
max-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;
|
|
flex: 0 0 29.16666667%;
|
|
max-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;
|
|
flex: 0 0 25%;
|
|
max-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;
|
|
flex: 0 0 20.83333333%;
|
|
max-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;
|
|
flex: 0 0 16.66666667%;
|
|
max-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;
|
|
flex: 0 0 12.5%;
|
|
max-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;
|
|
flex: 0 0 8.33333333%;
|
|
max-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;
|
|
flex: 0 0 4.16666667%;
|
|
max-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-col-push-0.ant-col-rtl {
|
|
right: auto;
|
|
}
|
|
.ant-col-pull-0.ant-col-rtl {
|
|
left: auto;
|
|
}
|
|
.ant-col-lg-push-0.ant-col-rtl {
|
|
right: auto;
|
|
}
|
|
.ant-col-lg-pull-0.ant-col-rtl {
|
|
left: auto;
|
|
}
|
|
.ant-col-lg-offset-0.ant-col-rtl {
|
|
margin-right: 0;
|
|
}
|
|
.ant-col-lg-push-1.ant-col-rtl {
|
|
right: 4.16666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-lg-pull-1.ant-col-rtl {
|
|
right: auto;
|
|
left: 4.16666667%;
|
|
}
|
|
.ant-col-lg-offset-1.ant-col-rtl {
|
|
margin-right: 4.16666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-lg-push-2.ant-col-rtl {
|
|
right: 8.33333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-lg-pull-2.ant-col-rtl {
|
|
right: auto;
|
|
left: 8.33333333%;
|
|
}
|
|
.ant-col-lg-offset-2.ant-col-rtl {
|
|
margin-right: 8.33333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-lg-push-3.ant-col-rtl {
|
|
right: 12.5%;
|
|
left: auto;
|
|
}
|
|
.ant-col-lg-pull-3.ant-col-rtl {
|
|
right: auto;
|
|
left: 12.5%;
|
|
}
|
|
.ant-col-lg-offset-3.ant-col-rtl {
|
|
margin-right: 12.5%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-lg-push-4.ant-col-rtl {
|
|
right: 16.66666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-lg-pull-4.ant-col-rtl {
|
|
right: auto;
|
|
left: 16.66666667%;
|
|
}
|
|
.ant-col-lg-offset-4.ant-col-rtl {
|
|
margin-right: 16.66666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-lg-push-5.ant-col-rtl {
|
|
right: 20.83333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-lg-pull-5.ant-col-rtl {
|
|
right: auto;
|
|
left: 20.83333333%;
|
|
}
|
|
.ant-col-lg-offset-5.ant-col-rtl {
|
|
margin-right: 20.83333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-lg-push-6.ant-col-rtl {
|
|
right: 25%;
|
|
left: auto;
|
|
}
|
|
.ant-col-lg-pull-6.ant-col-rtl {
|
|
right: auto;
|
|
left: 25%;
|
|
}
|
|
.ant-col-lg-offset-6.ant-col-rtl {
|
|
margin-right: 25%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-lg-push-7.ant-col-rtl {
|
|
right: 29.16666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-lg-pull-7.ant-col-rtl {
|
|
right: auto;
|
|
left: 29.16666667%;
|
|
}
|
|
.ant-col-lg-offset-7.ant-col-rtl {
|
|
margin-right: 29.16666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-lg-push-8.ant-col-rtl {
|
|
right: 33.33333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-lg-pull-8.ant-col-rtl {
|
|
right: auto;
|
|
left: 33.33333333%;
|
|
}
|
|
.ant-col-lg-offset-8.ant-col-rtl {
|
|
margin-right: 33.33333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-lg-push-9.ant-col-rtl {
|
|
right: 37.5%;
|
|
left: auto;
|
|
}
|
|
.ant-col-lg-pull-9.ant-col-rtl {
|
|
right: auto;
|
|
left: 37.5%;
|
|
}
|
|
.ant-col-lg-offset-9.ant-col-rtl {
|
|
margin-right: 37.5%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-lg-push-10.ant-col-rtl {
|
|
right: 41.66666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-lg-pull-10.ant-col-rtl {
|
|
right: auto;
|
|
left: 41.66666667%;
|
|
}
|
|
.ant-col-lg-offset-10.ant-col-rtl {
|
|
margin-right: 41.66666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-lg-push-11.ant-col-rtl {
|
|
right: 45.83333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-lg-pull-11.ant-col-rtl {
|
|
right: auto;
|
|
left: 45.83333333%;
|
|
}
|
|
.ant-col-lg-offset-11.ant-col-rtl {
|
|
margin-right: 45.83333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-lg-push-12.ant-col-rtl {
|
|
right: 50%;
|
|
left: auto;
|
|
}
|
|
.ant-col-lg-pull-12.ant-col-rtl {
|
|
right: auto;
|
|
left: 50%;
|
|
}
|
|
.ant-col-lg-offset-12.ant-col-rtl {
|
|
margin-right: 50%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-lg-push-13.ant-col-rtl {
|
|
right: 54.16666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-lg-pull-13.ant-col-rtl {
|
|
right: auto;
|
|
left: 54.16666667%;
|
|
}
|
|
.ant-col-lg-offset-13.ant-col-rtl {
|
|
margin-right: 54.16666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-lg-push-14.ant-col-rtl {
|
|
right: 58.33333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-lg-pull-14.ant-col-rtl {
|
|
right: auto;
|
|
left: 58.33333333%;
|
|
}
|
|
.ant-col-lg-offset-14.ant-col-rtl {
|
|
margin-right: 58.33333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-lg-push-15.ant-col-rtl {
|
|
right: 62.5%;
|
|
left: auto;
|
|
}
|
|
.ant-col-lg-pull-15.ant-col-rtl {
|
|
right: auto;
|
|
left: 62.5%;
|
|
}
|
|
.ant-col-lg-offset-15.ant-col-rtl {
|
|
margin-right: 62.5%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-lg-push-16.ant-col-rtl {
|
|
right: 66.66666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-lg-pull-16.ant-col-rtl {
|
|
right: auto;
|
|
left: 66.66666667%;
|
|
}
|
|
.ant-col-lg-offset-16.ant-col-rtl {
|
|
margin-right: 66.66666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-lg-push-17.ant-col-rtl {
|
|
right: 70.83333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-lg-pull-17.ant-col-rtl {
|
|
right: auto;
|
|
left: 70.83333333%;
|
|
}
|
|
.ant-col-lg-offset-17.ant-col-rtl {
|
|
margin-right: 70.83333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-lg-push-18.ant-col-rtl {
|
|
right: 75%;
|
|
left: auto;
|
|
}
|
|
.ant-col-lg-pull-18.ant-col-rtl {
|
|
right: auto;
|
|
left: 75%;
|
|
}
|
|
.ant-col-lg-offset-18.ant-col-rtl {
|
|
margin-right: 75%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-lg-push-19.ant-col-rtl {
|
|
right: 79.16666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-lg-pull-19.ant-col-rtl {
|
|
right: auto;
|
|
left: 79.16666667%;
|
|
}
|
|
.ant-col-lg-offset-19.ant-col-rtl {
|
|
margin-right: 79.16666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-lg-push-20.ant-col-rtl {
|
|
right: 83.33333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-lg-pull-20.ant-col-rtl {
|
|
right: auto;
|
|
left: 83.33333333%;
|
|
}
|
|
.ant-col-lg-offset-20.ant-col-rtl {
|
|
margin-right: 83.33333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-lg-push-21.ant-col-rtl {
|
|
right: 87.5%;
|
|
left: auto;
|
|
}
|
|
.ant-col-lg-pull-21.ant-col-rtl {
|
|
right: auto;
|
|
left: 87.5%;
|
|
}
|
|
.ant-col-lg-offset-21.ant-col-rtl {
|
|
margin-right: 87.5%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-lg-push-22.ant-col-rtl {
|
|
right: 91.66666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-lg-pull-22.ant-col-rtl {
|
|
right: auto;
|
|
left: 91.66666667%;
|
|
}
|
|
.ant-col-lg-offset-22.ant-col-rtl {
|
|
margin-right: 91.66666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-lg-push-23.ant-col-rtl {
|
|
right: 95.83333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-lg-pull-23.ant-col-rtl {
|
|
right: auto;
|
|
left: 95.83333333%;
|
|
}
|
|
.ant-col-lg-offset-23.ant-col-rtl {
|
|
margin-right: 95.83333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-lg-push-24.ant-col-rtl {
|
|
right: 100%;
|
|
left: auto;
|
|
}
|
|
.ant-col-lg-pull-24.ant-col-rtl {
|
|
right: auto;
|
|
left: 100%;
|
|
}
|
|
.ant-col-lg-offset-24.ant-col-rtl {
|
|
margin-right: 100%;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
@media (min-width: 1200px) {
|
|
.ant-col-xl-24 {
|
|
display: block;
|
|
flex: 0 0 100%;
|
|
max-width: 100%;
|
|
}
|
|
.ant-col-xl-push-24 {
|
|
left: 100%;
|
|
}
|
|
.ant-col-xl-pull-24 {
|
|
right: 100%;
|
|
}
|
|
.ant-col-xl-offset-24 {
|
|
margin-left: 100%;
|
|
}
|
|
.ant-col-xl-order-24 {
|
|
order: 24;
|
|
}
|
|
.ant-col-xl-23 {
|
|
display: block;
|
|
flex: 0 0 95.83333333%;
|
|
max-width: 95.83333333%;
|
|
}
|
|
.ant-col-xl-push-23 {
|
|
left: 95.83333333%;
|
|
}
|
|
.ant-col-xl-pull-23 {
|
|
right: 95.83333333%;
|
|
}
|
|
.ant-col-xl-offset-23 {
|
|
margin-left: 95.83333333%;
|
|
}
|
|
.ant-col-xl-order-23 {
|
|
order: 23;
|
|
}
|
|
.ant-col-xl-22 {
|
|
display: block;
|
|
flex: 0 0 91.66666667%;
|
|
max-width: 91.66666667%;
|
|
}
|
|
.ant-col-xl-push-22 {
|
|
left: 91.66666667%;
|
|
}
|
|
.ant-col-xl-pull-22 {
|
|
right: 91.66666667%;
|
|
}
|
|
.ant-col-xl-offset-22 {
|
|
margin-left: 91.66666667%;
|
|
}
|
|
.ant-col-xl-order-22 {
|
|
order: 22;
|
|
}
|
|
.ant-col-xl-21 {
|
|
display: block;
|
|
flex: 0 0 87.5%;
|
|
max-width: 87.5%;
|
|
}
|
|
.ant-col-xl-push-21 {
|
|
left: 87.5%;
|
|
}
|
|
.ant-col-xl-pull-21 {
|
|
right: 87.5%;
|
|
}
|
|
.ant-col-xl-offset-21 {
|
|
margin-left: 87.5%;
|
|
}
|
|
.ant-col-xl-order-21 {
|
|
order: 21;
|
|
}
|
|
.ant-col-xl-20 {
|
|
display: block;
|
|
flex: 0 0 83.33333333%;
|
|
max-width: 83.33333333%;
|
|
}
|
|
.ant-col-xl-push-20 {
|
|
left: 83.33333333%;
|
|
}
|
|
.ant-col-xl-pull-20 {
|
|
right: 83.33333333%;
|
|
}
|
|
.ant-col-xl-offset-20 {
|
|
margin-left: 83.33333333%;
|
|
}
|
|
.ant-col-xl-order-20 {
|
|
order: 20;
|
|
}
|
|
.ant-col-xl-19 {
|
|
display: block;
|
|
flex: 0 0 79.16666667%;
|
|
max-width: 79.16666667%;
|
|
}
|
|
.ant-col-xl-push-19 {
|
|
left: 79.16666667%;
|
|
}
|
|
.ant-col-xl-pull-19 {
|
|
right: 79.16666667%;
|
|
}
|
|
.ant-col-xl-offset-19 {
|
|
margin-left: 79.16666667%;
|
|
}
|
|
.ant-col-xl-order-19 {
|
|
order: 19;
|
|
}
|
|
.ant-col-xl-18 {
|
|
display: block;
|
|
flex: 0 0 75%;
|
|
max-width: 75%;
|
|
}
|
|
.ant-col-xl-push-18 {
|
|
left: 75%;
|
|
}
|
|
.ant-col-xl-pull-18 {
|
|
right: 75%;
|
|
}
|
|
.ant-col-xl-offset-18 {
|
|
margin-left: 75%;
|
|
}
|
|
.ant-col-xl-order-18 {
|
|
order: 18;
|
|
}
|
|
.ant-col-xl-17 {
|
|
display: block;
|
|
flex: 0 0 70.83333333%;
|
|
max-width: 70.83333333%;
|
|
}
|
|
.ant-col-xl-push-17 {
|
|
left: 70.83333333%;
|
|
}
|
|
.ant-col-xl-pull-17 {
|
|
right: 70.83333333%;
|
|
}
|
|
.ant-col-xl-offset-17 {
|
|
margin-left: 70.83333333%;
|
|
}
|
|
.ant-col-xl-order-17 {
|
|
order: 17;
|
|
}
|
|
.ant-col-xl-16 {
|
|
display: block;
|
|
flex: 0 0 66.66666667%;
|
|
max-width: 66.66666667%;
|
|
}
|
|
.ant-col-xl-push-16 {
|
|
left: 66.66666667%;
|
|
}
|
|
.ant-col-xl-pull-16 {
|
|
right: 66.66666667%;
|
|
}
|
|
.ant-col-xl-offset-16 {
|
|
margin-left: 66.66666667%;
|
|
}
|
|
.ant-col-xl-order-16 {
|
|
order: 16;
|
|
}
|
|
.ant-col-xl-15 {
|
|
display: block;
|
|
flex: 0 0 62.5%;
|
|
max-width: 62.5%;
|
|
}
|
|
.ant-col-xl-push-15 {
|
|
left: 62.5%;
|
|
}
|
|
.ant-col-xl-pull-15 {
|
|
right: 62.5%;
|
|
}
|
|
.ant-col-xl-offset-15 {
|
|
margin-left: 62.5%;
|
|
}
|
|
.ant-col-xl-order-15 {
|
|
order: 15;
|
|
}
|
|
.ant-col-xl-14 {
|
|
display: block;
|
|
flex: 0 0 58.33333333%;
|
|
max-width: 58.33333333%;
|
|
}
|
|
.ant-col-xl-push-14 {
|
|
left: 58.33333333%;
|
|
}
|
|
.ant-col-xl-pull-14 {
|
|
right: 58.33333333%;
|
|
}
|
|
.ant-col-xl-offset-14 {
|
|
margin-left: 58.33333333%;
|
|
}
|
|
.ant-col-xl-order-14 {
|
|
order: 14;
|
|
}
|
|
.ant-col-xl-13 {
|
|
display: block;
|
|
flex: 0 0 54.16666667%;
|
|
max-width: 54.16666667%;
|
|
}
|
|
.ant-col-xl-push-13 {
|
|
left: 54.16666667%;
|
|
}
|
|
.ant-col-xl-pull-13 {
|
|
right: 54.16666667%;
|
|
}
|
|
.ant-col-xl-offset-13 {
|
|
margin-left: 54.16666667%;
|
|
}
|
|
.ant-col-xl-order-13 {
|
|
order: 13;
|
|
}
|
|
.ant-col-xl-12 {
|
|
display: block;
|
|
flex: 0 0 50%;
|
|
max-width: 50%;
|
|
}
|
|
.ant-col-xl-push-12 {
|
|
left: 50%;
|
|
}
|
|
.ant-col-xl-pull-12 {
|
|
right: 50%;
|
|
}
|
|
.ant-col-xl-offset-12 {
|
|
margin-left: 50%;
|
|
}
|
|
.ant-col-xl-order-12 {
|
|
order: 12;
|
|
}
|
|
.ant-col-xl-11 {
|
|
display: block;
|
|
flex: 0 0 45.83333333%;
|
|
max-width: 45.83333333%;
|
|
}
|
|
.ant-col-xl-push-11 {
|
|
left: 45.83333333%;
|
|
}
|
|
.ant-col-xl-pull-11 {
|
|
right: 45.83333333%;
|
|
}
|
|
.ant-col-xl-offset-11 {
|
|
margin-left: 45.83333333%;
|
|
}
|
|
.ant-col-xl-order-11 {
|
|
order: 11;
|
|
}
|
|
.ant-col-xl-10 {
|
|
display: block;
|
|
flex: 0 0 41.66666667%;
|
|
max-width: 41.66666667%;
|
|
}
|
|
.ant-col-xl-push-10 {
|
|
left: 41.66666667%;
|
|
}
|
|
.ant-col-xl-pull-10 {
|
|
right: 41.66666667%;
|
|
}
|
|
.ant-col-xl-offset-10 {
|
|
margin-left: 41.66666667%;
|
|
}
|
|
.ant-col-xl-order-10 {
|
|
order: 10;
|
|
}
|
|
.ant-col-xl-9 {
|
|
display: block;
|
|
flex: 0 0 37.5%;
|
|
max-width: 37.5%;
|
|
}
|
|
.ant-col-xl-push-9 {
|
|
left: 37.5%;
|
|
}
|
|
.ant-col-xl-pull-9 {
|
|
right: 37.5%;
|
|
}
|
|
.ant-col-xl-offset-9 {
|
|
margin-left: 37.5%;
|
|
}
|
|
.ant-col-xl-order-9 {
|
|
order: 9;
|
|
}
|
|
.ant-col-xl-8 {
|
|
display: block;
|
|
flex: 0 0 33.33333333%;
|
|
max-width: 33.33333333%;
|
|
}
|
|
.ant-col-xl-push-8 {
|
|
left: 33.33333333%;
|
|
}
|
|
.ant-col-xl-pull-8 {
|
|
right: 33.33333333%;
|
|
}
|
|
.ant-col-xl-offset-8 {
|
|
margin-left: 33.33333333%;
|
|
}
|
|
.ant-col-xl-order-8 {
|
|
order: 8;
|
|
}
|
|
.ant-col-xl-7 {
|
|
display: block;
|
|
flex: 0 0 29.16666667%;
|
|
max-width: 29.16666667%;
|
|
}
|
|
.ant-col-xl-push-7 {
|
|
left: 29.16666667%;
|
|
}
|
|
.ant-col-xl-pull-7 {
|
|
right: 29.16666667%;
|
|
}
|
|
.ant-col-xl-offset-7 {
|
|
margin-left: 29.16666667%;
|
|
}
|
|
.ant-col-xl-order-7 {
|
|
order: 7;
|
|
}
|
|
.ant-col-xl-6 {
|
|
display: block;
|
|
flex: 0 0 25%;
|
|
max-width: 25%;
|
|
}
|
|
.ant-col-xl-push-6 {
|
|
left: 25%;
|
|
}
|
|
.ant-col-xl-pull-6 {
|
|
right: 25%;
|
|
}
|
|
.ant-col-xl-offset-6 {
|
|
margin-left: 25%;
|
|
}
|
|
.ant-col-xl-order-6 {
|
|
order: 6;
|
|
}
|
|
.ant-col-xl-5 {
|
|
display: block;
|
|
flex: 0 0 20.83333333%;
|
|
max-width: 20.83333333%;
|
|
}
|
|
.ant-col-xl-push-5 {
|
|
left: 20.83333333%;
|
|
}
|
|
.ant-col-xl-pull-5 {
|
|
right: 20.83333333%;
|
|
}
|
|
.ant-col-xl-offset-5 {
|
|
margin-left: 20.83333333%;
|
|
}
|
|
.ant-col-xl-order-5 {
|
|
order: 5;
|
|
}
|
|
.ant-col-xl-4 {
|
|
display: block;
|
|
flex: 0 0 16.66666667%;
|
|
max-width: 16.66666667%;
|
|
}
|
|
.ant-col-xl-push-4 {
|
|
left: 16.66666667%;
|
|
}
|
|
.ant-col-xl-pull-4 {
|
|
right: 16.66666667%;
|
|
}
|
|
.ant-col-xl-offset-4 {
|
|
margin-left: 16.66666667%;
|
|
}
|
|
.ant-col-xl-order-4 {
|
|
order: 4;
|
|
}
|
|
.ant-col-xl-3 {
|
|
display: block;
|
|
flex: 0 0 12.5%;
|
|
max-width: 12.5%;
|
|
}
|
|
.ant-col-xl-push-3 {
|
|
left: 12.5%;
|
|
}
|
|
.ant-col-xl-pull-3 {
|
|
right: 12.5%;
|
|
}
|
|
.ant-col-xl-offset-3 {
|
|
margin-left: 12.5%;
|
|
}
|
|
.ant-col-xl-order-3 {
|
|
order: 3;
|
|
}
|
|
.ant-col-xl-2 {
|
|
display: block;
|
|
flex: 0 0 8.33333333%;
|
|
max-width: 8.33333333%;
|
|
}
|
|
.ant-col-xl-push-2 {
|
|
left: 8.33333333%;
|
|
}
|
|
.ant-col-xl-pull-2 {
|
|
right: 8.33333333%;
|
|
}
|
|
.ant-col-xl-offset-2 {
|
|
margin-left: 8.33333333%;
|
|
}
|
|
.ant-col-xl-order-2 {
|
|
order: 2;
|
|
}
|
|
.ant-col-xl-1 {
|
|
display: block;
|
|
flex: 0 0 4.16666667%;
|
|
max-width: 4.16666667%;
|
|
}
|
|
.ant-col-xl-push-1 {
|
|
left: 4.16666667%;
|
|
}
|
|
.ant-col-xl-pull-1 {
|
|
right: 4.16666667%;
|
|
}
|
|
.ant-col-xl-offset-1 {
|
|
margin-left: 4.16666667%;
|
|
}
|
|
.ant-col-xl-order-1 {
|
|
order: 1;
|
|
}
|
|
.ant-col-xl-0 {
|
|
display: none;
|
|
}
|
|
.ant-col-push-0 {
|
|
left: auto;
|
|
}
|
|
.ant-col-pull-0 {
|
|
right: auto;
|
|
}
|
|
.ant-col-xl-push-0 {
|
|
left: auto;
|
|
}
|
|
.ant-col-xl-pull-0 {
|
|
right: auto;
|
|
}
|
|
.ant-col-xl-offset-0 {
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xl-order-0 {
|
|
order: 0;
|
|
}
|
|
.ant-col-push-0.ant-col-rtl {
|
|
right: auto;
|
|
}
|
|
.ant-col-pull-0.ant-col-rtl {
|
|
left: auto;
|
|
}
|
|
.ant-col-xl-push-0.ant-col-rtl {
|
|
right: auto;
|
|
}
|
|
.ant-col-xl-pull-0.ant-col-rtl {
|
|
left: auto;
|
|
}
|
|
.ant-col-xl-offset-0.ant-col-rtl {
|
|
margin-right: 0;
|
|
}
|
|
.ant-col-xl-push-1.ant-col-rtl {
|
|
right: 4.16666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xl-pull-1.ant-col-rtl {
|
|
right: auto;
|
|
left: 4.16666667%;
|
|
}
|
|
.ant-col-xl-offset-1.ant-col-rtl {
|
|
margin-right: 4.16666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xl-push-2.ant-col-rtl {
|
|
right: 8.33333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xl-pull-2.ant-col-rtl {
|
|
right: auto;
|
|
left: 8.33333333%;
|
|
}
|
|
.ant-col-xl-offset-2.ant-col-rtl {
|
|
margin-right: 8.33333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xl-push-3.ant-col-rtl {
|
|
right: 12.5%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xl-pull-3.ant-col-rtl {
|
|
right: auto;
|
|
left: 12.5%;
|
|
}
|
|
.ant-col-xl-offset-3.ant-col-rtl {
|
|
margin-right: 12.5%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xl-push-4.ant-col-rtl {
|
|
right: 16.66666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xl-pull-4.ant-col-rtl {
|
|
right: auto;
|
|
left: 16.66666667%;
|
|
}
|
|
.ant-col-xl-offset-4.ant-col-rtl {
|
|
margin-right: 16.66666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xl-push-5.ant-col-rtl {
|
|
right: 20.83333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xl-pull-5.ant-col-rtl {
|
|
right: auto;
|
|
left: 20.83333333%;
|
|
}
|
|
.ant-col-xl-offset-5.ant-col-rtl {
|
|
margin-right: 20.83333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xl-push-6.ant-col-rtl {
|
|
right: 25%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xl-pull-6.ant-col-rtl {
|
|
right: auto;
|
|
left: 25%;
|
|
}
|
|
.ant-col-xl-offset-6.ant-col-rtl {
|
|
margin-right: 25%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xl-push-7.ant-col-rtl {
|
|
right: 29.16666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xl-pull-7.ant-col-rtl {
|
|
right: auto;
|
|
left: 29.16666667%;
|
|
}
|
|
.ant-col-xl-offset-7.ant-col-rtl {
|
|
margin-right: 29.16666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xl-push-8.ant-col-rtl {
|
|
right: 33.33333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xl-pull-8.ant-col-rtl {
|
|
right: auto;
|
|
left: 33.33333333%;
|
|
}
|
|
.ant-col-xl-offset-8.ant-col-rtl {
|
|
margin-right: 33.33333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xl-push-9.ant-col-rtl {
|
|
right: 37.5%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xl-pull-9.ant-col-rtl {
|
|
right: auto;
|
|
left: 37.5%;
|
|
}
|
|
.ant-col-xl-offset-9.ant-col-rtl {
|
|
margin-right: 37.5%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xl-push-10.ant-col-rtl {
|
|
right: 41.66666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xl-pull-10.ant-col-rtl {
|
|
right: auto;
|
|
left: 41.66666667%;
|
|
}
|
|
.ant-col-xl-offset-10.ant-col-rtl {
|
|
margin-right: 41.66666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xl-push-11.ant-col-rtl {
|
|
right: 45.83333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xl-pull-11.ant-col-rtl {
|
|
right: auto;
|
|
left: 45.83333333%;
|
|
}
|
|
.ant-col-xl-offset-11.ant-col-rtl {
|
|
margin-right: 45.83333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xl-push-12.ant-col-rtl {
|
|
right: 50%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xl-pull-12.ant-col-rtl {
|
|
right: auto;
|
|
left: 50%;
|
|
}
|
|
.ant-col-xl-offset-12.ant-col-rtl {
|
|
margin-right: 50%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xl-push-13.ant-col-rtl {
|
|
right: 54.16666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xl-pull-13.ant-col-rtl {
|
|
right: auto;
|
|
left: 54.16666667%;
|
|
}
|
|
.ant-col-xl-offset-13.ant-col-rtl {
|
|
margin-right: 54.16666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xl-push-14.ant-col-rtl {
|
|
right: 58.33333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xl-pull-14.ant-col-rtl {
|
|
right: auto;
|
|
left: 58.33333333%;
|
|
}
|
|
.ant-col-xl-offset-14.ant-col-rtl {
|
|
margin-right: 58.33333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xl-push-15.ant-col-rtl {
|
|
right: 62.5%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xl-pull-15.ant-col-rtl {
|
|
right: auto;
|
|
left: 62.5%;
|
|
}
|
|
.ant-col-xl-offset-15.ant-col-rtl {
|
|
margin-right: 62.5%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xl-push-16.ant-col-rtl {
|
|
right: 66.66666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xl-pull-16.ant-col-rtl {
|
|
right: auto;
|
|
left: 66.66666667%;
|
|
}
|
|
.ant-col-xl-offset-16.ant-col-rtl {
|
|
margin-right: 66.66666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xl-push-17.ant-col-rtl {
|
|
right: 70.83333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xl-pull-17.ant-col-rtl {
|
|
right: auto;
|
|
left: 70.83333333%;
|
|
}
|
|
.ant-col-xl-offset-17.ant-col-rtl {
|
|
margin-right: 70.83333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xl-push-18.ant-col-rtl {
|
|
right: 75%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xl-pull-18.ant-col-rtl {
|
|
right: auto;
|
|
left: 75%;
|
|
}
|
|
.ant-col-xl-offset-18.ant-col-rtl {
|
|
margin-right: 75%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xl-push-19.ant-col-rtl {
|
|
right: 79.16666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xl-pull-19.ant-col-rtl {
|
|
right: auto;
|
|
left: 79.16666667%;
|
|
}
|
|
.ant-col-xl-offset-19.ant-col-rtl {
|
|
margin-right: 79.16666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xl-push-20.ant-col-rtl {
|
|
right: 83.33333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xl-pull-20.ant-col-rtl {
|
|
right: auto;
|
|
left: 83.33333333%;
|
|
}
|
|
.ant-col-xl-offset-20.ant-col-rtl {
|
|
margin-right: 83.33333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xl-push-21.ant-col-rtl {
|
|
right: 87.5%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xl-pull-21.ant-col-rtl {
|
|
right: auto;
|
|
left: 87.5%;
|
|
}
|
|
.ant-col-xl-offset-21.ant-col-rtl {
|
|
margin-right: 87.5%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xl-push-22.ant-col-rtl {
|
|
right: 91.66666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xl-pull-22.ant-col-rtl {
|
|
right: auto;
|
|
left: 91.66666667%;
|
|
}
|
|
.ant-col-xl-offset-22.ant-col-rtl {
|
|
margin-right: 91.66666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xl-push-23.ant-col-rtl {
|
|
right: 95.83333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xl-pull-23.ant-col-rtl {
|
|
right: auto;
|
|
left: 95.83333333%;
|
|
}
|
|
.ant-col-xl-offset-23.ant-col-rtl {
|
|
margin-right: 95.83333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xl-push-24.ant-col-rtl {
|
|
right: 100%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xl-pull-24.ant-col-rtl {
|
|
right: auto;
|
|
left: 100%;
|
|
}
|
|
.ant-col-xl-offset-24.ant-col-rtl {
|
|
margin-right: 100%;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
@media (min-width: 1600px) {
|
|
.ant-col-xxl-24 {
|
|
display: block;
|
|
flex: 0 0 100%;
|
|
max-width: 100%;
|
|
}
|
|
.ant-col-xxl-push-24 {
|
|
left: 100%;
|
|
}
|
|
.ant-col-xxl-pull-24 {
|
|
right: 100%;
|
|
}
|
|
.ant-col-xxl-offset-24 {
|
|
margin-left: 100%;
|
|
}
|
|
.ant-col-xxl-order-24 {
|
|
order: 24;
|
|
}
|
|
.ant-col-xxl-23 {
|
|
display: block;
|
|
flex: 0 0 95.83333333%;
|
|
max-width: 95.83333333%;
|
|
}
|
|
.ant-col-xxl-push-23 {
|
|
left: 95.83333333%;
|
|
}
|
|
.ant-col-xxl-pull-23 {
|
|
right: 95.83333333%;
|
|
}
|
|
.ant-col-xxl-offset-23 {
|
|
margin-left: 95.83333333%;
|
|
}
|
|
.ant-col-xxl-order-23 {
|
|
order: 23;
|
|
}
|
|
.ant-col-xxl-22 {
|
|
display: block;
|
|
flex: 0 0 91.66666667%;
|
|
max-width: 91.66666667%;
|
|
}
|
|
.ant-col-xxl-push-22 {
|
|
left: 91.66666667%;
|
|
}
|
|
.ant-col-xxl-pull-22 {
|
|
right: 91.66666667%;
|
|
}
|
|
.ant-col-xxl-offset-22 {
|
|
margin-left: 91.66666667%;
|
|
}
|
|
.ant-col-xxl-order-22 {
|
|
order: 22;
|
|
}
|
|
.ant-col-xxl-21 {
|
|
display: block;
|
|
flex: 0 0 87.5%;
|
|
max-width: 87.5%;
|
|
}
|
|
.ant-col-xxl-push-21 {
|
|
left: 87.5%;
|
|
}
|
|
.ant-col-xxl-pull-21 {
|
|
right: 87.5%;
|
|
}
|
|
.ant-col-xxl-offset-21 {
|
|
margin-left: 87.5%;
|
|
}
|
|
.ant-col-xxl-order-21 {
|
|
order: 21;
|
|
}
|
|
.ant-col-xxl-20 {
|
|
display: block;
|
|
flex: 0 0 83.33333333%;
|
|
max-width: 83.33333333%;
|
|
}
|
|
.ant-col-xxl-push-20 {
|
|
left: 83.33333333%;
|
|
}
|
|
.ant-col-xxl-pull-20 {
|
|
right: 83.33333333%;
|
|
}
|
|
.ant-col-xxl-offset-20 {
|
|
margin-left: 83.33333333%;
|
|
}
|
|
.ant-col-xxl-order-20 {
|
|
order: 20;
|
|
}
|
|
.ant-col-xxl-19 {
|
|
display: block;
|
|
flex: 0 0 79.16666667%;
|
|
max-width: 79.16666667%;
|
|
}
|
|
.ant-col-xxl-push-19 {
|
|
left: 79.16666667%;
|
|
}
|
|
.ant-col-xxl-pull-19 {
|
|
right: 79.16666667%;
|
|
}
|
|
.ant-col-xxl-offset-19 {
|
|
margin-left: 79.16666667%;
|
|
}
|
|
.ant-col-xxl-order-19 {
|
|
order: 19;
|
|
}
|
|
.ant-col-xxl-18 {
|
|
display: block;
|
|
flex: 0 0 75%;
|
|
max-width: 75%;
|
|
}
|
|
.ant-col-xxl-push-18 {
|
|
left: 75%;
|
|
}
|
|
.ant-col-xxl-pull-18 {
|
|
right: 75%;
|
|
}
|
|
.ant-col-xxl-offset-18 {
|
|
margin-left: 75%;
|
|
}
|
|
.ant-col-xxl-order-18 {
|
|
order: 18;
|
|
}
|
|
.ant-col-xxl-17 {
|
|
display: block;
|
|
flex: 0 0 70.83333333%;
|
|
max-width: 70.83333333%;
|
|
}
|
|
.ant-col-xxl-push-17 {
|
|
left: 70.83333333%;
|
|
}
|
|
.ant-col-xxl-pull-17 {
|
|
right: 70.83333333%;
|
|
}
|
|
.ant-col-xxl-offset-17 {
|
|
margin-left: 70.83333333%;
|
|
}
|
|
.ant-col-xxl-order-17 {
|
|
order: 17;
|
|
}
|
|
.ant-col-xxl-16 {
|
|
display: block;
|
|
flex: 0 0 66.66666667%;
|
|
max-width: 66.66666667%;
|
|
}
|
|
.ant-col-xxl-push-16 {
|
|
left: 66.66666667%;
|
|
}
|
|
.ant-col-xxl-pull-16 {
|
|
right: 66.66666667%;
|
|
}
|
|
.ant-col-xxl-offset-16 {
|
|
margin-left: 66.66666667%;
|
|
}
|
|
.ant-col-xxl-order-16 {
|
|
order: 16;
|
|
}
|
|
.ant-col-xxl-15 {
|
|
display: block;
|
|
flex: 0 0 62.5%;
|
|
max-width: 62.5%;
|
|
}
|
|
.ant-col-xxl-push-15 {
|
|
left: 62.5%;
|
|
}
|
|
.ant-col-xxl-pull-15 {
|
|
right: 62.5%;
|
|
}
|
|
.ant-col-xxl-offset-15 {
|
|
margin-left: 62.5%;
|
|
}
|
|
.ant-col-xxl-order-15 {
|
|
order: 15;
|
|
}
|
|
.ant-col-xxl-14 {
|
|
display: block;
|
|
flex: 0 0 58.33333333%;
|
|
max-width: 58.33333333%;
|
|
}
|
|
.ant-col-xxl-push-14 {
|
|
left: 58.33333333%;
|
|
}
|
|
.ant-col-xxl-pull-14 {
|
|
right: 58.33333333%;
|
|
}
|
|
.ant-col-xxl-offset-14 {
|
|
margin-left: 58.33333333%;
|
|
}
|
|
.ant-col-xxl-order-14 {
|
|
order: 14;
|
|
}
|
|
.ant-col-xxl-13 {
|
|
display: block;
|
|
flex: 0 0 54.16666667%;
|
|
max-width: 54.16666667%;
|
|
}
|
|
.ant-col-xxl-push-13 {
|
|
left: 54.16666667%;
|
|
}
|
|
.ant-col-xxl-pull-13 {
|
|
right: 54.16666667%;
|
|
}
|
|
.ant-col-xxl-offset-13 {
|
|
margin-left: 54.16666667%;
|
|
}
|
|
.ant-col-xxl-order-13 {
|
|
order: 13;
|
|
}
|
|
.ant-col-xxl-12 {
|
|
display: block;
|
|
flex: 0 0 50%;
|
|
max-width: 50%;
|
|
}
|
|
.ant-col-xxl-push-12 {
|
|
left: 50%;
|
|
}
|
|
.ant-col-xxl-pull-12 {
|
|
right: 50%;
|
|
}
|
|
.ant-col-xxl-offset-12 {
|
|
margin-left: 50%;
|
|
}
|
|
.ant-col-xxl-order-12 {
|
|
order: 12;
|
|
}
|
|
.ant-col-xxl-11 {
|
|
display: block;
|
|
flex: 0 0 45.83333333%;
|
|
max-width: 45.83333333%;
|
|
}
|
|
.ant-col-xxl-push-11 {
|
|
left: 45.83333333%;
|
|
}
|
|
.ant-col-xxl-pull-11 {
|
|
right: 45.83333333%;
|
|
}
|
|
.ant-col-xxl-offset-11 {
|
|
margin-left: 45.83333333%;
|
|
}
|
|
.ant-col-xxl-order-11 {
|
|
order: 11;
|
|
}
|
|
.ant-col-xxl-10 {
|
|
display: block;
|
|
flex: 0 0 41.66666667%;
|
|
max-width: 41.66666667%;
|
|
}
|
|
.ant-col-xxl-push-10 {
|
|
left: 41.66666667%;
|
|
}
|
|
.ant-col-xxl-pull-10 {
|
|
right: 41.66666667%;
|
|
}
|
|
.ant-col-xxl-offset-10 {
|
|
margin-left: 41.66666667%;
|
|
}
|
|
.ant-col-xxl-order-10 {
|
|
order: 10;
|
|
}
|
|
.ant-col-xxl-9 {
|
|
display: block;
|
|
flex: 0 0 37.5%;
|
|
max-width: 37.5%;
|
|
}
|
|
.ant-col-xxl-push-9 {
|
|
left: 37.5%;
|
|
}
|
|
.ant-col-xxl-pull-9 {
|
|
right: 37.5%;
|
|
}
|
|
.ant-col-xxl-offset-9 {
|
|
margin-left: 37.5%;
|
|
}
|
|
.ant-col-xxl-order-9 {
|
|
order: 9;
|
|
}
|
|
.ant-col-xxl-8 {
|
|
display: block;
|
|
flex: 0 0 33.33333333%;
|
|
max-width: 33.33333333%;
|
|
}
|
|
.ant-col-xxl-push-8 {
|
|
left: 33.33333333%;
|
|
}
|
|
.ant-col-xxl-pull-8 {
|
|
right: 33.33333333%;
|
|
}
|
|
.ant-col-xxl-offset-8 {
|
|
margin-left: 33.33333333%;
|
|
}
|
|
.ant-col-xxl-order-8 {
|
|
order: 8;
|
|
}
|
|
.ant-col-xxl-7 {
|
|
display: block;
|
|
flex: 0 0 29.16666667%;
|
|
max-width: 29.16666667%;
|
|
}
|
|
.ant-col-xxl-push-7 {
|
|
left: 29.16666667%;
|
|
}
|
|
.ant-col-xxl-pull-7 {
|
|
right: 29.16666667%;
|
|
}
|
|
.ant-col-xxl-offset-7 {
|
|
margin-left: 29.16666667%;
|
|
}
|
|
.ant-col-xxl-order-7 {
|
|
order: 7;
|
|
}
|
|
.ant-col-xxl-6 {
|
|
display: block;
|
|
flex: 0 0 25%;
|
|
max-width: 25%;
|
|
}
|
|
.ant-col-xxl-push-6 {
|
|
left: 25%;
|
|
}
|
|
.ant-col-xxl-pull-6 {
|
|
right: 25%;
|
|
}
|
|
.ant-col-xxl-offset-6 {
|
|
margin-left: 25%;
|
|
}
|
|
.ant-col-xxl-order-6 {
|
|
order: 6;
|
|
}
|
|
.ant-col-xxl-5 {
|
|
display: block;
|
|
flex: 0 0 20.83333333%;
|
|
max-width: 20.83333333%;
|
|
}
|
|
.ant-col-xxl-push-5 {
|
|
left: 20.83333333%;
|
|
}
|
|
.ant-col-xxl-pull-5 {
|
|
right: 20.83333333%;
|
|
}
|
|
.ant-col-xxl-offset-5 {
|
|
margin-left: 20.83333333%;
|
|
}
|
|
.ant-col-xxl-order-5 {
|
|
order: 5;
|
|
}
|
|
.ant-col-xxl-4 {
|
|
display: block;
|
|
flex: 0 0 16.66666667%;
|
|
max-width: 16.66666667%;
|
|
}
|
|
.ant-col-xxl-push-4 {
|
|
left: 16.66666667%;
|
|
}
|
|
.ant-col-xxl-pull-4 {
|
|
right: 16.66666667%;
|
|
}
|
|
.ant-col-xxl-offset-4 {
|
|
margin-left: 16.66666667%;
|
|
}
|
|
.ant-col-xxl-order-4 {
|
|
order: 4;
|
|
}
|
|
.ant-col-xxl-3 {
|
|
display: block;
|
|
flex: 0 0 12.5%;
|
|
max-width: 12.5%;
|
|
}
|
|
.ant-col-xxl-push-3 {
|
|
left: 12.5%;
|
|
}
|
|
.ant-col-xxl-pull-3 {
|
|
right: 12.5%;
|
|
}
|
|
.ant-col-xxl-offset-3 {
|
|
margin-left: 12.5%;
|
|
}
|
|
.ant-col-xxl-order-3 {
|
|
order: 3;
|
|
}
|
|
.ant-col-xxl-2 {
|
|
display: block;
|
|
flex: 0 0 8.33333333%;
|
|
max-width: 8.33333333%;
|
|
}
|
|
.ant-col-xxl-push-2 {
|
|
left: 8.33333333%;
|
|
}
|
|
.ant-col-xxl-pull-2 {
|
|
right: 8.33333333%;
|
|
}
|
|
.ant-col-xxl-offset-2 {
|
|
margin-left: 8.33333333%;
|
|
}
|
|
.ant-col-xxl-order-2 {
|
|
order: 2;
|
|
}
|
|
.ant-col-xxl-1 {
|
|
display: block;
|
|
flex: 0 0 4.16666667%;
|
|
max-width: 4.16666667%;
|
|
}
|
|
.ant-col-xxl-push-1 {
|
|
left: 4.16666667%;
|
|
}
|
|
.ant-col-xxl-pull-1 {
|
|
right: 4.16666667%;
|
|
}
|
|
.ant-col-xxl-offset-1 {
|
|
margin-left: 4.16666667%;
|
|
}
|
|
.ant-col-xxl-order-1 {
|
|
order: 1;
|
|
}
|
|
.ant-col-xxl-0 {
|
|
display: none;
|
|
}
|
|
.ant-col-push-0 {
|
|
left: auto;
|
|
}
|
|
.ant-col-pull-0 {
|
|
right: auto;
|
|
}
|
|
.ant-col-xxl-push-0 {
|
|
left: auto;
|
|
}
|
|
.ant-col-xxl-pull-0 {
|
|
right: auto;
|
|
}
|
|
.ant-col-xxl-offset-0 {
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xxl-order-0 {
|
|
order: 0;
|
|
}
|
|
.ant-col-push-0.ant-col-rtl {
|
|
right: auto;
|
|
}
|
|
.ant-col-pull-0.ant-col-rtl {
|
|
left: auto;
|
|
}
|
|
.ant-col-xxl-push-0.ant-col-rtl {
|
|
right: auto;
|
|
}
|
|
.ant-col-xxl-pull-0.ant-col-rtl {
|
|
left: auto;
|
|
}
|
|
.ant-col-xxl-offset-0.ant-col-rtl {
|
|
margin-right: 0;
|
|
}
|
|
.ant-col-xxl-push-1.ant-col-rtl {
|
|
right: 4.16666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xxl-pull-1.ant-col-rtl {
|
|
right: auto;
|
|
left: 4.16666667%;
|
|
}
|
|
.ant-col-xxl-offset-1.ant-col-rtl {
|
|
margin-right: 4.16666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xxl-push-2.ant-col-rtl {
|
|
right: 8.33333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xxl-pull-2.ant-col-rtl {
|
|
right: auto;
|
|
left: 8.33333333%;
|
|
}
|
|
.ant-col-xxl-offset-2.ant-col-rtl {
|
|
margin-right: 8.33333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xxl-push-3.ant-col-rtl {
|
|
right: 12.5%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xxl-pull-3.ant-col-rtl {
|
|
right: auto;
|
|
left: 12.5%;
|
|
}
|
|
.ant-col-xxl-offset-3.ant-col-rtl {
|
|
margin-right: 12.5%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xxl-push-4.ant-col-rtl {
|
|
right: 16.66666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xxl-pull-4.ant-col-rtl {
|
|
right: auto;
|
|
left: 16.66666667%;
|
|
}
|
|
.ant-col-xxl-offset-4.ant-col-rtl {
|
|
margin-right: 16.66666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xxl-push-5.ant-col-rtl {
|
|
right: 20.83333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xxl-pull-5.ant-col-rtl {
|
|
right: auto;
|
|
left: 20.83333333%;
|
|
}
|
|
.ant-col-xxl-offset-5.ant-col-rtl {
|
|
margin-right: 20.83333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xxl-push-6.ant-col-rtl {
|
|
right: 25%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xxl-pull-6.ant-col-rtl {
|
|
right: auto;
|
|
left: 25%;
|
|
}
|
|
.ant-col-xxl-offset-6.ant-col-rtl {
|
|
margin-right: 25%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xxl-push-7.ant-col-rtl {
|
|
right: 29.16666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xxl-pull-7.ant-col-rtl {
|
|
right: auto;
|
|
left: 29.16666667%;
|
|
}
|
|
.ant-col-xxl-offset-7.ant-col-rtl {
|
|
margin-right: 29.16666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xxl-push-8.ant-col-rtl {
|
|
right: 33.33333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xxl-pull-8.ant-col-rtl {
|
|
right: auto;
|
|
left: 33.33333333%;
|
|
}
|
|
.ant-col-xxl-offset-8.ant-col-rtl {
|
|
margin-right: 33.33333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xxl-push-9.ant-col-rtl {
|
|
right: 37.5%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xxl-pull-9.ant-col-rtl {
|
|
right: auto;
|
|
left: 37.5%;
|
|
}
|
|
.ant-col-xxl-offset-9.ant-col-rtl {
|
|
margin-right: 37.5%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xxl-push-10.ant-col-rtl {
|
|
right: 41.66666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xxl-pull-10.ant-col-rtl {
|
|
right: auto;
|
|
left: 41.66666667%;
|
|
}
|
|
.ant-col-xxl-offset-10.ant-col-rtl {
|
|
margin-right: 41.66666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xxl-push-11.ant-col-rtl {
|
|
right: 45.83333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xxl-pull-11.ant-col-rtl {
|
|
right: auto;
|
|
left: 45.83333333%;
|
|
}
|
|
.ant-col-xxl-offset-11.ant-col-rtl {
|
|
margin-right: 45.83333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xxl-push-12.ant-col-rtl {
|
|
right: 50%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xxl-pull-12.ant-col-rtl {
|
|
right: auto;
|
|
left: 50%;
|
|
}
|
|
.ant-col-xxl-offset-12.ant-col-rtl {
|
|
margin-right: 50%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xxl-push-13.ant-col-rtl {
|
|
right: 54.16666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xxl-pull-13.ant-col-rtl {
|
|
right: auto;
|
|
left: 54.16666667%;
|
|
}
|
|
.ant-col-xxl-offset-13.ant-col-rtl {
|
|
margin-right: 54.16666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xxl-push-14.ant-col-rtl {
|
|
right: 58.33333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xxl-pull-14.ant-col-rtl {
|
|
right: auto;
|
|
left: 58.33333333%;
|
|
}
|
|
.ant-col-xxl-offset-14.ant-col-rtl {
|
|
margin-right: 58.33333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xxl-push-15.ant-col-rtl {
|
|
right: 62.5%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xxl-pull-15.ant-col-rtl {
|
|
right: auto;
|
|
left: 62.5%;
|
|
}
|
|
.ant-col-xxl-offset-15.ant-col-rtl {
|
|
margin-right: 62.5%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xxl-push-16.ant-col-rtl {
|
|
right: 66.66666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xxl-pull-16.ant-col-rtl {
|
|
right: auto;
|
|
left: 66.66666667%;
|
|
}
|
|
.ant-col-xxl-offset-16.ant-col-rtl {
|
|
margin-right: 66.66666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xxl-push-17.ant-col-rtl {
|
|
right: 70.83333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xxl-pull-17.ant-col-rtl {
|
|
right: auto;
|
|
left: 70.83333333%;
|
|
}
|
|
.ant-col-xxl-offset-17.ant-col-rtl {
|
|
margin-right: 70.83333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xxl-push-18.ant-col-rtl {
|
|
right: 75%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xxl-pull-18.ant-col-rtl {
|
|
right: auto;
|
|
left: 75%;
|
|
}
|
|
.ant-col-xxl-offset-18.ant-col-rtl {
|
|
margin-right: 75%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xxl-push-19.ant-col-rtl {
|
|
right: 79.16666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xxl-pull-19.ant-col-rtl {
|
|
right: auto;
|
|
left: 79.16666667%;
|
|
}
|
|
.ant-col-xxl-offset-19.ant-col-rtl {
|
|
margin-right: 79.16666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xxl-push-20.ant-col-rtl {
|
|
right: 83.33333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xxl-pull-20.ant-col-rtl {
|
|
right: auto;
|
|
left: 83.33333333%;
|
|
}
|
|
.ant-col-xxl-offset-20.ant-col-rtl {
|
|
margin-right: 83.33333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xxl-push-21.ant-col-rtl {
|
|
right: 87.5%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xxl-pull-21.ant-col-rtl {
|
|
right: auto;
|
|
left: 87.5%;
|
|
}
|
|
.ant-col-xxl-offset-21.ant-col-rtl {
|
|
margin-right: 87.5%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xxl-push-22.ant-col-rtl {
|
|
right: 91.66666667%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xxl-pull-22.ant-col-rtl {
|
|
right: auto;
|
|
left: 91.66666667%;
|
|
}
|
|
.ant-col-xxl-offset-22.ant-col-rtl {
|
|
margin-right: 91.66666667%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xxl-push-23.ant-col-rtl {
|
|
right: 95.83333333%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xxl-pull-23.ant-col-rtl {
|
|
right: auto;
|
|
left: 95.83333333%;
|
|
}
|
|
.ant-col-xxl-offset-23.ant-col-rtl {
|
|
margin-right: 95.83333333%;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-xxl-push-24.ant-col-rtl {
|
|
right: 100%;
|
|
left: auto;
|
|
}
|
|
.ant-col-xxl-pull-24.ant-col-rtl {
|
|
right: auto;
|
|
left: 100%;
|
|
}
|
|
.ant-col-xxl-offset-24.ant-col-rtl {
|
|
margin-right: 100%;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
.ant-row-rtl {
|
|
direction: rtl;
|
|
}
|
|
nz-list,
|
|
nz-list nz-spin,
|
|
nz-list-header,
|
|
nz-list-footer,
|
|
nz-list-pagination,
|
|
nz-list-empty,
|
|
nz-list-item-extra {
|
|
display: block;
|
|
}
|