.card-row-box {
|
min-height: 50px;
|
padding: 0px 10px;
|
margin-bottom: 15px;
|
|
.chart-card-box {
|
padding: 0 10px;
|
.anticon {
|
margin-right: 0px;
|
}
|
}
|
> .chart-card-box {
|
margin-bottom: 20px;
|
}
|
.ant-btn {
|
padding: 0;
|
color: rgba(0,0,0,.45);
|
> .anticon + span {
|
margin-left: 4px;
|
}
|
}
|
.ant-btn:hover, .ant-btn.active, .ant-btn:focus {
|
color: #40a9ff;
|
}
|
|
.chart-card-box:hover {
|
.ant-card.chart-card {
|
.ant-card-head {
|
.ant-card-extra {
|
opacity: 1;
|
}
|
}
|
}
|
}
|
|
.chart-card-box:not(.ant-col) {
|
display: inline-block;
|
margin-bottom: 20px;
|
}
|
|
>.ant-tabs {
|
.ant-tabs-bar {
|
border: 0;
|
margin: 0;
|
.ant-tabs-nav-scroll {
|
.ant-tabs-tab {
|
margin: 0;
|
padding: 12px 5px;
|
cursor: default;
|
|
.chart-card-box:not(.ant-col) {
|
margin-bottom: 0px;
|
}
|
}
|
}
|
}
|
}
|
|
.ant-empty {
|
.ant-empty-image {
|
height: 60px;
|
}
|
}
|
|
.loading-mask {
|
position: absolute;
|
left: 20px;
|
top: 0;
|
right: 20px;
|
bottom: 0;
|
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;
|
}
|
}
|
|
.ant-card.chart-card.insert {
|
.ant-card-head {
|
border-color: transparent;
|
}
|
.ant-card-actions {
|
border-color: transparent;
|
background: transparent;
|
}
|
.mk-card-insert {
|
position: absolute;
|
top: 0;
|
left: 0;
|
right: 0;
|
bottom: 0;
|
|
.mk-btn-wrap {
|
width: 100%;
|
height: 100%;
|
.ant-btn {
|
border: 0;
|
width: 100%;
|
height: 100%;
|
color: rgb(38, 194, 129);
|
}
|
}
|
}
|
}
|
|
.ant-card.chart-card {
|
transition: all 0.3s;
|
|
.ant-card-head {
|
min-height: 45px;
|
line-height: 2;
|
.ant-card-head-title {
|
font-weight: 500;
|
}
|
.ant-card-extra {
|
padding: 0px;
|
opacity: 0;
|
transition: opacity 0.3s;
|
}
|
}
|
.ant-card-actions {
|
height: 48px;
|
> li {
|
margin: 8px 0;
|
|
.ant-btn > .anticon + span {
|
vertical-align: top;
|
}
|
}
|
}
|
}
|
|
.ant-card.chart-card:not(.ant-card-bordered) {
|
.ant-card-head {
|
border-bottom: 0;
|
}
|
.ant-card-actions {
|
border-top: 0;
|
}
|
}
|
|
.ant-card.chart-card.chart-card-selected {
|
border: 1px solid #1890ff;
|
box-shadow: 0px 0px 8px #c4ebfd;
|
}
|
|
.ant-card.chart-card .ant-card-body {
|
padding: 0px;
|
zoom: 1;
|
|
.ant-card-meta.switch {
|
cursor: pointer;
|
}
|
|
.ant-card-meta {
|
margin: 0px;
|
padding: 20px;
|
position: relative;
|
white-space: normal;
|
|
.ant-card-meta-avatar {
|
position: relative;
|
height: 0;
|
padding-top: 0px;
|
padding-left: 0px;
|
float: unset;
|
overflow: hidden;
|
margin: 0 10px 15px 0px;
|
}
|
|
.ant-avatar-image {
|
position: absolute;
|
top: 0;
|
left: 0;
|
right: 0;
|
bottom: 0;
|
box-sizing: border-box;
|
margin: 0;
|
padding: 0;
|
line-height: 1.5;
|
list-style: none;
|
display: inline-block;
|
overflow: hidden;
|
white-space: nowrap;
|
text-align: center;
|
vertical-align: middle;
|
|
img {
|
width: 100%;
|
}
|
.font {
|
background: transparent;
|
}
|
}
|
.ant-card-meta-title, .ant-card-meta-description {
|
font-size: 14px;
|
div {
|
overflow: hidden;
|
white-space: nowrap;
|
text-overflow: ellipsis;
|
word-break: break-all;
|
}
|
}
|
.ant-card-meta-detail {
|
.mk-card-detail-item {
|
line-height: 1.5;
|
vertical-align: top;
|
display: inline-block;
|
color: rgba(0, 0, 0, 0.85);
|
}
|
.line1 {
|
overflow: hidden;
|
word-break: break-word;
|
white-space: nowrap;
|
text-overflow: ellipsis;
|
}
|
.mk-card-detail-item:not(.line1) {
|
word-break: break-word;
|
display: -webkit-box;
|
-webkit-box-orient: vertical;
|
overflow: hidden;
|
}
|
.line2 {
|
-webkit-line-clamp: 2;
|
}
|
.line3 {
|
-webkit-line-clamp: 3;
|
}
|
.line4 {
|
-webkit-line-clamp: 4;
|
}
|
.line5 {
|
-webkit-line-clamp: 5;
|
}
|
.line6 {
|
-webkit-line-clamp: 6;
|
}
|
.line7 {
|
-webkit-line-clamp: 7;
|
}
|
.line8 {
|
-webkit-line-clamp: 8;
|
}
|
.line9 {
|
-webkit-line-clamp: 9;
|
}
|
.line10 {
|
-webkit-line-clamp: 10;
|
}
|
}
|
.ant-card-meta-detail > div:not(:last-child) {
|
margin-bottom: 2px;
|
}
|
.helf {
|
display: inline-block;
|
width: 50%;
|
}
|
.third {
|
display: inline-block;
|
width: 33.3%;
|
}
|
.align-center {
|
text-align: center;
|
}
|
.align-right {
|
text-align: right;
|
}
|
}
|
}
|
|
.chart-title {
|
margin-bottom: 10px;
|
margin-left: 0px;
|
margin-right: 0px;
|
}
|
|
.ant-card.chart-card {
|
.ant-card-actions {
|
li {
|
color: rgba(0, 0, 0, 0.45);
|
span {
|
overflow: hidden;
|
word-break: break-word;
|
white-space: nowrap;
|
text-overflow: ellipsis;
|
cursor: default;
|
}
|
.anticon {
|
width: unset;
|
}
|
}
|
}
|
}
|
.ant-card.chart-card.background {
|
.ant-card-meta-title {
|
color: unset;
|
}
|
.ant-card-meta-description {
|
color: unset;
|
}
|
.ant-card-head {
|
color: unset;
|
.ant-card-head-title {
|
color: unset;
|
}
|
}
|
.ant-card-actions {
|
background: transparent;
|
li {
|
white-space: nowrap;
|
color: unset;
|
.anticon {
|
color: unset;
|
}
|
}
|
}
|
}
|
.clear {
|
clear: both;
|
}
|
}
|