可以改了。
打开 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 绿色 |