|
后发现正确修改的地方应该在这里
不好意思 ,弄错了,应该是修改这目录下里的文件里的第一个字体
\res\Web\css\zTreeStyle\zTreeStyle.css
将里面的
{padding:0; margin:0; font-size:12px; font-family: Verdana, Arial, Helvetica, AppleGothic, sans-serif}
.ztree
修改为你需要的字体
{padding:0; margin:0; font-size:18px; font-family: Verdana, Arial, Helvetica, AppleGothic, sans-serif}
.ztree
如果是采用平台的outlook风格主界面,则还可能要修改\res\Web\page\MainTree_Outlook.html
里的 的font-size 大小
<style type="text/css">
.ztree li a.level0 {width:200px;height: 20px; text-align: center; display:block; background-color: #0B61A4; border:1px silver solid;}
.ztree li a.level0.cur {background-color: #66A3D2; }
.ztree li a.level0 span {display: block; color: white; padding-top:3px; font-size:12px; font-weight: bold;word-spacing: 2px;}
.ztree li a.level0 span.button { float:right; margin-left: 10px; visibility: visible;display:none;}
.ztree li span.button.switch.level0 {display:none;}
</style>
以下修改不对,可以忽略:
可以,你可以修改这里
可以改了。
打开 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 绿色
font-size:16px; 就是字体大小
你自己试一下。可以稍大一点 不过太大了,可能不太好看。
|
|