| | |
| | | } |
| | | .mk-timeline-item-head { |
| | | position: relative; |
| | | height: 20px; |
| | | height: 24px; |
| | | text-align: center; |
| | | .mk-dot { |
| | | position: absolute; |
| | | background: #e8e8e8; |
| | | padding: 5px; |
| | | display: inline-block; |
| | | border-radius: 20px; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | border-radius: 100%; |
| | | z-index: 1; |
| | | top: 50%; |
| | | left: 50%; |
| | |
| | | .anticon { |
| | | font-size: 14px; |
| | | color: #ffffff; |
| | | width: 16px; |
| | | height: 16px; |
| | | vertical-align: top; |
| | | } |
| | | } |
| | | .mk-dot:not(.mk-dot-icon) { |
| | | padding: 5px; |
| | | } |
| | | .mk-dot-icon { |
| | | width: 24px; |
| | | height: 24px; |
| | | padding: 4px; |
| | | } |
| | | } |
| | | .mk-timeline-item-tail { |
| | | position: absolute; |
| | | top: 10px; |
| | | top: 50%; |
| | | left: 0px; |
| | | width: 100%; |
| | | transform: translate(50%, -1px); |