This commit is contained in:
技术老胡 2024-08-22 12:01:12 +08:00
parent 2d7c0ff706
commit 3d210481b1
8 changed files with 438 additions and 165 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@ Thumbs.db
/.buildpath
/.project
/.history
config/payconfig/1001_1.php

View File

@ -0,0 +1,85 @@
<?php
declare (strict_types = 1);
namespace app\controller;
use think\Request;
class PluginController
{
/**
* 显示资源列表
*
* @return \think\Response
*/
public function index()
{
//
}
/**
* 显示创建资源表单页.
*
* @return \think\Response
*/
public function create()
{
//
}
/**
* 保存新建的资源
*
* @param \think\Request $request
* @return \think\Response
*/
public function save(Request $request)
{
//
}
/**
* 显示指定的资源
*
* @param int $id
* @return \think\Response
*/
public function read($id)
{
//
}
/**
* 显示编辑资源表单页.
*
* @param int $id
* @return \think\Response
*/
public function edit($id)
{
//
}
/**
* 保存更新的资源
*
* @param \think\Request $request
* @param int $id
* @return \think\Response
*/
public function update(Request $request, $id)
{
//
}
/**
* 删除指定资源
*
* @param int $id
* @return \think\Response
*/
public function delete($id)
{
//
}
}

View File

@ -60,6 +60,8 @@ class PayManageController extends BaseController
public function addAccount()
{
$info = $this->request->post();
$pid = $this->request->session('pid');
$info['pid'] = $pid;
$res = PayAccount::create($info);
if ($res) {
return \json(\backMsg(0, '添加成功'));

View File

@ -0,0 +1,85 @@
<?php
declare (strict_types = 1);
namespace app\controller\api;
use think\Request;
class PluginController
{
/**
* 显示资源列表
*
* @return \think\Response
*/
public function index()
{
//
}
/**
* 显示创建资源表单页.
*
* @return \think\Response
*/
public function create()
{
//
}
/**
* 保存新建的资源
*
* @param \think\Request $request
* @return \think\Response
*/
public function save(Request $request)
{
//
}
/**
* 显示指定的资源
*
* @param int $id
* @return \think\Response
*/
public function read($id)
{
//
}
/**
* 显示编辑资源表单页.
*
* @param int $id
* @return \think\Response
*/
public function edit($id)
{
//
}
/**
* 保存更新的资源
*
* @param \think\Request $request
* @param int $id
* @return \think\Response
*/
public function update(Request $request, $id)
{
//
}
/**
* 删除指定资源
*
* @param int $id
* @return \think\Response
*/
public function delete($id)
{
//
}
}

View File

@ -19,6 +19,7 @@ class UserController extends BaseController
$userinfo = self::checkUser($login_info);
if ($userinfo['code'] === 0) {
Session::set('userid', $userinfo['data']->id);
Session::set('pid', $userinfo['data']->pid);
Session::set('nickname', $userinfo['data']->nickname);
Session::set('userrole', $userinfo['data']->role);
Session::set('islogin', true);

View File

@ -28,6 +28,14 @@ return [
'openType' => '_iframe',
'href' => '/PayManage/index',
],
[
'id' => 'pluginManage',
'title' => '插件管理',
'icon' => 'layui-icon layui-icon-console',
'type' => 1,
'openType' => '_iframe',
'href' => '/Plugin/index',
],
[
'id' => 'userCenter',
'title' => '用户中心',

View File

@ -19,15 +19,15 @@ return [
// 密码
'password' => '76********QB',
// 订单查询参数配置
'query' => array (
'date_end' => NULL,
'date_start' => NULL,
'page' => 1,
'page_size' => 10,
'upayQueryType' => 0,
'status' => '2000',
'store_sn' => '15**********27',
'type' => '30',
),
'query' => array(
'date_end' => NULL,
'date_start' => NULL,
'page' => 1,
'page_size' => 10,
'upayQueryType' => 0,
'status' => '2000',
'store_sn' => '',
'type' => '30',
),
]
];

View File

@ -14,173 +14,264 @@
<body class="pear-container">
<div>
<div class="layui-row layui-col-space10">
<div class="layui-col-xs6 layui-col-md3">
<div class="layui-card top-panel">
<div class="layui-card-header">今日访问</div>
<div class="layui-card-body">
<div class="layui-row layui-col-space5">
<div class="layui-col-xs8 layui-col-md8 top-panel-number" style="color: #28333E;"
id="value1">
0
<div class="layui-col-xs12 layui-col-md6">
<div class="layui-row layui-col-space10">
<div class="layui-col-xs12 layui-col-md6">
<div class="layui-card top-panel">
<div class="layui-card-header">今日收款金额(元)</div>
<div class="layui-card-body">
<div class="layui-row layui-col-space5">
<div class="layui-col-xs8 layui-col-md8 top-panel-number" style="color: #28333E;"
id="value1">
0
</div>
<div class="layui-col-xs4 layui-col-md4 top-panel-tips">
<svg t="1724233768505" class="icon" viewBox="0 0 1024 1024" version="1.1"
xmlns="http://www.w3.org/2000/svg" p-id="1102" width="128" height="128">
<path
d="M652.5 362.6l-21-34c34.9-21.5 101.5-103.7 110.9-153.2 2.4-12.5 2.9-29.6-7.7-40.7-9.6-10-27-13.7-49-10.4-18 2.7-26.4 12.4-36.1 23.8-6.7 7.8-13.6 15.9-23.7 20.8-12.5 6.1-26.5 5.5-41.7-1.6-12-5.6-19.7-15-26.6-23.2-11.6-13.9-20.6-24.9-49.6-24.9-11.5 0-20.8 9-34.7 23.7-16.8 17.9-39.8 42.3-76.5 33-8.3-2.1-17.4-5.8-27.1-9.7-14.5-5.9-30.9-12.5-43.7-13.1-10.5-0.5-15.8 2.9-20.3 13-5.6 12.7-4 27.6 4.9 45.4 8.3 16.5 22.5 34.7 42.3 53.9 34.9 34 74.3 58.9 74.7 59.1l-21.3 33.9c-1.8-1.1-43.5-27.4-81.4-64.3-23-22.4-39.8-44.2-50.1-64.7-14.4-28.8-16.3-55.5-5.7-79.5 11.2-25.4 31.5-38.1 58.7-36.8 19.7 0.9 39.5 8.9 56.9 16 8.3 3.4 16.2 6.6 21.9 8 12.6 3.2 20.7-3.8 37.6-21.7 15.2-16.2 34.2-36.3 63.8-36.3 47.8 0 67.3 23.6 80.3 39.2 4.8 5.8 8.9 10.7 12.7 12.5 2.7 1.3 6.1 2.4 7.3 1.8 2.6-1.3 6.8-6.1 10.8-10.8 11.1-12.9 27.8-32.4 60.6-37.3 35.2-5.2 64.9 2.7 83.7 22.3 17.5 18.3 24 45.2 18.2 75.9-11.7 62.7-86.5 153.7-129.1 179.9z"
fill="#4C6070" p-id="1103"></path>
<path
d="M488.1 326.6c-7.7 0-15-4.5-18.3-12-0.3-0.6-6.3-14.3-12.2-30.2-11.7-31.2-12.6-42.4-11.9-49.3 1.1-11 10.9-19 21.9-17.9 10.8 1.1 18.8 10.7 17.9 21.5 0.2 7.1 9.9 34.9 20.9 59.7 4.4 10.1-0.1 21.9-10.3 26.4-2.6 1.3-5.3 1.8-8 1.8z m-2.6-87.4zM538.1 338.6c-5.5 0-11-2.3-15-6.7-7.3-8.2-6.6-20.7 1.5-28 0.8-0.9 7.5-9.9 18.7-50.6 6.3-23 10.8-44.2 10.8-44.4 2.3-10.8 12.9-17.7 23.7-15.5 10.8 2.3 17.7 12.9 15.5 23.7-0.2 1-5 23.6-11.9 48.6-13.4 48.3-22.7 61.4-30 67.9-3.8 3.3-8.6 5-13.3 5z m-13.3-35z"
fill="#4C6070" p-id="1104"></path>
<path
d="M504.6 367.2c-37.6 0-73.7 8.7-107.3 25.9-31.5 16.1-60.8 39.6-87 69.7-49.2 56.6-85.8 134.7-102.8 219.9-9.9 49.6-2.6 88.5 22.4 119 22.9 28 61.4 48.9 114.2 62.2 45.1 11.3 100.6 17 165.1 17 64.2 0 119.5-5.7 164.4-16.9 52.6-13.2 91.2-34 114.7-61.9 25.8-30.7 34.2-69.9 25.5-119.9C799.1 598 762.5 520 710.5 462.9c-56.9-62.6-128.1-95.7-205.9-95.7z"
fill="#FFBD5C" p-id="1105"></path>
<path
d="M510.7 947.3c-169.3 0-283.3-34.3-338.7-101.9-35.1-42.9-46.2-98.2-32.9-164.4 20.1-100.6 63.6-193.2 122.4-260.8 67.8-78 152.3-119.2 244.4-119.2 97.3 0 186 41 256.5 118.5 62.4 68.6 106.3 161.6 123.6 262 11.5 66.5-0.9 121.9-37 164.7-56.6 67.1-170.4 101.1-338.3 101.1zM505.8 341c-41.4 0-81.2 9.6-118.3 28.5-34.7 17.8-67 43.6-95.9 76.9-54.3 62.4-94.5 148.5-113.3 242.4-11 54.7-2.9 97.6 24.7 131.2 25.3 30.8 67.6 53.9 125.9 68.5 49.7 12.5 110.9 18.8 181.9 18.8 70.7 0 131.7-6.3 181.2-18.7 58-14.5 100.5-37.5 126.4-68.2 28.5-33.8 37.7-77 28.1-132.1-16.1-93-56.5-178.9-113.8-241.9C670 377.4 591.5 341 505.8 341z"
fill="#4C6070" p-id="1106"></path>
<path
d="M613.8 686.5h-75.9v-43.4h75.9c11 0 20-9 20-20s-9-20-20-20h-59.1l69.3-85.5c7-8.6 5.6-21.2-2.9-28.1-8.6-7-21.2-5.6-28.1 2.9l-73.5 90.7-82.3-91.5c-7.4-8.2-20-8.9-28.2-1.5s-8.9 20-1.5 28.2l76.2 84.8H417c-11 0-20 9-20 20s9 20 20 20h81v43.4h-81c-11 0-20 9-20 20s9 20 20 20h81v53.9c0 11 9 20 20 20s20-9 20-20v-53.9h75.9c11 0 20-9 20-20s-9.1-20-20.1-20z"
fill="#4C6070" p-id="1107"></path>
</svg>
</div>
</div>
</div>
<div class="layui-col-xs4 layui-col-md4 top-panel-tips">
<svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024" width="200"
height="200" t="1591462258798" p-id="942" version="1.1">
<path fill="#fcc66f"
d="M 262.7 835 c -15.3 0 -28.1 -11.4 -29.8 -26.6 L 174.1 291 c -0.6 -5.1 1 -10.2 4.5 -14 s 8.3 -6 13.4 -6 h 640 c 5.1 0 10 2.2 13.4 6 s 5 8.9 4.5 14 l -58.8 517.4 c -1.7 15.2 -14.5 26.6 -29.8 26.6 H 262.7 Z"
p-id="943" />
<path fill="#ffd79c"
d="M 802 289 l -58.8 517.4 c -0.7 6.1 -5.8 10.6 -11.9 10.6 h 30 c 6.1 0 11.2 -4.6 11.9 -10.6 L 832 289 h -30 Z"
p-id="944" />
<path fill="#f56e73"
d="M 164 307 c -16.5 0 -30 -13.5 -30 -30 v -58 c 0 -16.5 13.5 -30 30 -30 h 696 c 16.5 0 30 13.5 30 30 v 58 c 0 16.5 -13.5 30 -30 30 H 164 Z"
p-id="945" />
<path fill="#ffa1a8"
d="M 860 207 h -30 c 6.6 0 12 5.4 12 12 v 58 c 0 6.6 -5.4 12 -12 12 h 30 c 6.6 0 12 -5.4 12 -12 v -58 c 0 -6.6 -5.4 -12 -12 -12 Z"
p-id="946" />
<path fill="#65c8ff"
d="M 190.9 651.5 c -31.4 0 -56.9 -25.5 -56.9 -56.9 V 219 c 0 -16.5 13.5 -30 30 -30 h 466.2 c 9.9 0 18 8.1 18 18 v 301.1 c 0 34.7 -28.2 62.9 -62.9 62.9 s -62.9 -28.2 -62.9 -62.9 V 393.5 c 0 -23.2 -18.8 -42 -42 -42 s -42 18.8 -42 42 v 68.1 c 0 29.4 -23.9 53.4 -53.4 53.4 s -53.4 -23.9 -53.4 -53.4 v -68.1 c 0 -23.2 -18.8 -42 -42 -42 s -42 18.8 -42 42 v 201.1 c 0.1 31.4 -25.4 56.9 -56.7 56.9 Z"
p-id="947" />
<path fill="#b3eaff"
d="M 277.8 321.5 c -33.1 0 -60 26.9 -60 60 v 201.1 c 0 21.5 -17.4 38.9 -38.9 38.9 c -7.7 0 -14.8 -2.2 -20.8 -6.1 c 6.9 10.9 19 18.1 32.8 18.1 c 21.5 0 38.9 -17.4 38.9 -38.9 V 393.5 c 0 -33.1 26.9 -60 60 -60 c 13.5 0 25.9 4.5 36 12 c -11 -14.5 -28.4 -24 -48 -24 Z M 618.3 207 v 289.1 c 0 24.8 -20.1 44.9 -44.9 44.9 c -9.3 0 -18 -2.8 -25.2 -7.7 c 8.1 11.9 21.7 19.7 37.2 19.7 c 24.8 0 44.9 -20.1 44.9 -44.9 V 207 h -12 Z M 468.5 321.5 c -33.1 0 -60 26.9 -60 60 v 68.1 c 0 19.5 -15.8 35.4 -35.4 35.4 c -6.7 0 -12.9 -1.9 -18.3 -5.1 c 6.2 10.2 17.4 17.1 30.3 17.1 c 19.5 0 35.4 -15.8 35.4 -35.4 v -68.1 c 0 -33.1 26.9 -60 60 -60 c 13.5 0 25.9 4.5 36 12 c -11 -14.5 -28.4 -24 -48 -24 Z"
p-id="948" />
<path fill="#453b56"
d="M 698 729.4 m -18 0 a 18 18 0 1 0 36 0 a 18 18 0 1 0 -36 0 Z" p-id="949" />
<path fill="#453b56"
d="M 860 171 H 632.5 v 0.1 c -0.7 0 -1.5 -0.1 -2.2 -0.1 H 164 c -26.5 0 -48 21.5 -48 48 v 375.6 c 0 41.3 33.6 74.9 74.9 74.9 c 2.7 0 5.4 -0.2 8.1 -0.5 l 16 141.4 c 2.8 24.3 23.3 42.6 47.7 42.6 h 498.6 c 24.4 0 44.9 -18.3 47.7 -42.6 l 55.2 -485.6 c 24.5 -2.1 43.8 -22.7 43.8 -47.8 v -58 c 0 -26.5 -21.5 -48 -48 -48 Z M 190.9 633.5 c -21.5 0 -38.9 -17.4 -38.9 -38.9 V 219 c 0 -6.6 5.4 -12 12 -12 h 466.3 v 301.1 c 0 24.8 -20.1 44.9 -44.9 44.9 c -24.8 0 -44.9 -20.1 -44.9 -44.9 V 393.5 c 0 -33.1 -26.9 -60 -60 -60 s -60 26.9 -60 60 v 68.1 c 0 19.5 -15.8 35.4 -35.4 35.4 c -19.5 0 -35.4 -15.8 -35.4 -35.4 v -68.1 c 0 -33.1 -26.9 -60 -60 -60 s -60 26.9 -60 60 v 201.1 c 0.1 21.5 -17.4 38.9 -38.8 38.9 Z m 582.3 172.9 c -0.7 6.1 -5.8 10.6 -11.9 10.6 H 262.7 c -6.1 0 -11.2 -4.6 -11.9 -10.6 l -6.7 -59 h 396.6 c 9.9 0 18 -8.1 18 -18 s -8.1 -18 -18 -18 H 240 l -6.3 -55.4 c 19.3 -13.6 32.1 -36 32.1 -61.3 V 393.5 c 0 -13.2 10.8 -24 24 -24 s 24 10.8 24 24 v 68.1 c 0 39.4 32 71.4 71.4 71.4 s 71.4 -32 71.4 -71.4 v -68.1 c 0 -13.2 10.8 -24 24 -24 s 24 10.8 24 24 v 114.6 c 0 44.6 36.3 80.9 80.9 80.9 c 44.6 0 80.9 -36.3 80.9 -80.9 V 325 h 161.7 l -54.9 481.4 Z M 872 277 c 0 6.6 -5.4 12 -12 12 H 666.3 v -82 H 860 c 6.6 0 12 5.4 12 12 v 58 Z"
p-id="950" />
</svg>
</div>
</div>
<div class="layui-col-xs12 layui-col-md6">
<div class="layui-card top-panel">
<div class="layui-card-header">今日支付订单(笔)</div>
<div class="layui-card-body">
<div class="layui-row layui-col-space5">
<div class="layui-col-xs8 layui-col-md8 top-panel-number" style="color: #28333E;"
id="value2">
0
</div>
<div class="layui-col-xs4 layui-col-md4 top-panel-tips">
<svg t="1724233827272" class="icon" viewBox="0 0 1024 1024" version="1.1"
xmlns="http://www.w3.org/2000/svg" p-id="1260" width="128" height="128">
<path
d="M445.2 808.3c0 25.1-8.8 48.1-23.4 66.2h287.6c148.1 16.5 148.1-41.2 148.1-66.2l-171.5-0.1-240.8 0.1zM168.2 178.1c-36.3 0-65.7 29.4-65.7 65.7H234c-0.1-36.3-29.5-65.7-65.8-65.7z"
fill="#FFBD5C" p-id="1261"></path>
<path
d="M766.6 768.3v-190h-40v189.8H405.2v40.1c0 36.3-29.4 65.7-65.7 65.7s-65.7-29.4-65.7-65.7v-58.4h0.2v-506c0-24.9-8.6-47.8-23.1-65.9h258l-0.1 0.1h156.9v0.1c34.4 2.2 61 30.7 61 65.6v5.8h40v-16.7c-5.5-53.2-50.6-94.8-105.2-94.8-1.7 0-3.3 0-5 0.1v-0.1H168.2v0.1c-58.3 0-105.7 47.4-105.7 105.7v40H234v524.5c0 58.3 47.3 105.7 105.6 105.7 1.3 0 2.7 0 4-0.1v0.1h448.3c58.3 0 105.7-47.4 105.7-105.7v-40h-131zM102.4 243.8c0-36.3 29.4-65.7 65.7-65.7s65.7 29.4 65.7 65.7H102.4zM793.7 874l-84.7 0.1H422.2c14.4-18.1 23-40.9 23-65.7v-0.1H686v0.1h171.4c0.1 35.6-28.3 64.6-63.7 65.6z"
fill="#4C6070" p-id="1262"></path>
<path
d="M911.7 273.3H527.9c-17.6 0-32 14.4-32 32v213.2c0 17.6 14.4 32 32 32h383.8c17.6 0 32-14.4 32-32V305.3c0-17.6-14.3-32-32-32z m-1.9 148.4h-6.1v88.9H535.9v-88.9h-20V348h20v-34.7h367.8V348h6.1v73.7z"
fill="#4C6070" p-id="1263"></path>
<path
d="M535.9 353h367.8v50H535.9zM515.9 348h20v73.6h-20zM903.7 348h6.1v73.6h-6.1z"
fill="#4C6070" p-id="1264"></path>
<path
d="M796.8 456.8m-29.6 0a29.6 29.6 0 1 0 59.2 0 29.6 29.6 0 1 0-59.2 0Z"
fill="#FFBD5C" p-id="1265"></path>
<path
d="M836.8 456.8m-29.6 0a29.6 29.6 0 1 0 59.2 0 29.6 29.6 0 1 0-59.2 0Z"
fill="#FFBD5C" p-id="1266"></path>
<path
d="M465.9 292.8H325.8c-11 0-20-9-20-20s9-20 20-20h140.1c11 0 20 9 20 20s-8.9 20-20 20zM423.9 399.1h-88.1c-11 0-20-9-20-20s9-20 20-20h88.1c11 0 20 9 20 20s-9 20-20 20zM395.9 505.3h-60.1c-11 0-20-9-20-20s9-20 20-20h60.1c11 0 20 9 20 20s-9 20-20 20zM465.9 611.6H335.8c-11 0-20-9-20-20s9-20 20-20h130.1c11 0 20 9 20 20s-8.9 20-20 20zM620.5 717.8H333.8c-11 0-20-9-20-20s9-20 20-20h286.6c11 0 20 9 20 20s-8.9 20-19.9 20z"
fill="#4C6070" p-id="1267"></path>
</svg>
</div>
</div>
</div>
</div>
</div>
<div class="layui-col-xs12 layui-col-md6">
<div class="layui-card top-panel">
<div class="layui-card-header">七月收款金额(元)</div>
<div class="layui-card-body">
<div class="layui-row layui-col-space5">
<div class="layui-col-xs8 layui-col-md8 top-panel-number" style="color: #28333E;"
id="value3">
0
</div>
<div class="layui-col-xs4 layui-col-md4 top-panel-tips">
<svg t="1724227323266" class="icon" viewBox="0 0 1024 1024" version="1.1"
xmlns="http://www.w3.org/2000/svg" p-id="30890" width="128" height="128">
<path
d="M323.6 477c77.4 0 140.3-22.7 141.8-51-1.5-28.3-64.4-51-141.8-51s-140.3 22.7-141.8 51c1.5 28.3 64.4 51 141.8 51zM437.7 499.3c-31.1 11.4-71.6 17.7-114.1 17.7s-83-6.3-114.1-17.7c-10.4-3.8-19.7-8.2-27.8-13.1V505c0 28.7 63.5 52 141.8 52s141.8-23.3 141.8-52v-18.7c-7.9 4.8-17.2 9.2-27.6 13zM323.6 597c-42.5 0-83-6.3-114.1-17.7-10.4-3.8-19.7-8.2-27.8-13.1V585c0 28.7 63.5 52 141.8 52s141.8-23.3 141.8-52v-18.7c-8.1 4.9-17.4 9.2-27.8 13.1-30.9 11.3-71.4 17.6-113.9 17.6zM323.6 677c-42.5 0-83-6.3-114.1-17.7-10.4-3.8-19.7-8.2-27.8-13.1V665c0 28.7 63.5 52 141.8 52 17.4 0 34.1-1.2 49.6-3.3 3-5.2 7.3-10.6 13.4-15.9 9.4-8.2 22.3-15.3 38.2-21.1 12.2-4.5 25.9-8.1 40.7-10.8v-19.7c-8.1 4.9-17.4 9.2-27.8 13.1-31 11.4-71.5 17.7-114 17.7zM209.6 819.3c-10.4-3.8-19.7-8.2-27.8-13.1v13.3c0 28.7 63.5 52 141.8 52 15.1 0 29.6-0.9 43.2-2.5v-34.4c-14 1.5-28.4 2.2-43.2 2.2-42.5 0.2-83-6.1-114-17.5zM209.6 739.3c-10.4-3.8-19.7-8.2-27.8-13.1V745c0 28.7 63.5 52 141.8 52 15.1 0 29.6-0.9 43.2-2.5v-39.8c-14 1.5-28.4 2.2-43.2 2.2-42.5 0.1-83-6.2-114-17.6z"
fill="#4C6070" p-id="30891"></path>
<path
d="M326.7 430.3l-92.5-6.9c-4.1-0.3-7.2-3.9-6.9-8s3.9-7.2 8-6.9l80.8 6 8.9-26.8c1.3-3.9 5.6-6.1 9.5-4.7 3.9 1.3 6.1 5.6 4.7 9.5l-12.5 37.8zM304.5 458.6c-3.3 0-6.4-2.2-7.3-5.6-1-4 1.4-8.1 5.4-9.1l98.1-25.6c4-1 8.1 1.4 9.1 5.4s-1.4 8.1-5.4 9.1l-98.1 25.6c-0.5 0.2-1.2 0.2-1.8 0.2z"
fill="#FFFFFF" p-id="30892"></path>
<path
d="M275.7 444.1c-3.3 0-6.4-2.2-7.3-5.6-1-4 1.4-8.1 5.4-9.1l98.1-25.6c4-1 8.1 1.4 9.1 5.4s-1.4 8.1-5.4 9.1l-98.1 25.6c-0.5 0.1-1.2 0.2-1.8 0.2z"
fill="#FFFFFF" p-id="30893"></path>
<path
d="M382.6 460.5c-1.1 0-2.3-0.3-3.4-0.8L314 426.8c-3.7-1.9-5.2-6.4-3.3-10.1 1.9-3.7 6.4-5.2 10.1-3.3l65.2 32.9c3.7 1.9 5.2 6.4 3.3 10.1-1.3 2.6-4 4.1-6.7 4.1z"
fill="#FFFFFF" p-id="30894"></path>
<path
d="M703.6 597c77.4 0 140.3-22.7 141.8-51-1.5-28.3-64.4-51-141.8-51s-140.3 22.7-141.8 51c1.5 28.3 64.4 51 141.8 51zM817.7 619.3c-31.1 11.4-71.6 17.7-114.1 17.7s-83-6.3-114.1-17.7c-10.4-3.8-19.7-8.2-27.8-13.1V625c0 28.7 63.5 52 141.8 52s141.8-23.3 141.8-52v-18.7c-7.9 4.8-17.2 9.2-27.6 13zM703.6 717c-2.6 0-5.3 0-7.9-0.1 3.7 7.5 4.7 14.6 4.7 20.1v20h3.2c78.3 0 141.8-23.3 141.8-52v-18.7c-8.1 4.9-17.4 9.2-27.8 13.1-31 11.3-71.5 17.6-114 17.6zM703.6 797h-3.2v40h3.2c78.3 0 141.8-23.3 141.8-52v-18.7c-8.1 4.9-17.4 9.2-27.8 13.1-31 11.3-71.5 17.6-114 17.6z"
fill="#4C6070" p-id="30895"></path>
<path
d="M706.7 550.3l-92.5-6.9c-4.1-0.3-7.2-3.9-6.9-8s3.9-7.2 8-6.9l80.8 6 8.9-26.8c1.3-3.9 5.6-6.1 9.5-4.7 3.9 1.3 6.1 5.6 4.7 9.5l-12.5 37.8zM684.5 578.6c-3.3 0-6.4-2.2-7.3-5.6-1-4 1.4-8.1 5.4-9.1l98.1-25.6c4-1 8.1 1.4 9.1 5.4s-1.4 8.1-5.4 9.1l-98.1 25.6c-0.5 0.2-1.2 0.2-1.8 0.2z"
fill="#FFFFFF" p-id="30896"></path>
<path
d="M655.7 564.1c-3.3 0-6.4-2.2-7.3-5.6-1-4 1.4-8.1 5.4-9.1l98.1-25.6c4-1 8.1 1.4 9.1 5.4s-1.4 8.1-5.4 9.1l-98.1 25.6c-0.5 0.1-1.2 0.2-1.8 0.2z"
fill="#FFFFFF" p-id="30897"></path>
<path
d="M762.6 580.5c-1.1 0-2.3-0.3-3.4-0.8L694 546.8c-3.7-1.9-5.2-6.4-3.3-10.1s6.4-5.2 10.1-3.3l65.2 32.9c3.7 1.9 5.2 6.4 3.3 10.1-1.3 2.6-4 4.1-6.7 4.1z"
fill="#FFFFFF" p-id="30898"></path>
<path
d="M533.6 787c77.4 0 140.3-22.7 141.8-51-1.5-28.3-64.4-51-141.8-51s-140.3 22.7-141.8 51c1.5 28.3 64.4 51 141.8 51zM533.6 907c-42.5 0-83-6.3-114.1-17.7-10.4-3.8-19.7-8.2-27.8-13.1V895c0 28.7 63.5 52 141.8 52s141.8-23.3 141.8-52v-18.7c-8.1 4.9-17.4 9.2-27.8 13.1-30.9 11.3-71.4 17.6-113.9 17.6zM533.6 827c-42.5 0-83-6.3-114.1-17.7-10.4-3.8-19.7-8.2-27.8-13.1V815c0 28.7 63.5 52 141.8 52s141.8-23.3 141.8-52v-18.7c-8.1 4.9-17.4 9.2-27.8 13.1-30.9 11.3-71.4 17.6-113.9 17.6z"
fill="#FFBD5C" p-id="30899"></path>
<path
d="M536.7 740.3l-92.5-6.9c-4.1-0.3-7.2-3.9-6.9-8 0.3-4.1 3.9-7.2 8-6.9l80.8 6 8.9-26.8c1.3-3.9 5.6-6.1 9.5-4.7 3.9 1.3 6.1 5.6 4.7 9.5l-12.5 37.8zM514.5 768.6c-3.3 0-6.4-2.2-7.3-5.6-1-4 1.4-8.1 5.4-9.1l98.1-25.6c4-1.1 8.1 1.4 9.1 5.4s-1.4 8.1-5.4 9.1l-98.1 25.6c-0.5 0.2-1.2 0.2-1.8 0.2z"
fill="#FFFFFF" p-id="30900"></path>
<path
d="M485.7 754.1c-3.3 0-6.4-2.2-7.3-5.6-1-4 1.4-8.1 5.4-9.1l98.1-25.6c4-1 8.1 1.4 9.1 5.4s-1.4 8.1-5.4 9.1l-98.1 25.6c-0.5 0.1-1.2 0.2-1.8 0.2z"
fill="#FFFFFF" p-id="30901"></path>
<path
d="M592.6 770.5c-1.1 0-2.3-0.3-3.4-0.8L524 736.8c-3.7-1.9-5.2-6.4-3.3-10.1 1.9-3.7 6.4-5.2 10.1-3.3l65.2 32.9c3.7 1.9 5.2 6.4 3.3 10.1-1.3 2.6-4 4.1-6.7 4.1z"
fill="#FFFFFF" p-id="30902"></path>
<path
d="M656.8 69c-103.4 0-187.4 84.1-187.4 187.4s84.1 187.4 187.4 187.4 187.4-84 187.4-187.4S760.1 69 656.8 69z m0 340.8c-84.5 0-153.3-68.8-153.3-153.3s68.8-153.3 153.3-153.3S810.1 172 810.1 256.5s-68.8 153.3-153.3 153.3z"
fill="#4C6070" p-id="30903"></path>
<path
d="M656.8 256.4m-133.8 0a133.8 133.8 0 1 0 267.6 0 133.8 133.8 0 1 0-267.6 0Z"
fill="#FFBD5C" p-id="30904"></path>
<path
d="M714.8 262.4c8.3 0 15-6.7 15-15s-6.7-15-15-15h-29.9l41.4-49.4c5.3-6.4 4.5-15.8-1.9-21.1s-15.8-4.5-21.1 1.9L659 216.6l-46.1-53.1c-5.4-6.3-14.9-6.9-21.2-1.5s-6.9 14.9-1.5 21.2l42.8 49.2h-31.4c-8.3 0-15 6.7-15 15s6.7 15 15 15h41.6v22.9h-41.6c-8.3 0-15 6.7-15 15s6.7 15 15 15h41.6v32.9c0 8.3 6.7 15 15 15s15-6.7 15-15v-32.9h41.6c8.3 0 15-6.7 15-15s-6.7-15-15-15h-41.6v-22.9h41.6z"
fill="#4C6070" p-id="30905"></path>
</svg>
</div>
</div>
</div>
</div>
</div>
<div class="layui-col-xs12 layui-col-md6">
<div class="layui-card top-panel">
<div class="layui-card-header">七月支付订单(笔)</div>
<div class="layui-card-body">
<div class="layui-row layui-col-space5">
<div class="layui-col-xs8 layui-col-md8 top-panel-number" style="color: #28333E;"
id="value4">
0
</div>
<div class="layui-col-xs4 layui-col-md4 top-panel-tips">
<svg t="1724233865154" class="icon" viewBox="0 0 1024 1024" version="1.1"
xmlns="http://www.w3.org/2000/svg" p-id="1418" width="128" height="128">
<path
d="M888.6 697.8H150.9V246.2c0-17.6 14.4-32 32-32h673.6c17.6 0 32 14.4 32 32l0.1 451.6z m-687.7-40h637.6c5.5 0 10-4.5 10-10V264.2c0-5.5-4.5-10-10-10H200.9c-5.5 0-10 4.5-10 10v383.6c0 5.5 4.5 10 10 10z"
fill="#4C6070" p-id="1419"></path>
<path
d="M867.2 701c-1-2-3.1-3.2-5.3-3.2h-680c-4.8 0-9.3 2.7-11.5 7l-29 55.6c-3.5 6.7 1.4 14.6 8.9 14.6h739c7.5 0 12.3-8 8.9-14.6l-31-59.4z"
fill="#FFBD5C" p-id="1420"></path>
<path
d="M941.4 756.7l-0.4-0.7-53.2-98c-0.1-0.1-0.2-0.2-0.4-0.2H152.1c-0.2 0-0.3 0.1-0.4 0.2l-53.2 98-0.4 0.7c-6.2 12-5.9 26 0.6 37.7 7.2 12.9 21.1 20.6 35.9 20.6h771.2c14.1 0 26.8-7.2 34.1-19.2 7.4-12 7.9-26.6 1.5-39.1zM889.2 775h-739c-7.5 0-12.3-8-8.9-14.6l29-55.6c2.2-4.3 6.7-7 11.5-7h679.9c2.2 0 4.3 1.2 5.3 3.2l30.9 59.4c3.7 6.6-1.2 14.6-8.7 14.6z"
fill="#4C6070" p-id="1421"></path>
<path
d="M644.4 788H395.1c-5.8-1-10.6-5.7-10.6-11.6v-14.8c0-5.8 4.7-10.6 10.6-10.6h249.2c5.8 0 10.6 4.7 10.6 10.6v14.8c0 5.9-4.7 10.6-10.5 11.6z"
fill="#4C6070" p-id="1422"></path>
<path
d="M365.2 353c-49 9.5-85.3 53.1-84.6 104.2 0.4 27.2 11.3 52.9 30.7 72.3s45.1 30.3 72.3 30.7c51.1 0.7 94.7-35.6 104.2-84.6H365.2V353z"
fill="#FFBD5C" p-id="1423"></path>
<path
d="M521.7 445c-5.5-5.9-13.2-9.3-21.3-9.3h-95.2v-95.2c0-8-3.4-15.8-9.3-21.3s-14-8.3-22-7.6c-75.8 5.9-134.3 70.1-133.3 146.2 0.5 37.7 15.6 73.2 42.4 100.1 26.8 26.8 62.4 41.9 100.1 42.4h2c75.2 0 138.3-58.2 144.2-133.3 0.6-8.1-2.2-16.1-7.6-22zM375.4 331.5z m8.3 228.7c-27.2-0.4-52.9-11.3-72.3-30.7s-30.3-45.1-30.7-72.3c-0.7-51 35.6-94.7 84.6-104.2v122.7H488c-9.6 48.9-53.2 85.3-104.3 84.5zM606.1 383.6c-11 0-19.9-8.8-20-19.8s8.8-20.1 19.8-20.2l166.5-1.5h0.2c11 0 19.9 8.8 20 19.8s-8.8 20.1-19.8 20.2l-166.5 1.5h-0.2zM606.1 473.9c-11 0-19.9-8.8-20-19.8s8.8-20.1 19.8-20.2l166.5-1.5h0.2c11 0 19.9 8.8 20 19.8s-8.8 20.1-19.8 20.2l-166.5 1.5h-0.2zM606.1 564.2c-11 0-19.9-8.8-20-19.8s8.8-20.1 19.8-20.2l166.5-1.5h0.2c11 0 19.9 8.8 20 19.8s-8.8 20.1-19.8 20.2l-166.5 1.5h-0.2z"
fill="#4C6070" p-id="1424"></path>
</svg>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="layui-col-xs6 layui-col-md3">
<div class="layui-card top-panel">
<div class="layui-card-header">提交次数</div>
<div class="layui-card-body">
<div class="layui-row layui-col-space5">
<div class="layui-col-xs8 layui-col-md8 top-panel-number" style="color: #28333E;"
id="value2">
0
</div>
<div class="layui-col-xs4 layui-col-md4 top-panel-tips">
<svg t="1591462430908" class="icon" viewBox="0 0 1024 1024" version="1.1"
xmlns="http://www.w3.org/2000/svg" p-id="3170" width="200" height="200">
<path
d="M532 784.2c0 24.4-19.8 44.3-44.3 44.3s-44.3-19.8-44.3-44.3c0-24.4 44.3-80.3 44.3-80.3s44.3 55.8 44.3 80.3zM766 784.2c0 24.4 19.8 44.3 44.3 44.3 24.4 0 44.3-19.8 44.3-44.3 0-24.4-44.3-80.3-44.3-80.3S766 759.7 766 784.2z"
fill="#97DCFF" p-id="3171"></path>
<path
d="M123.5 471.3c-9.9 0-18-8.1-18-18v-302c0-9.9 8.1-18 18-18h58c9.9 0 18 8.1 18 18v302c0 9.9-8.1 18-18 18h-58z"
fill="#FCC66F" p-id="3172"></path>
<path
d="M181.5 151.3v302h-58v-302h58m0-36h-58c-19.9 0-36 16.1-36 36v302c0 19.9 16.1 36 36 36h58c19.9 0 36-16.1 36-36v-302c0-19.8-16.1-36-36-36z"
fill="#453B56" p-id="3173"></path>
<path d="M266.4 210.7m-18 0a18 18 0 1 0 36 0 18 18 0 1 0-36 0Z" fill="#453B56"
p-id="3174"></path>
<path
d="M430.8 641.1c-9.9 0-18-8.1-18-18v-21.6c0-130.3 106-236.3 236.3-236.3s236.3 106 236.3 236.3v21.6c0 9.9-8.1 18-18 18H430.8z"
fill="#FCC66F" p-id="3175"></path>
<path
d="M649 383.2c-5 0-10 0.2-15 0.6 113.5 7.7 203.3 102.2 203.3 217.7v21.6h30v-21.6c0-120.6-97.7-218.3-218.3-218.3z"
fill="#FFD79C" p-id="3176"></path>
<path
d="M419.6 694.4c-22.1 0-40.1-18-40.1-40.1s18-40.1 40.1-40.1h458.8c22.1 0 40.1 18 40.1 40.1s-18 40.1-40.1 40.1H419.6z"
fill="#F56E73" p-id="3177"></path>
<path
d="M878.4 632.3h-30c12.2 0 22.1 9.9 22.1 22.1s-9.9 22.1-22.1 22.1h30c12.2 0 22.1-9.9 22.1-22.1s-9.9-22.1-22.1-22.1z"
fill="#FFA1A8" p-id="3178"></path>
<path
d="M693.3 846.4c0 24.4-19.8 44.3-44.3 44.3-24.4 0-44.3-19.8-44.3-44.3s44.3-80.3 44.3-80.3 44.3 55.9 44.3 80.3z"
fill="#97DCFF" p-id="3179"></path>
<path
d="M649 908.7c-34.3 0-62.3-27.9-62.3-62.3 0-28.5 36.9-77.2 48.1-91.4 3.4-4.3 8.6-6.8 14.1-6.8s10.7 2.5 14.1 6.8c11.3 14.2 48.1 62.9 48.1 91.4 0.2 34.3-27.8 62.3-62.1 62.3z m0-112.3c-14.1 20.4-26.3 41.9-26.3 50 0 14.5 11.8 26.3 26.3 26.3s26.3-11.8 26.3-26.3c0-8.1-12.1-29.6-26.3-50z"
fill="#453B56" p-id="3180"></path>
<path
d="M903.3 601.9v-0.5c0-134.1-104.4-244.3-236.3-253.6v-30.7c0-68.7-55.9-124.6-124.6-124.6H326.5c-9.9 0-18 8.1-18 18s8.1 18 18 18h215.9c48.8 0 88.6 39.7 88.6 88.6v30.7c-131.8 9.3-236.3 119.4-236.3 253.6v0.5c-19.6 9.3-33.2 29.3-33.2 52.4 0 32 26 58.1 58.1 58.1H459c-14.8 21-33.5 51.5-33.5 71.8 0 34.3 27.9 62.3 62.3 62.3 34.3 0 62.2-27.9 62.2-62.3 0-20.3-18.6-50.7-33.5-71.8h264.9c-14.8 21-33.5 51.5-33.5 71.8 0 34.3 27.9 62.3 62.3 62.3 34.3 0 62.3-27.9 62.3-62.3 0-20.3-18.6-50.7-33.5-71.8h39.4c32 0 58.1-26 58.1-58.1 0-23.1-13.6-43-33.2-52.4zM487.8 810.4c-14.5 0-26.3-11.8-26.3-26.3 0-8.1 12.1-29.6 26.3-50 14.1 20.4 26.2 41.9 26.2 50 0 14.5-11.8 26.3-26.2 26.3z m322.5 0c-14.5 0-26.3-11.8-26.3-26.3 0-8.1 12.1-29.6 26.3-50 14.1 20.4 26.3 41.9 26.3 50-0.1 14.5-11.9 26.3-26.3 26.3zM649 383.2c118.8 0 215.4 94.9 218.1 213.1H430.9c2.8-118.1 99.3-213.1 218.1-213.1z m251.5 271.1c0 12.2-9.9 22.1-22.1 22.1H419.6c-12.2 0-22.1-9.9-22.1-22.1 0-12.2 9.9-22.1 22.1-22.1h458.8c12.2 0.1 22.1 10 22.1 22.1z"
fill="#453B56" p-id="3181"></path>
</svg>
<div class="layui-col-xs12 layui-col-md6">
<div class="layui-row layui-col-space10">
<div class="layui-col-xs12 layui-col-md6">
<div class="layui-card top-panel">
<div class="layui-card-header">今日支付宝收款(元)</div>
<div class="layui-card-body">
<div class="layui-row layui-col-space5">
<div class="layui-col-xs8 layui-col-md8 top-panel-number" style="color: #28333E;"
id="value1">
0
</div>
<div class="layui-col-xs4 layui-col-md4 top-panel-tips">
<svg t="1724233979410" class="icon" viewBox="0 0 1024 1024" version="1.1"
xmlns="http://www.w3.org/2000/svg" p-id="96986" width="128" height="128">
<path
d="M1023.998645 722.823529c-41.968941-13.025882-298.736941-91.226353-359.04753-113.408C704.510645 540.536471 732.188762 462.381176 752.95488 376.470588H527.072527v-75.294117h271.043765v-45.176471H527.072527V120.470588h-103.107765C406.601939 120.470588 406.601939 135.529412 406.601939 135.529412v120.470588H135.543115v45.176471h271.058824v75.294117H180.719586v45.176471h436.705882c-15.856941 54.784-33.942588 103.664941-59.075764 150.437647C461.144998 539.542588 406.601939 511.277176 287.396292 499.952941 61.257939 478.373647 9.124292 609.912471 1.022645 686.923294-11.220179 804.171294 87.520527 903.529412 240.95488 903.529412c153.404235 0 258.861176-75.158588 356.080941-194.529883C721.602409 769.249882 1023.998645 903.529412 1023.998645 903.529412V722.823529z m-796.325647 102.957177c-162.123294 0-187.798588-103.785412-179.154824-147.169882C56.966174 635.376941 105.621233 575.247059 195.778409 575.247059c103.559529 0 189.801412 32.331294 301.176471 87.341176-78.215529 103.288471-169.502118 163.192471-269.281882 163.192471z"
fill="#00A1E9" p-id="96987"></path>
</svg>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="layui-col-xs6 layui-col-md3">
<div class="layui-card top-panel">
<div class="layui-card-header">下载数量</div>
<div class="layui-card-body">
<div class="layui-row layui-col-space5">
<div class="layui-col-xs8 layui-col-md8 top-panel-number" style="color: #28333E;"
id="value3">
0
</div>
<div class="layui-col-xs4 layui-col-md4 top-panel-tips">
<svg t="1591462464512" class="icon" viewBox="0 0 1024 1024" version="1.1"
xmlns="http://www.w3.org/2000/svg" p-id="3311" width="200" height="200">
<path
d="M750.4 216.5h-130v-15.3c0-32.9-26.8-59.7-59.7-59.7h-97.3c-32.9 0-59.7 26.8-59.7 59.7v15.3h-130c-30.7 0-55.6 25-55.6 55.6v72.4c0 9.9 8.1 18 18 18h31.5v478c0 23.2 18.8 42 42 42h405c23.2 0 42-18.8 42-42v-478H788c9.9 0 18-8.1 18-18v-72.4c0-30.6-25-55.6-55.6-55.6z"
fill="#FCC66F" p-id="3312"></path>
<path d="M708.5 344.5v496c0 13.3-10.7 24-24 24h30c13.3 0 24-10.7 24-24v-496h-30z"
fill="#FFD79C" p-id="3313"></path>
<path
d="M309.5 882.5c-23.2 0-42-18.8-42-42V596c0-9.9 8.1-18 18-18h36.8c30.2 0 54.8 24.6 54.8 54.8v231.7c0 9.9-8.1 18-18 18h-49.6zM664.9 882.5c-9.9 0-18-8.1-18-18V632.8c0-30.2 24.6-54.8 54.8-54.8h36.8c9.9 0 18 8.1 18 18v244.5c0 23.2-18.8 42-42 42h-49.6z"
fill="#F56E73" p-id="3314"></path>
<path d="M708.5 596v244.5c0 13.3-10.7 24-24 24h30c13.3 0 24-10.7 24-24V596h-30z"
fill="#FFA1A8" p-id="3315"></path>
<path
d="M475.2 882.5c-9.9 0-18-8.1-18-18V632.8c0-30.2 24.6-54.8 54.8-54.8 30.2 0 54.8 24.6 54.8 54.8v231.7c0 9.9-8.1 18-18 18h-73.6z"
fill="#F56E73" p-id="3316"></path>
<path
d="M560.7 159.5h-18c23 0 41.7 18.7 41.7 41.7V221h18v-19.8c-0.1-23-18.7-41.7-41.7-41.7zM750.4 234.5h-30c20.8 0 37.6 16.8 37.6 37.6v72.4h30v-72.4c0-20.8-16.8-37.6-37.6-37.6z"
fill="#FFD79C" p-id="3317"></path>
<path
d="M750.4 198.5H638.2c-1.4-41.6-35.6-75-77.5-75h-97.3c-41.9 0-76.1 33.4-77.5 75H273.6c-40.6 0-73.6 33-73.6 73.6v72.4c0 19.9 16.1 36 36 36h13.5v460c0 33.1 26.9 60 60 60H714.7c33.1 0 60-26.9 60-60v-460H788c19.9 0 36-16.1 36-36v-72.4c0-40.6-33-73.6-73.6-73.6z m-287.1-39h97.3c22.1 0 40.2 17.2 41.5 39H421.8c1.4-21.8 19.4-39 41.5-39z m-104.2 705h-49.6c-13.3 0-24-10.7-24-24V596h36.8c20.3 0 36.8 16.5 36.8 36.8v231.7z m189.7 0h-73.6V632.8c0-20.3 16.5-36.8 36.8-36.8 20.3 0 36.8 16.5 36.8 36.8v231.7z m189.7-24c0 13.3-10.7 24-24 24h-49.6V632.8c0-20.3 16.5-36.8 36.8-36.8h36.8v244.5z m0-280.5h-36.8c-40.1 0-72.8 32.6-72.8 72.8v231.7h-44.2V632.8c0-40.1-32.6-72.8-72.8-72.8-40.1 0-72.8 32.6-72.8 72.8v231.7h-44.2V632.8c0-40.1-32.6-72.8-72.8-72.8h-36.8v-74.5h279c9.9 0 18-8.1 18-18s-8.1-18-18-18h-279v-69h453V560zM788 344.5H236v-72.4c0-20.8 16.8-37.6 37.6-37.6h476.8c20.8 0 37.6 16.8 37.6 37.6v72.4z"
fill="#453B56" p-id="3318"></path>
<path d="M621.8 467.5m-18 0a18 18 0 1 0 36 0 18 18 0 1 0-36 0Z" fill="#453B56"
p-id="3319"></path>
</svg>
<div class="layui-col-xs12 layui-col-md6">
<div class="layui-card top-panel">
<div class="layui-card-header">今日微信收款(元)</div>
<div class="layui-card-body">
<div class="layui-row layui-col-space5">
<div class="layui-col-xs8 layui-col-md8 top-panel-number" style="color: #28333E;"
id="value1">
0
</div>
<div class="layui-col-xs4 layui-col-md4 top-panel-tips">
<svg t="1724234075009" class="icon" viewBox="0 0 1024 1024" version="1.1"
xmlns="http://www.w3.org/2000/svg" p-id="97947" width="128" height="128">
<path
d="M910.1 317.5l-516 298-3.1 2.1c-4.1 2.1-8.3 3.1-13.5 3.1-11.4 0-20.8-6.2-26-15.6l-2.1-4.1-82-178.7c-1-2.1-1-4.1-1-6.2 0-8.3 6.2-14.6 14.6-14.6 3.1 0 6.2 1 9.3 3.1l96.6 68.6c7.2 4.1 15.6 7.2 24.9 7.2 5.2 0 10.3-1 15.6-3.1l452.8-201.5C799.2 180.4 665.3 118 513.6 118 266.5 118 65 285.3 65 491.9c0 112.1 60.2 213.9 154.7 282.5 7.2 5.2 12.4 14.6 12.4 23.9 0 3.1-1 6.2-2.1 9.3-7.2 28-19.8 73.8-19.8 75.8-1 3.1-2.1 7.2-2.1 11.4 0 8.3 6.2 14.6 14.6 14.6 3.1 0 6.2-1 8.3-3.1l97.6-57.1c7.2-4.1 15.6-7.2 23.9-7.2 4.1 0 9.3 1 13.5 2.1 45.7 13.5 95.6 20.8 146.5 20.8C759.5 864.8 961 697.5 961 491c0-62.4-18.7-121.5-50.9-173.5z"
fill="#09BB07" p-id="97948"></path>
</svg>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="layui-col-xs6 layui-col-md3">
<div class="layui-card top-panel">
<div class="layui-card-header">流量统计</div>
<div class="layui-card-body">
<div class="layui-row layui-col-space5">
<div class="layui-col-xs8 layui-col-md8 top-panel-number" style="color: #28333E;"
id="value4">
0
<div class="layui-col-xs12 layui-col-md6">
<div class="layui-card top-panel">
<div class="layui-card-header">本月支付宝订单(笔)</div>
<div class="layui-card-body">
<div class="layui-row layui-col-space5">
<div class="layui-col-xs8 layui-col-md8 top-panel-number" style="color: #28333E;"
id="value1">
0
</div>
<div class="layui-col-xs4 layui-col-md4 top-panel-tips">
<svg t="1724234222190" class="icon" viewBox="0 0 1024 1024" version="1.1"
xmlns="http://www.w3.org/2000/svg" p-id="99077" width="128" height="128">
<path
d="M1024 701.013V196.907A196.95 196.95 0 0 0 827.05 0H196.865A196.95 196.95 0 0 0 0 196.864v630.272A196.907 196.907 0 0 0 196.864 1024h630.187a197.12 197.12 0 0 0 193.877-162.133c-52.224-22.614-278.528-120.32-396.416-176.598-89.728 108.715-183.68 173.91-325.333 173.91-141.611 0-236.16-87.211-224.811-194.006 7.51-70.058 55.552-184.618 264.32-164.992 110.037 10.326 160.384 30.848 250.112 60.502 23.21-42.582 42.496-89.43 57.173-139.264H248.021v-39.467h196.864v-70.784H204.8v-43.392h240.128V165.632s2.133-16 19.84-16H563.2v118.187h256v43.349h-256v70.827h208.81a806.016 806.016 0 0 1-84.778 212.65C747.904 616.62 1024 701.056 1024 701.056z m-740.48 90.624c-149.632 0-173.312-94.464-165.376-133.973 7.85-39.253 51.2-90.539 134.4-90.539 95.573 0 181.248 24.448 284.032 74.496C464.384 735.66 375.68 791.637 283.52 791.637z"
fill="#009FE8" p-id="99078"></path>
</svg>
</div>
</div>
</div>
<div class="layui-col-xs4 layui-col-md4 top-panel-tips">
<svg t="1591462491887" class="icon" viewBox="0 0 1024 1024" version="1.1"
xmlns="http://www.w3.org/2000/svg" p-id="3449" width="200" height="200">
<path
d="M363.2 807c-9.9 0-18-8.1-18-18v-75.5c0-9.9 8.1-18 18-18h108.5c9.9 0 18 8.1 18 18V789c0 9.9-8.1 18-18 18H363.2z"
fill="#F56E73" p-id="3450"></path>
<path d="M441.7 713.5h30V789h-30z" fill="#FFA1A8" p-id="3451"></path>
<path
d="M259.6 398c-9.9 0-18-8.1-18-18V178.6c0-23.8 19.3-43.1 43.1-43.1s43.1 19.3 43.1 43.1V380c0 9.9-8.1 18-18 18h-50.2zM525.1 398c-9.9 0-18-8.1-18-18V178.6c0-23.8 19.3-43.1 43.1-43.1s43.1 19.3 43.1 43.1V380c0 9.9-8.1 18-18 18h-50.2z"
fill="#65C8FF" p-id="3452"></path>
<path
d="M550.2 153.5c-3.2 0-6.2 0.7-9 1.7 9.4 3.6 16.1 12.7 16.1 23.4V380h18V178.6c0.1-13.9-11.2-25.1-25.1-25.1z"
fill="#97DCFF" p-id="3453"></path>
<path
d="M686 330.5H149c-9.9 0-18 8.1-18 18v63c0 9.9 8.1 18 18 18h33.2l45 225c8.7 43.4 47.1 75 91.4 75h197.6c44.3 0 82.7-31.5 91.4-75l45-225H686c9.9 0 18-8.1 18-18v-63c0-9.9-8.1-18-18-18z"
fill="#FCC66F" p-id="3454"></path>
<path
d="M608 411.5L560.1 651c-7 35.2-37.9 60.5-73.8 60.5h30c35.9 0 66.7-25.3 73.8-60.5L638 411.5h-30zM656 348.5h30v63h-30z"
fill="#FFD79C" p-id="3455"></path>
<path d="M474.2 543.5m-18 0a18 18 0 1 0 36 0 18 18 0 1 0-36 0Z" fill="#453B56"
p-id="3456"></path>
<path
d="M416.9 525.5h-125c-9.9 0-18 8.1-18 18s8.1 18 18 18h125c9.9 0 18-8.1 18-18s-8.1-18-18-18zM893 543.5h-33.4c-65.2 0-118.2 53-118.2 118.2v19.6c0 9.9 8.1 18 18 18s18-8.1 18-18v-19.6c0-45.3 36.9-82.2 82.2-82.2H893c9.9 0 18-8.1 18-18s-8-18-18-18zM772.2 744.2c7-7 7-18.4 0-25.5-7-7-18.4-7-25.5 0s-7 18.4 0 25.5 18.4 7.1 25.5 0z"
fill="#453B56" p-id="3457"></path>
<path
d="M759.5 761.6c-9.9 0-18 8.1-18 18v11.6c0 43.7-35.6 79.3-79.3 79.3H487.3c-26.4 0-48.3-19.9-51.4-45.5h35.8c19.9 0 36-16.1 36-36v-41.5h8.6c52.8 0 98.7-37.6 109.1-89.4l42.1-210.6H686c19.9 0 36-16.1 36-36v-63c0-19.9-16.1-36-36-36h-74.6V178.6c0-33.7-27.4-61.1-61.1-61.1s-61.1 27.4-61.1 61.1v133.9H345.9V178.6c0-33.7-27.4-61.1-61.1-61.1s-61.1 27.4-61.1 61.1v133.9H149c-19.9 0-36 16.1-36 36v63c0 19.9 16.1 36 36 36h18.5l42.1 210.6c10.4 51.8 56.2 89.4 109.1 89.4h8.6V789c0 19.9 16.1 36 36 36h36.6c3.3 45.5 41.2 81.5 87.5 81.5h174.8c63.6 0 115.3-51.7 115.3-115.3v-11.6c0-10-8.1-18-18-18z m-234.4-583c0-13.9 11.2-25.1 25.1-25.1s25.1 11.2 25.1 25.1v133.9H525V178.6z m-265.5 0c0-13.9 11.2-25.1 25.1-25.1s25.1 11.2 25.1 25.1v133.9h-50.3V178.6zM149 411.5v-63h537v63H149z m169.7 300c-35.9 0-66.7-25.3-73.8-60.5l-40.7-203.5h426.6L590.1 651c-7 35.2-37.9 60.5-73.8 60.5H318.7z m44.5 77.5v-41.5h108.5V789H363.2z"
fill="#453B56" p-id="3458"></path>
</svg>
</div>
</div>
<div class="layui-col-xs12 layui-col-md6">
<div class="layui-card top-panel">
<div class="layui-card-header">本月微信订单(笔)</div>
<div class="layui-card-body">
<div class="layui-row layui-col-space5">
<div class="layui-col-xs8 layui-col-md8 top-panel-number" style="color: #28333E;"
id="value1">
0
</div>
<div class="layui-col-xs4 layui-col-md4 top-panel-tips">
<svg t="1724234201949" class="icon" viewBox="0 0 1024 1024" version="1.1"
xmlns="http://www.w3.org/2000/svg" p-id="98093" width="128" height="128">
<path
d="M783.058824 0H240.941176C107.866353 0 0 107.866353 0 240.941176v542.117648c0 133.074824 107.866353 240.941176 240.941176 240.941176h542.117648c133.074824 0 240.941176-107.866353 240.941176-240.941176V240.941176c0-133.074824-107.866353-240.941176-240.941176-240.941176zM512 785.121882c-38.174118 0-74.932706-5.315765-109.327059-15.104a138.119529 138.119529 0 0 0-29.620706 8.869647l-67.087059 42.104471c-19.877647 13.296941-26.337882 8.282353-19.380705-15.043765l14.908235-52.630588a84.073412 84.073412 0 0 0-2.725647-30.945882C217.825882 668.370824 165.647059 584.417882 165.647059 490.450824 165.647059 328.146824 321.234824 195.764706 512 195.764706c116.359529 0 219.632941 49.257412 282.488471 124.506353L471.657412 473.6c-22.256941 13.387294-44.513882 16.203294-66.770824-4.216471l-51.471059-46.305882c-23.506824-7.002353-31.849412 0.481882-25.042823 22.452706l55.642353 136.116706c12.483765 20.419765 30.960941 27.256471 62.599529 4.201412l374.497883-228.080942c23.792941 39.905882 37.225412 84.992 37.225411 132.668236C858.352941 652.754824 702.765176 785.121882 512 785.121882z"
fill="#59B64C" p-id="98094"></path>
</svg>
</div>
</div>
</div>
</div>
</div>