|
|
|
|
@ -85,17 +85,17 @@
|
|
|
|
|
.card1-body {
|
|
|
|
|
padding: 7px;
|
|
|
|
|
}
|
|
|
|
|
.card1-body .static1 {
|
|
|
|
|
.card1-body .static1, .card1-body .static2{
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.static1 .static1__item {
|
|
|
|
|
.static1 .static1__item, .static2 .static2__item{
|
|
|
|
|
margin: 14px;
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
.static1 .static1__item .static1__item--label {
|
|
|
|
|
.static1 .static1__item .static1__item--label,.static2 .static2__item .static2__item--label {
|
|
|
|
|
color: #666;
|
|
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
@ -112,7 +112,19 @@
|
|
|
|
|
left: -10px;
|
|
|
|
|
top: 0;
|
|
|
|
|
}
|
|
|
|
|
.static1 .static1__item .static1__item--value {
|
|
|
|
|
.static2 .static2__item .static2__item--label::before {
|
|
|
|
|
content: "";
|
|
|
|
|
width: 8px;
|
|
|
|
|
height: 8px;
|
|
|
|
|
background: #73cdb9;
|
|
|
|
|
border-radius: 100%;
|
|
|
|
|
transform: translateY(-50%);
|
|
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: -10px;
|
|
|
|
|
top: 50%;
|
|
|
|
|
}
|
|
|
|
|
.static1 .static1__item .static1__item--value,.static2 .static2__item .static2__item--value {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
color: #333;
|
|
|
|
|
line-height: 2;
|
|
|
|
|
@ -162,7 +174,20 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="static2">
|
|
|
|
|
<div class="static2__item">
|
|
|
|
|
<div class="static2__item--label">待处理</div>
|
|
|
|
|
<div class="static2__item--value">0</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="static2__item">
|
|
|
|
|
<div class="static2__item--label">待处理</div>
|
|
|
|
|
<div class="static2__item--value">0</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="static2__item">
|
|
|
|
|
<div class="static2__item--label">待处理</div>
|
|
|
|
|
<div class="static2__item--value">0</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
@endsection
|
|
|
|
|
|