花晨月夕
专注web开发,可开发网站、小程序、app、oa、erp等各种系统
Nice主题主页的分类展示展示的文章板块会因文章内容显示大小不一致
2026-08-10 09:55:19
@娱乐一下丶css看起来没问题,那就检查一下你的浏览器插件,或者直接换个浏览器看看
2026-08-10 09:47:20
演示站正常 https://nice.kefeng.vip/
检查你的主题是否是自定义了css而导致的内容高度问题
2026-07-28 22:39:12
用户中心配置-其他配置-用户中心自定义style,填写下面的代码:
[code:css].user-index + div > div:nth-child(1),.user-index + div > div:nth-child(2){display:none}[/code]
2026-07-09 16:20:30
@tel_7bb4fd60用这个代码,另外,js代码不能访问head,否则不生效,要放在页面结尾
[code:css].lcp-article-files:before{display:none}
.lcp-article-files .lcp-article-file{transform: none!important;position: relative!important;left: 0!important;top:auto!important;width: 100%!important;}
.lcp-article-files:not(.lcp-article-hasPermission):hover .lcp-article-download-btn{bottom: -12px!important;}[/code]
2026-07-04 22:35:06
只能配置让购买区域显示在附件下方
在你主题自定义css的地方填写下面css代码:
[code:css].lcp-article-files:before{display:none}
.lcp-article-files .lcp-article-file{transform: none!important;position: relative;left: 0;top:auto;width: 100%;}
.lcp-article-files:not(.lcp-article-hasPermission):hover .lcp-article-download-btn{bottom: -12px;}[/code]
在你网站版权的地方填写下面代码:
[code:html]<script>document.querySelector('.lcp-article-cutsom') && document.querySelectorAll('.lcp-article-download-btn').forEach(v => v.addEventListener('click', () => lcp.alert('请先在下面操作购买')))</script>[/code]
效果如图
[img]https://kfuu.cn/zb_users/upload/2026/07/20260704223404178317564446926.png[/img]
2026-07-03 15:13:15
也许是虎皮椒服务器无法通知到你网站,处理方法:https://kfuu.cn/qanda/zblog/354.html
2026-06-21 22:57:00
@石石还真是,修改文件/zb_users/theme/Nice/class/main.php 1181行
把
$c->Code = $this->MakeRandStr(8);
改为
$c->Code = mt_rand(100000000, 99999999);
[img]https://kfuu.cn/zb_users/upload/2026/06/20260621225659178205381977498.png[/img]


