1d4b6cef by 任超

style:法律法规

1 parent 50ed4637
......@@ -17,6 +17,16 @@
background-color: #1E9FFF!important;
color: #fff!important;
}
.layui-anim-upbit a {
background-color: #fff!important;
font-weight: 100!important;
color: #000000!important;
}
.layui-anim-upbit a:hover {
background-color: #0091FF!important;
color: #ffffff!important;
font-weight: 600!important;
}
/* ----------------------公共样式-------------------------- */
.contentBox {
width: 1200px;
......
......@@ -44,8 +44,16 @@ document.writeln(" </div>");
document.writeln(" <div class=\'navigation\'>");
document.writeln(" <ul class=\'layui-nav layui-bg-blue\' lay-filter=\'\'>");
document.writeln(" <li id='index' class=\'layui-nav-item\'><a href=\'"+localhostPaht+"/index.html\' title=\'首页\'>首页</a></li>");
document.writeln(" <li id='news' class=\'layui-nav-item\'><a href=\'"+localhostPaht+"/staticViews/xwdt.html\' title=\'新闻动态\'>新闻动态</a></li> ");
document.writeln(" <li id='zcfg' class=\'layui-nav-item\'><a href=\'"+localhostPaht+"/staticViews/zcfg.html\' title=\'政策法规\'>政策法规</a></li>");
document.writeln(" <li id='news' class=\'layui-nav-item\'><a href=\'"+localhostPaht+"/staticViews/xwdt.html\' title=\'新闻动态\'>新闻动态</a></li>");
document.writeln(" <li id='zwgk' class=\'layui-nav-item\'>");
document.writeln(" <a href=\'javascript:;\'>政务公开</a>");
document.writeln(" <dl class=\'layui-nav-child\'>");
document.writeln(" <!-- 二级菜单 -->");
document.writeln(" <dd><a href=\'"+localhostPaht+"/staticViews/xyzc.html\'>相应政策</a></dd>");
document.writeln(" <dd><a href=\'\'>法律法规</a></dd>");
document.writeln(" <dd><a href=\'\'>公示公告</a></dd>");
document.writeln(" </dl>");
document.writeln(" </li>");
document.writeln(" <li id='bszn' class=\'layui-nav-item\'><a href=\'"+localhostPaht+"/staticViews/bszn.html\' title=\'办事指南\'>办事指南</a></li>");
document.writeln(" <li id='wssq' class=\'layui-nav-item\'><a href=\'"+localhostPaht+"/staticViews/wssq.html\' title=\'网上申请\'>网上申请</a></li>");
document.writeln(" <li class=\'layui-nav-item\'>");
......
......@@ -18,5 +18,5 @@ $(function () {
, theme: '#0091FF'
});
})
addTabs('#zcfg')
addTabs('#zwgk')
})
\ No newline at end of file
......