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