1d4b6cef by 任超

style:法律法规

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