discuz自定义模块更换帖子列表标题样式
效果图如下:
实现步骤如下:
依次
在7步的框里(清空原来的代码)复制粘贴以下红色部分代码
<div class="module cl" style="background-image: url(static/image/bk/list_bg_7ree.gif); background-repeat: no-repeat;padding-left:20px;">
<ul>
[loop]
<div style="margin-left:7px; overflow: hidden;height:19px; word-break:break-all; border-bottom:1px dashed #444444; " id="new_7ree_224687" initialized="true">
<li><a href="{url}"{target}>{title}</a></li>
</div>
[/loop]
</ul>
</div>
然后第8步提交
接下来:
完成。
|