Office中国论坛/Access中国论坛

标题: 平台导航问题 [打印本页]

作者: iamwhy666    时间: 2016-9-26 14:55
标题: 平台导航问题
请问各位大神们,我现在想要改变平台里面导航树这一栏的背景,从白色改成其他颜色,是修改哪个窗体还是修改那个css文件呀?
作者: tmtony    时间: 2016-9-26 15:02
不好意思,这个暂时改不了哦。
作者: iamwhy666    时间: 2016-9-26 15:03
嗯,好的哈,谢谢大神哟
作者: tmtony    时间: 2016-9-26 15:38
可以改了。

打开 res\Web\css\MainTree.css 这个文件
修改里面
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}
body {
        color: #2f332a;
        font-family:"Microsoft YaHei";
        font-size:16px;
        background: #f0f6e4 \9;
}
body,div.zTreeGround{background-color: #fff;}

为你自己想要的颜色,如#ff0000  红色  ,#00ff00   绿色
作者: iamwhy666    时间: 2016-9-26 15:39
好的,好的,好的,谢谢,谢谢,谢谢,重要的事情说三遍哈~~~~
作者: imu999    时间: 2017-4-28 16:22
tmtony 发表于 2016-9-26 15:38
可以改了。

打开 res\Web\css\MainTree.css 这个文件

谢谢!




欢迎光临 Office中国论坛/Access中国论坛 (http://www.office-cn.net/) Powered by Discuz! X3.3