花晨月夕
专注web开发,可开发网站、小程序、app、oa、erp等各种系统
想把应用中心购买的用户中心插件,转到可风网的帐号下
2024-02-21 16:37:20
QQ和微信都没有收到你的消息,无法转,zblog购买有25%的是手续费
2024-01-22 13:23:07
需要用css隐藏
在主题配置-其他配置-自定义css加入下面代码:
[code:css].article-header .article-meta .item:first-child{display:none}[/code]
2024-01-10 17:13:45
可以在用户中心配置-销售配置中自定义css
修改其中的颜色代码
[code:css].lcp-article-name {
background: linear-gradient(97.24deg,#525252 5.8%,#838383 97.62%);
}
.lcp-article-area {
background-color: #1e9fff;
}[/code]
这里有常见的颜色代码 https://www.w3school.com.cn/cssref/css_colors.asp