FreeDiscuz!'s Archiver

bkbill 发表于 2009-12-24 10:48

高手进来,后台的一个修改问题

我想修改一下图片中的那个“会员服务专区”的框的大小,使之更宽些,怎么修改啊??修改了后台一些admincp,cs文件。可是不知道修改哪一项。
希望高手给说一下具体修改哪一项css。

Neptune 发表于 2009-12-24 13:35

修改前请备份……我未测试过下面的内容...
d7
images\admincp\admincp.css[code]
        .node, .board{ padding-left:55px; background:url(bg_repno.gif) no-repeat -240px -550px; }
                .node .txt, .lastnode .txt, .newnode .txt{ width:250px; }
                .parentnode .txt{ width:250px; font-weight:700; }
                .parentboard .txt{ font-weight:700; }
[/code]改成[code]
        .node, .board{ padding-left:55px; background:url(bg_repno.gif) no-repeat -240px -550px; }
                .node .txt, .lastnode .txt, .newnode .txt{ width:250px; }
                .parentnode .txt{ width:250px; font-weight:700; }
                .parentboard .txt{ font-weight:700; width: 200px; }
                .board .txt{ width: 200px; }
                .childboard .txt{ width: 200px; }
                .lastchildboard .txt{ width: 200px; }
[/code]200px改成你想要的大小

bkbill 发表于 2009-12-24 15:18

我想改的是disucz6.1.0F,也可以这样修改吗??

Neptune 发表于 2009-12-25 08:43

应该可以 :loveliness:

页: [1]

Powered by Discuz! Archiver 6.1.0F  © 2001-2007 Comsenz Inc.