|
|
|
|
@extends("admin.layouts.layout")
|
|
|
|
|
|
|
|
|
|
@php
|
|
|
|
|
$pageTitle = "首页";
|
|
|
|
|
@endphp
|
|
|
|
|
|
|
|
|
|
@push("header")
|
|
|
|
|
<style>
|
|
|
|
|
.toll-free-box i {
|
|
|
|
|
transform: none !important;
|
|
|
|
|
left: 1rem;
|
|
|
|
|
bottom: .4rem;
|
|
|
|
|
}
|
|
|
|
|
.card1 {
|
|
|
|
|
background: #fff;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.card1::before {
|
|
|
|
|
content: "";
|
|
|
|
|
height: 24px;
|
|
|
|
|
width: 24px;
|
|
|
|
|
border-radius: 100%;
|
|
|
|
|
background: #78d3a9;
|
|
|
|
|
opacity: .3;
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: -12px;
|
|
|
|
|
right: 10px;
|
|
|
|
|
}
|
|
|
|
|
.card1::after {
|
|
|
|
|
content: "";
|
|
|
|
|
height: 32px;
|
|
|
|
|
width: 32px;
|
|
|
|
|
border-radius: 100%;
|
|
|
|
|
background: #78d3a9;
|
|
|
|
|
opacity: .3;
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: -4px;
|
|
|
|
|
right: -12px;
|
|
|
|
|
}
|
|
|
|
|
.card1-title {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: center;
|
|
|
|
|
border-bottom: 1px solid #e8eaec;
|
|
|
|
|
padding: 12px 14px;
|
|
|
|
|
line-height: 1;
|
|
|
|
|
}
|
|
|
|
|
.card1-title > div:nth-child(1) {
|
|
|
|
|
color: #333;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.card1-title > div:nth-child(1)::before {
|
|
|
|
|
content: '';
|
|
|
|
|
height: 14px;
|
|
|
|
|
width: 140px;
|
|
|
|
|
background: radial-gradient(12px 9px at 10px 40%,#7ed3b155 20%,#0000 70%) 0 0/12px 12px no-repeat,
|
|
|
|
|
radial-gradient(120px 9px at 10px 40%,#7ed3b155 20%,#0000 70%) 12px 0/130px 12px no-repeat;
|
|
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: -6px;
|
|
|
|
|
left: -6px;
|
|
|
|
|
}
|
|
|
|
|
.card1-title__arrow {
|
|
|
|
|
padding-right: 20px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.card1-title__arrow::before {
|
|
|
|
|
content: "\F142";
|
|
|
|
|
display: inline-block;
|
|
|
|
|
font-family: 'Material Design Icons';
|
|
|
|
|
text-rendering: auto;
|
|
|
|
|
font-size: 1.1rem;
|
|
|
|
|
-webkit-transform: translate(0, 0);
|
|
|
|
|
transform: translate(0, 0);
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
}
|
|
|
|
|
.card1-body {
|
|
|
|
|
padding: 7px;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.card1-body .card1-body__item {
|
|
|
|
|
margin: 14px;
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
.card1-body .card1-body__item .card1-body__item--label {
|
|
|
|
|
color: #666;
|
|
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.card1-body .card1-body__item .card1-body__item--label::before {
|
|
|
|
|
content: "";
|
|
|
|
|
width: 4px;
|
|
|
|
|
height: 78%;
|
|
|
|
|
background: #73cdb9;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
transform: translateY(11%);
|
|
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: -10px;
|
|
|
|
|
top: 0;
|
|
|
|
|
}
|
|
|
|
|
.card1-body .card1-body__item .card1-body__item--value {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
color: #333;
|
|
|
|
|
line-height: 2;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
@endpush
|
|
|
|
|
|
|
|
|
|
@section("content")
|
|
|
|
|
<div class="card1">
|
|
|
|
|
<div class="card1-title">
|
|
|
|
|
<div>数据统计</div>
|
|
|
|
|
<div>
|
|
|
|
|
<span class="card1-title__arrow">更多</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="card1-body">
|
|
|
|
|
<div class="card1-body__item">
|
|
|
|
|
<div class="card1-body__item--label">今日应收(元)</div>
|
|
|
|
|
<div class="card1-body__item--value">9040.00</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="card1-body__item">
|
|
|
|
|
<div class="card1-body__item--label">今日应收(元)</div>
|
|
|
|
|
<div class="card1-body__item--value">9040.00</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="card1-body__item">
|
|
|
|
|
<div class="card1-body__item--label">今日应收(元)</div>
|
|
|
|
|
<div class="card1-body__item--value">9040.00</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="card1-body__item">
|
|
|
|
|
<div class="card1-body__item--label">今日应收(元)</div>
|
|
|
|
|
<div class="card1-body__item--value">9040.00</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="card1-body__item">
|
|
|
|
|
<div class="card1-body__item--label">今日应收(元)</div>
|
|
|
|
|
<div class="card1-body__item--value">9040.00</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="card1-body__item">
|
|
|
|
|
<div class="card1-body__item--label">今日应收(元)</div>
|
|
|
|
|
<div class="card1-body__item--value">9040.00</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="card1-body__item">
|
|
|
|
|
<div class="card1-body__item--label">今日应收(元)</div>
|
|
|
|
|
<div class="card1-body__item--value">9040.00</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
@endsection
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
function jump(url){
|
|
|
|
|
window.open(url)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</script>
|