以下修改实现如下功能: 如果同时显示本版规则, 版主推荐的帖子单列显示;如果不显示本版规则 ,则双列显示。
1. 打开templates/default/css.htm,
查找:
复制内容到剪贴板
代码:#recommendlist { } #recommendlist li { float: left; white-space: nowrap; width: 24.9%; overflow: hidden; text-indent: 12px; background: url({IMGDIR}/arrow_right.gif) no-repeat 2px 7px; } #recommendlist.rules li { width: 49%; } 把其中的width: 24.9%改为: width: 49% 把width: 49% 改为:width: 99%
2. 后台更新css文件缓存。完毕! |