.normal-timeline-box {
|
background: #ffffff;
|
background-position: center center;
|
background-repeat: no-repeat;
|
background-size: cover;
|
min-height: 100px;
|
position: relative;
|
overflow-y: hidden;
|
|
> .table-header {
|
height: 45px;
|
// border-bottom: 1px solid #e8e8e8;
|
overflow: hidden;
|
|
.table-title {
|
// font-size: 16px;
|
float: left;
|
line-height: 45px;
|
margin-left: 10px;
|
text-decoration: inherit;
|
font-weight: inherit;
|
font-style: inherit;
|
}
|
}
|
>.ant-pagination {
|
margin-top: 10px;
|
float: right;
|
}
|
|
.card-row-list::after {
|
content: ' ';
|
display: block;
|
clear: both;
|
}
|
|
.ant-timeline-item-head-custom {
|
.anticon {
|
font-size: 16px;
|
}
|
}
|
|
.ant-timeline-item {
|
padding-bottom: 0px;
|
}
|
|
.card-row-list {
|
overflow-y: auto;
|
padding: 15px;
|
.card-item-box {
|
text-align: left;
|
overflow: hidden;
|
background-color: #ffffff;
|
transition: all 0.3s;
|
}
|
>.active >.card-item-box {
|
border-color: #1890ff!important;
|
box-shadow: 0 0 3px #1890ff;
|
}
|
}
|
.card-row-list::-webkit-scrollbar {
|
width: 7px;
|
}
|
.card-row-list::-webkit-scrollbar-thumb {
|
border-radius: 5px;
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13);
|
background: rgba(0, 0, 0, 0.13);
|
}
|
.card-row-list::-webkit-scrollbar-track {
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
|
border-radius: 3px;
|
border: 1px solid rgba(0, 0, 0, 0.07);
|
background: rgba(0, 0, 0, 0);
|
}
|
|
.card-item-box {
|
background-position: center center;
|
background-repeat: no-repeat;
|
background-size: cover;
|
}
|
|
.loading-mask {
|
position: absolute;
|
left: 0px;
|
top: 0;
|
right: 0px;
|
bottom: 0px;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
text-align: justify;
|
z-index: 1;
|
|
.ant-spin-blur {
|
position: absolute;
|
width: 100%;
|
height: 100%;
|
opacity: 0.5;
|
background: #ffffff;
|
}
|
}
|
|
.mk-time-line-wrap {
|
display: flex;
|
overflow-x: hidden;
|
.mk-time-line-item {
|
position: relative;
|
width: 5%;
|
flex: 1;
|
}
|
.mk-time-line-item:last-child {
|
.mk-timeline-item-tail {
|
display: none;
|
}
|
}
|
.mk-timeline-item-head {
|
position: relative;
|
height: 24px;
|
text-align: center;
|
.mk-dot {
|
position: absolute;
|
background: #e8e8e8;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
border-radius: 100%;
|
z-index: 1;
|
top: 50%;
|
left: 50%;
|
transform: translate(-50%, -50%);
|
|
.anticon {
|
font-size: 14px;
|
color: #ffffff;
|
}
|
}
|
.mk-dot:not(.mk-dot-icon) {
|
padding: 5px;
|
}
|
.mk-dot-icon {
|
width: 24px;
|
height: 24px;
|
}
|
}
|
.mk-timeline-item-tail {
|
position: absolute;
|
top: 50%;
|
left: 0px;
|
width: 100%;
|
transform: translate(50%, -1px);
|
border-top: 2px solid #e8e8e8;
|
}
|
}
|
|
.mk-time-line-wrap.icon {
|
.mk-timeline-item-head {
|
.mk-dot {
|
background: #f8f8f8!important;
|
}
|
.mk-dot-icon {
|
color: inherit;
|
.anticon {
|
color: inherit;
|
}
|
}
|
}
|
}
|
|
.mk-time-line-wrap.size16 {
|
.mk-timeline-item-head {
|
height: 28px;
|
.mk-dot {
|
.anticon {
|
font-size: 16px;
|
}
|
}
|
.mk-dot-icon {
|
width: 28px;
|
height: 28px;
|
}
|
}
|
}
|
|
.mk-time-line-wrap.size18 {
|
.mk-timeline-item-head {
|
height: 32px;
|
.mk-dot {
|
.anticon {
|
font-size: 18px;
|
}
|
}
|
.mk-dot-icon {
|
width: 32px;
|
height: 32px;
|
}
|
}
|
}
|
|
.mk-time-line-wrap.size20 {
|
.mk-timeline-item-head {
|
height: 36px;
|
.mk-dot {
|
.anticon {
|
font-size: 20px;
|
}
|
}
|
.mk-dot-icon {
|
width: 36px;
|
height: 36px;
|
}
|
}
|
}
|
|
.mk-time-line-wrap.size22 {
|
.mk-timeline-item-head {
|
height: 40px;
|
.mk-dot {
|
.anticon {
|
font-size: 22px;
|
}
|
}
|
.mk-dot-icon {
|
width: 40px;
|
height: 40px;
|
}
|
}
|
}
|
|
.mk-time-line-wrap.size24 {
|
.mk-timeline-item-head {
|
height: 44px;
|
.mk-dot {
|
.anticon {
|
font-size: 24px;
|
}
|
}
|
.mk-dot-icon {
|
width: 44px;
|
height: 44px;
|
}
|
}
|
}
|
|
.mk-time-line-wrap.system {
|
.mk-timeline-item-tail {
|
border-color: var(--mk-sys-color2);
|
}
|
}
|
.ant-timeline.system {
|
.ant-timeline-item-tail {
|
border-color: var(--mk-sys-color2);
|
}
|
}
|
}
|
|
.normal-timeline-box::after {
|
content: ' ';
|
display: block;
|
clear: both;
|
}
|