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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已解决] 请教如何取消两边多余的10px

[复制链接]
25857528 发表于 2011-11-4 13:26:50 | 显示全部楼层 |阅读模式
弄了两天了,实在是搞不明白该修改哪里了~请教一下大家!



discuz.htm这段代码如下:
  1.                 <div class="fl bm">
  2.                 <!--{loop $catlist $key $cat}-->
  3.                         <div class="bm bmw {if $cat['forumcolumns']} flg{/if} cl">
  4.                                 <div class="bm_h cl">
  5.                                         <span class="o">
  6.                                                 <img id="category_$cat[fid]_img" src="{IMGDIR}/$cat[collapseimg]" title="{lang spread}" alt="{lang spread}" onclick="toggle_collapse('category_$cat[fid]');" />
  7.                                         </span>
  8.                                         <!--{if $cat['moderators']}--><span class="y">{lang forum_category_modedby}: $cat[moderators]</span><!--{/if}-->
  9.                                         <!--{eval $caturl = !empty($cat['domain']) && !empty($_G['setting']['domain']['root']['forum']) ? 'http://'.$cat['domain'].'.'.$_G['setting']['domain']['root']['forum'] : '';}-->
  10.                                         <h2><a href="{if !empty($caturl)}$caturl{else}forum.php?gid=$cat[fid]{/if}" style="{if $cat[extra][namecolor]}color: {$cat[extra][namecolor]};{/if}">$cat[name]</a></h2>
  11.                                 </div>
  12.                                 <div id="category_$cat[fid]" class="bm_c" style="$collapse['category_'.$cat[fid]]">
  13.                                         <table cellspacing="0" cellpadding="0" class="fl_tb" border="1px" bordercolor="#DDDDDD">
  14.                                                 <tr>
  15.                                                 <!--{loop $cat[forums] $forumid}-->
  16.                                                 <!--{eval $forum=$forumlist[$forumid];}-->
  17.                                                 <!--{eval $forumurl = !empty($forum['domain']) && !empty($_G['setting']['domain']['root']['forum']) ? 'http://'.$forum['domain'].'.'.$_G['setting']['domain']['root']['forum'] : 'forum.php?mod=forumdisplay&fid='.$forum['fid'];}-->
  18.                                                 <!--{if $cat['forumcolumns']}-->
  19.                                                         <!--{if $forum['orderid'] && ($forum['orderid'] % $cat['forumcolumns'] == 0)}-->
  20.                                                                 </tr>
  21.                                                                 <!--{if $forum['orderid'] < $cat['forumscount']}-->
  22.                                                                         <tr class="fl_row">
  23.                                                                 <!--{/if}-->
  24.                                                         <!--{/if}-->

  25.                                                         <td class="fl_g" width="$cat[forumcolwidth]">
  26.                                                                 <div class="fl_icn_g"{if !empty($forum[extra][iconwidth]) && !empty($forum[icon])} style="width: {$forum[extra][iconwidth]}px;"{/if}>
  27.                                                                 <!--{if $forum[icon]}-->
  28.                                                                         $forum[icon]
  29.                                                                 <!--{else}-->
  30.                                                                         <a href="$forumurl"{if $forum[redirect]} target="_blank"{/if}><img src="{IMGDIR}/forum{if $forum[folder]}_new{/if}.gif" alt="$forum[name]" /></a>
  31.                                                                 <!--{/if}-->
  32.                                 <!--{if $forum[todayposts] && !$forum['redirect']}-->
  33.                                     <div class="xw0" title="{lang forum_todayposts}"><div><em>$forum[todayposts]</em></div></div>
  34.                                                                 <!--{/if}-->
  35.                                                                 </div>
  36.                                                                 <dl{if !empty($forum[extra][iconwidth]) && !empty($forum[icon])} style="margin-left: {$forum[extra][iconwidth]}px;"{/if}>
  37.                                                                         <dt><a href="$forumurl"{if $forum[redirect]} target="_blank"{/if}{if $forum[extra][namecolor]} style="color: {$forum[extra][namecolor]};"{/if}>$forum[name]</a></dt>
  38.                                                                         <dd class="xg2">$forum[description]</dd>
  39.                                                                 </dl>
  40.                                                         </td>
  41.                                                 <!--{else}-->
复制代码

extend_common.css代码如下
  1. .wp { margin: 0 auto; }
  2. #wp .wp { width: auto; }
  3. #wp{ margin:0 auto 10px auto;}

  4. #nv li { float: left; padding-right: 1px; height: 33px; line-height: 33px; background: url({IMGDIR}/nv_a.png) no-repeat 100% 0; font-weight: normal; font-size: 12px; }
  5. #nv li a:hover { color:#f8f8f8; text-decoration:none; background: url({IMGDIR}/nv_a.png) no-repeat 50% -66px; }
  6. #nv li.a a:hover { background: url({IMGDIR}/nv_a.png) no-repeat 50% -99px; color:{LINK}; }

  7. #toptb { line-height: 30px;}
  8. #toptb a { float: left; padding: 0 4px; height: 30px; }
  9. .toptba a{ color:#e6e6e6;}
  10. .toptba a:hover{ color:#ccc; text-decoration:none;}

  11. #hd .wp { padding:0; }

  12. #scbar { height: 44px; border: solid {SPECIALBG}; border-width:0; background: url({IMGDIR}/search.png) repeat-x 0 0; line-height: 44px; overflow: hidden; }

  13. #qmenu { float: right; text-shadow: none; font-weight: normal; display: inline; margin: 3px 4px 0; padding: 0 12px 0 0; width: 83px; height: 26px; background: url({IMGDIR}/qmenu.png) no-repeat 0 0; line-height: 26px; text-align: center; color: {HIGHLIGHTLINK}; overflow: hidden; }

  14. /* 菜单横排 */
  15. #mu ul { padding:10px 0; overflow:hidden; background: url({IMGDIR}/mu_bg.png) no-repeat 0 100%; line-height: 22px; z-index: 2; font-size: 12px; }
  16. #mu li { float: left; height: 28px; overflow:hidden; }

  17. /* 二级导航广告 */
  18. .a_mu_box{ margin:10px 0 5px 0;}
  19. .a_mu { border: solid {COMMONBORDER}; border-width:1px; background: {COMMONBG}; }

  20. /* 格子广告 */ .a_t { overflow:hidden; margin-bottom: 10px; }
  21. /* 页头广告 */ .a_h { margin:0 auto 10px auto;}

  22. /* 版块头样式 */
  23. .fl .bm_h { border-width: 0; background: url({IMGDIR}/ftbg.png) no-repeat left top; border-color: {SPECIALBORDER};}
  24. .fl .bm_h h2{ margin:0 0 0 0px;}
  25. .fl .bm_h .o { float: right; width: 30px; height:31px; background: url({IMGDIR}/ftbg.png) no-repeat right top;}
  26. .bm_h .o img { float: right; margin:11px 10px 0 0;cursor: pointer; }
  27. .bm_h { padding: 0 0 0 10px; height: 31px; border-top: 1px solid #DDDCDD; border-bottom: 1px solid {CONTENTSEPARATE}; background: {COMMONBG}; line-height: 31px; white-space: nowrap; overflow: hidden; }

  28. .bm_h .y{ margin:0 10px 0 0;}

  29. /* 区块 */
  30. .fl { border: 0px solid {COMMONBORDER}; border-top: none; background: {WRAPBG}; }
  31. .fl .bm { margin-bottom: 0; border: none; }
  32. #online .bm_c, .lk .bm_c {  background: url({IMGDIR}/bm_c_bg.png) repeat-x 0 0; padding-top: 0; padding-bottom: 0; padding-top: 0; padding-bottom: 0; }

  33. /* 发表回复 */
  34. .pnc, a.pnc { border-color: #525252; background-color: #e5ab84; background-position: 0 -48px; color: #FFF !important; }

  35. /*外部框架*/
  36. .wp2{ width:980px; overflow:hidden; margin:0 auto; }
  37. .wp3{ margin:0 10px;}
  38. .wp4{ width:100%; background:#fff; }
  39. .wp5{ width:980px; overflow:hidden; margin:0 auto; }
  40. .wp6{ overflow:hidden; margin:0 10px; }
  41. .wp7{ margin:0;}
  42. .wp8{ margin:0;}

  43. /* 颜色切换 */
  44. #sslct_menu { padding:0 0 0 30px;}
  45. .sslct_showbox{ overflow:hidden; height:24px; background:#fff; }
  46. .sslct_btn { float: left; margin: 4px 5px 0 0; width: 12px; height: 12px; border: 1px solid {COMMONBORDER}; cursor: pointer; }
  47. .sslct_btn i { float: left; display: inline; margin: 1px; width: 10px; height: 10px; background: #000000; overflow: hidden; font-style: normal; }

  48. /* 阴影框架 */
  49. .shadowbox{ width:1000px; height:100%; margin:0 auto; }
  50. .shadow_lft{ overflow:hidden; width:auto; height:100%; background:url({IMGDIR}/shadow.png) right repeat-y;}
  51. .shadow_rgt{ overflow:hidden; width:auto; height:100%; background:url({IMGDIR}/shadow.png) left repeat-y;}

  52. .ie6 .shadow_lft{ overflow:hidden; width:auto; height:100%; background:none;}
  53. .ie6 .shadow_rgt{ overflow:hidden; width:auto; height:100%; background:none;}

  54. .mainbox{ width:980px; margin:0 auto; overflow:hidden; background:#fff; }

  55. .yjtopbox{ height:10px; line-height:10px; overflow:hidden;}
  56. .yjtop_l{ height:10px; overflow:hidden; background: url({IMGDIR}/yjtop.png) no-repeat left top;}
  57. .yjtop_r{ float:right; width:10px; height:10px; _margin:0 0 0 -3px; overflow:hidden; background: url({IMGDIR}/yjtop.png) no-repeat right -20px;}

  58. /* 新增样式 */
  59. .tophdbg{ height:100%; overflow:hidden;}
  60. .tophdbg_t{ padding:100px 0 0 0; height:100%; overflow:hidden; background: url({IMGDIR}/tophdbg_t.png) repeat-x 0 0;}
  61. .tophdbg_b{ padding:0 0 200px 0; height:100%; overflow:hidden; background:#fff url({IMGDIR}/tophdbg_b.png) repeat-x 0 bottom;}

  62. /* 底部 */
  63. .ftbox{ padding: 0 0 0 0; height:96px; background:{HEADERBGCOLOR};}
  64. .ftwp{ overflow:hidden; height:54px; background: url({IMGDIR}/ft_yjbox_bg.png) repeat-x 0 -108px;}
  65. #ft{ width:auto; overflow:hidden; padding:5px 0 0 0; border-top: 0px solid {COMMONBORDER}; line-height: 1.8; color: {FOOTERTEXT};}
  66. .ft_yjbox{ width:980px; height:54px; overflow:hidden; margin:0 auto; }
  67. .ft_yjbox_l{ float:left; width:10px; height:54px; overflow:hidden; _margin:0 -3px 0 0; background: url({IMGDIR}/ft_yjbox_bg.png) no-repeat left top;}
  68. .ft_yjbox_r{ float:right; width:10px; height:54px; overflow:hidden; _margin:0 0 0 -3px; background: url({IMGDIR}/ft_yjbox_bg.png) no-repeat right -54px;}
复制代码
extend_css_space.css
  1. #toptb a{color:#444; float: left; padding: 0 4px; height: 30px;}
  2. .ftbox{ padding: 0 0 0 0; height:auto; background-color:transparent;}
  3. .ftwp{ background:none;}
  4. .ft_yjbox_l,.ft_yjbox_r{ background:none; display:none;}
复制代码
extend_module.css
  1. #toptb { padding: 0 15px; border-bottom: 1px solid #EFEFEF; }
  2. #toptb a { color:#666; float: left; padding: 0 4px; height: 24px; }
  3. #toptb a.showmenu { padding-right: 15px; }
  4. #toptb a.hover { color:#333; background-color: #FFF; }
复制代码
widthauto.css
  1. .wp2{ width:98%; min-width: 980px; overflow:hidden; margin:0 auto; }
  2. .wp7{ overflow:hidden; margin:0 20px; }

  3. .wp { width:auto; }
  4.         #hd .wp, #wp { min-width: 960px; }
  5. .wp8{ margin:0 auto; clear:both; overflow:hidden;}

  6. .shadowbox{ width:100%; min-width: 980px; height:100%; margin:0 auto; }
  7. .shadow_lft{ width:100%; height:100%; background:none;}
  8. .shadow_rgt{ width:100%; height:100%; background:none;}
  9. .mainbox{ width:98%; min-width: 980px; margin:0 auto; overflow:hidden; background:#fff; }
  10. #toptb { line-height: 30px; min-width: 980px;}
  11. #hd{min-width: 980px;}
  12. .ftbox{ min-width: 980px; padding: 0 0 0 0; height:96px; background:{HEADERBGCOLOR};}

  13. #wp{ margin:0 10px;}
  14. .ft_yjbox{width:98%; height:54px; overflow:hidden; margin:0 auto; background: none;}


  15. .ct2 { margin-right: 235px; }
  16.         .ct2 .sd { margin-right: -235px; }
  17.                 .ie7 .ct2 .sd { margin-left: 15px; }
  18.                 .ie6 .ct2 .sd { padding-left: 15px; position: relative; }
  19.         .ct2 .mn { width: 100%; }

  20. .ct2 #chart, .ct2 #an { margin-right: -235px; }
  21.         .ie6 .ct2 #chart, .ie6 .ct2 #an { position: relative; }

  22. .ct2_a { margin-left: 150px; background-image: none; }
  23.         .ct2_a .appl { margin-left: -150px; {SIDEBGCODE}; }
  24.                 .ie6 .ct2_a .appl { position: relative; }
  25.         .ct2_a .mn { width: 100%; }

  26. #nv, #mu { border-left: 1px solid {COMMONBORDER}; border-right: 1px solid {COMMONBORDER}; }

  27. #nv { background-repeat: repeat-x; background-position: 0 -33px; }

  28. #mu ul { border-bottom: 1px solid {COMMONBORDER}; background-image: none; background-color: {COMMONBG}; }

  29. .pg_post .ct2_a { margin-left: 0; margin-right: 150px; }
  30.         .pg_post .ct2_a .appl { margin-left: 0; margin-right: -150px; background: none; }
  31. .pg_modcp .ct2_a, .pg_announcement .ct2_a { border: none; }
  32.         .pg_modcp .ct2_a .mn, .pg_announcement .ct2_a .mn { margin-right: 0; padding-top: 0; }
复制代码

地址:http://bbs.tusimao.com/forum.php

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
evenzhou 发表于 2011-11-4 13:43:30 | 显示全部楼层
推荐使用firebug查看
是因为定义了 .bm_c 中有padding:10px;
推荐直接在模板中重写样式,因为.bm_c可能是公用的
回复

使用道具 举报

zzhijcy 发表于 2011-11-4 13:39:22 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

 楼主| 25857528 发表于 2011-11-4 13:42:27 | 显示全部楼层
zzhijcy 发表于 2011-11-4 13:39
给个地址看看

http://bbs.tusimao.com/forum.php
回复

使用道具 举报

主机村 发表于 2011-11-4 13:44:03 | 显示全部楼层
回复

使用道具 举报

下砂 发表于 2011-11-4 13:44:25 | 显示全部楼层
在common.css中
回复

使用道具 举报

 楼主| 25857528 发表于 2011-11-4 13:46:55 | 显示全部楼层
evenzhou 发表于 2011-11-4 13:43
推荐使用firebug查看
是因为定义了 .bm_c 中有padding:10px;
推荐直接在模板中重写样式,因为.bm_c可能是 ...

我这个css里面没有你说的.bm_c
请问如何重写
谢谢
回复

使用道具 举报

evenzhou 发表于 2011-11-4 13:48:57 | 显示全部楼层
25857528 发表于 2011-11-4 13:46
我这个css里面没有你说的.bm_c
请问如何重写
谢谢


怎么没有呢? 在comm.css中定义的
可以在 html中直接定义样式

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
回复

使用道具 举报

 楼主| 25857528 发表于 2011-11-4 13:51:13 | 显示全部楼层
下砂 发表于 2011-11-4 13:44
在common.css中

您好
你说的是默认的template/default/common/common.css这个吗
我这个风格里面没有common.css
是要修改template/default/common/common.css这个吗
回复

使用道具 举报

 楼主| 25857528 发表于 2011-11-4 13:55:29 | 显示全部楼层
evenzhou 发表于 2011-11-4 13:48
怎么没有呢? 在comm.css中定义的
可以在 html中直接定义样式

谢谢你解决了~
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-18 22:59 , Processed in 0.051991 second(s), 6 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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