换肤的功能在这个页面内orkspaces\MyEclipse\phmis\WebRoot\hidp\system\homepage\main.jsp
主要思想是:你需要改变 哪些个 样式文件,就在哪些个
<link href="style_1.css" id="__style" rel="stylesheet" type="text/css" />
上加id
然后通过 js 改变 href 值。
换肤的功能在这个页面内orkspaces\MyEclipse\phmis\WebRoot\hidp\system\homepage\main.jsp
主要思想是:你需要改变 哪些个 样式文件,就在哪些个
<link href="style_1.css" id="__style" rel="stylesheet" type="text/css" />
上加id
然后通过 js 改变 href 值。