mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-09-17 17:26:40 +08:00
一些UI改动
This commit is contained in:
parent
d6096d6ad9
commit
e9147a49b4
BIN
public/static/img/csdn.png
Normal file
BIN
public/static/img/csdn.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
public/static/img/gitee.png
Normal file
BIN
public/static/img/gitee.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
BIN
public/static/img/github.png
Normal file
BIN
public/static/img/github.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
@ -326,8 +326,9 @@
|
|||||||
class="pear-btn pear-btn-warming layui-btn-fluid"
|
class="pear-btn pear-btn-warming layui-btn-fluid"
|
||||||
style="margin-top: 8px;height: 50px;line-height: 50px;">项目地址</a>
|
style="margin-top: 8px;height: 50px;line-height: 50px;">项目地址</a>
|
||||||
<br />
|
<br />
|
||||||
<a href="javascript:alert('正在搭建中!')" class="pear-btn pear-btn-danger layui-btn-fluid"
|
<a target="_blank" href="https://f0bmwzqjtq2.feishu.cn/wiki/JmUTwOYdfix8T1k9IGlcs4jynsd"
|
||||||
style="margin-top: 8px;height: 50px;line-height: 50px;">演示站点</a>
|
class="pear-btn pear-btn-danger layui-btn-fluid"
|
||||||
|
style="margin-top: 8px;height: 50px;line-height: 50px;">使用文档</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -373,7 +374,7 @@
|
|||||||
count = layui.count,
|
count = layui.count,
|
||||||
dropdown = layui.dropdown,
|
dropdown = layui.dropdown,
|
||||||
util = layui.util;
|
util = layui.util;
|
||||||
// echarts = layui.echarts;
|
// echarts = layui.echarts;
|
||||||
|
|
||||||
count.up("today_income", { time: 3000, num: parseFloat('<?php echo $today_income ?>'), bit: 2, regulator: 100 })
|
count.up("today_income", { time: 3000, num: parseFloat('<?php echo $today_income ?>'), bit: 2, regulator: 100 })
|
||||||
count.up("yesterday_income", { time: 3000, num: parseFloat('<?php echo $yesterday_income ?>'), bit: 2, regulator: 100 })
|
count.up("yesterday_income", { time: 3000, num: parseFloat('<?php echo $yesterday_income ?>'), bit: 2, regulator: 100 })
|
||||||
|
Loading…
Reference in New Issue
Block a user