Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 版块名字跟图标不对齐怎么修改

[复制链接]
╯逢场做戏ゝ 发表于 2011-10-25 09:16:47 | 显示全部楼层 |阅读模式
问题描述
适用版本: Discuz! 7.2
浏览器: 360 
使用模板: 其他模板(请在回帖中说明模板的名称或者是模板的下载地址)
BUG地址: http://www.lhj999.com

如图,请问要怎么修改才能让图标跟 名字跟描述对齐,现在图标是在名字和描述的中间!


现在的代码如下,麻烦高手帮我看下怎么修改!才能让图标=名字+描述+今天主题对齐


  1. <tr>
  2. <td>
  3. $forum[icon]
  4. <div class="left">
  5. <div align="center">
  6. <h2><a href="forumdisplay.php?fid=$forum[fid]" {if $forum[redirect]}target="_blank" {/if}>$forum[name]</a> <!--{if $forum[todayposts]}-->T: <font color="#FF3399">$forum[todayposts]</font><img src="{IMGDIR}/new.gif" align="absmiddle"><!--{else}-->T: <font color="#FF3399">0</font><!--{/if}--> P: <font color="#00CCFF">$forum[threads]</font> R: <font color="#99CC00">$forum[posts]</font></font> <!--{if $forum['moderators']}--><!--{if $moddisplay == 'flat'}--><img src="{IMGDIR}/moderator.gif" title="论坛版主" onclick="toggle_collapse('coll_1');" style="cursor:pointer" /> <em class="moderators" id="coll_1" style="display:none">$forum[moderators]</em><!--{/if}--><!--{/if}--></h2>
  7. <!--{if $forum[description]}--><p>$forum[description]</p><!--{/if}-->
  8. <!--{if $forum['subforums']}--><p>{lang forum_subforums}: $forum['subforums']</p><!--{/if}-->
  9. </div>
  10. </td>
  11. <th class="forumlast"{$forum[folder]}>
  12. <!--{if $forum['permission'] == 1}-->
  13. {lang private_forum}
  14. <!--{else}-->
  15. <!--{if $forum['redirect']}-->
  16. <a href="forumdisplay.php?fid=$forum[fid]">{lang url_link}</a>
  17. <!--{elseif is_array($forum['lastpost'])}-->
  18. <p> <a href="redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost">{echo cutstr($forum[lastpost][subject], 26)}</a></p>
  19. <cite><!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->{lang anonymous}<!--{/if}--> - $forum[lastpost][dateline]</cite>
  20. <!--{else}-->
  21. {lang never}
  22. <p>{lang never}</p>
  23. <!--{/if}-->
  24. <!--{/if}-->
  25. </td>
  26. </tr>
  27. </tbody>
  28. <!--{/loop}-->
  29. <!--{else}-->
  30. <tr class="narrowlist">
  31. <!--{loop $cat['forums'] $forumid}-->
  32. <!--{eval $forum=$forumlist[$forumid];}-->
  33. <!--{if $forum['orderid'] && ($forum['orderid'] % $cat['forumcolumns'] == 0)}-->
  34. </tr></tbody>
  35. <!--{if $forum['orderid'] < $cat['forumscount']}-->
  36. <tbody><tr>
  37. <!--{/if}-->
  38. <!--{/if}-->
  39. <td width="$cat[forumcolwidth]" style="vertical-align: top; background-image: none; padding:8px !important;">
  40. <div style="width:100%; "><div style="float:left; "><h2><a href="forumdisplay.php?fid=$forum[fid]" {if $forum[redirect]}target="_blank" {/if}>$forum[name]</a></h2></div><div style="float:right; "><!--{if $forum['moderators']}--><!--{if $moddisplay == 'flat'}--><img src="{IMGDIR}/moderator.gif" title="论坛版主" onclick="toggle_collapse('coll_2');" style="cursor:pointer" /> <em class="moderators" id="coll_2" style="display:none">$forum[moderators]</em><!--{/if}--><!--{/if}-->
  41. <!--{if $forum[todayposts]}-->
  42. <!--{else}-->
  43. <!--{/if}--></div></div>
  44. $forum[icon]
  45. <!--{if $forum[description]}--><div style="width:100%; ">$forum[description]</div><!--{/if}-->
  46. <!--{if $forum['subforums']}--><div style="width:100%; ">{lang forum_subforums}: $forum['subforums']</div><!--{/if}-->
  47. <!--{if $forum[todayposts]}-->今天: <font color="#FF3399">$forum[todayposts]</font><img src="{IMGDIR}/new.gif" align="absmiddle"><!--{else}-->今天: <font color="#FF3399">0</font><!--{/if}--> 主题: <font color="#00CCFF">$forum[threads]</font> 帖数: <font color="#99CC00">$forum[posts]</font></font>
  48. <ul style="background-image: url(images/listbg_li.gif); padding:1px 2px 0px 10px; list-style-type: none; line-height: 20px; clear: both; margin:8px 0; ">
  49. <!--{loop ${"new_no".$forum[fid]."_threadlist"} $row}-->
  50. <div style="overflow: hidden; height:20px; width:100%"><small style="float:right; color:#9C8B88; margin: 0 0 0 5px">$row['date']</small><a href="viewthread.php?tid=$row[tid]" title="$row[subject]" target='_self'>$row[view_subject]</a></div>
  51. <!--{/loop}-->
  52. </ul>
  53. </td>
复制代码

 楼主| ╯逢场做戏ゝ 发表于 2011-10-25 11:20:56 | 显示全部楼层
没有人帮忙下啊~自己顶下~
回复

使用道具 举报

haorena 发表于 2011-10-25 16:14:21 | 显示全部楼层
好贴支持,顶顶!!!!!!
回复

使用道具 举报

cnfood 发表于 2011-10-25 17:05:48 | 显示全部楼层
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-29 16:27 , Processed in 0.038847 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表