专注web开发10年
花晨月夕
花晨月夕
专注web开发,可开发网站、小程序、app、oa、erp等各种系统
花晨月夕
2020-11-10 09:52:44
@花晨月夕这里设计的初衷就是管理员手动为用户消费,按你说的,那操作后累计消费就是负数了
花晨月夕
2020-11-09 21:16:22

这里就应该产生记录,用户在流水里也能看到,不然没有记录余额就少了,这样的程序,对吗?假如你支付宝账户余额少了,又没有消费记录,你不慌吗?你要想神不知鬼不觉的余额减少,那就只能在数据库里改。

花晨月夕
2020-11-09 21:13:57

已修复

花晨月夕
2020-09-06 10:51:27

未来N个月

花晨月夕
2020-08-01 12:43:52

主题配置-其它配置-自定义css

.widget .entry-media{display:none}
.cao-widget-posts .posts .left {padding: 10px 0 5px 10px;padding-left: 22px;position: relative;border-bottom:none}
.cao-widget-posts .posts .num{position: absolute;left: 2px;font-weight: 600;}
.cao-widget-posts .posts .left a{height:auto;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.cao-widget-posts .posts .left:nth-child(1) .num{color:#F44336;}
.cao-widget-posts .posts .left:nth-child(2) .num{color:#4CAF50;}
.cao-widget-posts .posts .left:nth-child(3) .num{color:#FFC107;}
.cao-widget-posts .posts .left:nth-child(4) .num{color:#00BCD4;}
.cao-widget-posts .posts .left:nth-child(5) .num{color:#2196F3;}
.cao-widget-posts .posts .left:nth-child(6) .num{color:#E91E63;}
.cao-widget-posts .posts .left:nth-child(7) .num{color:#34495e;}
.cao-widget-posts .posts .left:nth-child(8) .num{color:#f4e3ab;}

网站设置-版权说明

<script>$('#hotposts .left').each(function(k){$(this).prepend('<span class="num">'+(++k)+'</span>')});$('#relatedpost .left').each(function(k){$(this).prepend('<span class="num">'+(++k)+'</span>')});</script>

效果图:

image.png

花晨月夕
2020-07-30 17:37:49

不能,不过以后可以新增一个扩展,来实现

花晨月夕
2020-07-29 13:52:43

在17行</ul>后面加上</div>

花晨月夕
2020-07-24 20:31:43

你说标签指的是文章标签?你想怎么调用?归档为什么要文章标签?

花晨月夕
2020-07-02 10:08:22

ue好像没有直接的方法能自定义上传目录的功能。

想自定义那就只能用原始的方法了,可以参考这个

https://www.w3school.com.cn/php/php_file_upload.asp

花晨月夕
2020-06-22 10:30:34
.navbar li ul li>a {
    padding: 9px 5px;
}

主题配置 - 其它配置 - 自定义css,复制到里面