style:政务公开
Showing
5 changed files
with
37 additions
and
16 deletions
... | @@ -64,14 +64,7 @@ | ... | @@ -64,14 +64,7 @@ |
64 | <ul class="navigation-content"> | 64 | <ul class="navigation-content"> |
65 | <li id='index' class='layui-nav-item'><a href='/index.html' title='首页'>首页</a></li> | 65 | <li id='index' class='layui-nav-item'><a href='/index.html' title='首页'>首页</a></li> |
66 | <li id='news' class='layui-nav-item'><a href='/staticViews/newsList/1.html' title='新闻动态'>新闻动态</a></li> | 66 | <li id='news' class='layui-nav-item'><a href='/staticViews/newsList/1.html' title='新闻动态'>新闻动态</a></li> |
67 | <li id='zwgk' class='layui-nav-item'> | 67 | <li id='zwgk' class='layui-nav-item'><a href='/staticViews/apen-government-affairs.html'>政务公开</a></li> |
68 | <a href='javascript:;'>政务公开</a> | ||
69 | <dl class='layui-nav-child'> | ||
70 | <dd><a href='/staticViews/policyList/1.html'>相应政策</a></dd> | ||
71 | <dd><a href='/staticViews/lawList/1.html'>法律法规</a></dd> | ||
72 | <dd><a href='/staticViews/notice/1.html'>公示公告</a></dd> | ||
73 | </dl> | ||
74 | </li> | ||
75 | <li id='bszn' class='layui-nav-item'><a href='/staticViews/bszn.html' title='办事指南'>办事指南</a></li> | 68 | <li id='bszn' class='layui-nav-item'><a href='/staticViews/bszn.html' title='办事指南'>办事指南</a></li> |
76 | <li id='wssq' class='layui-nav-item'><a href='/staticViews/wssq.html' title='网上申请'>网上申请</a></li> | 69 | <li id='wssq' class='layui-nav-item'><a href='/staticViews/wssq.html' title='网上申请'>网上申请</a></li> |
77 | <li class='layui-nav-item'> | 70 | <li class='layui-nav-item'> | ... | ... |
staticCss/apen-government-affairs.css
0 → 100644
File mode changed
staticJs/apen-government-affairs.js
0 → 100644
... | @@ -64,14 +64,7 @@ document.writeln(" <div class=\'layui-nav navigation layui-bg-blue\'>"); | ... | @@ -64,14 +64,7 @@ document.writeln(" <div class=\'layui-nav navigation layui-bg-blue\'>"); |
64 | document.writeln(" <ul class=\'navigation-content\'>"); | 64 | document.writeln(" <ul class=\'navigation-content\'>"); |
65 | document.writeln(" <li id=\'index\' class=\'layui-nav-item\'><a href=\'/index.html\' title=\'首页\'>首页</a></li>"); | 65 | document.writeln(" <li id=\'index\' class=\'layui-nav-item\'><a href=\'/index.html\' title=\'首页\'>首页</a></li>"); |
66 | document.writeln(" <li id=\'news\' class=\'layui-nav-item\'><a href=\'/staticViews/newsList/1.html\' title=\'新闻动态\'>新闻动态</a></li>"); | 66 | document.writeln(" <li id=\'news\' class=\'layui-nav-item\'><a href=\'/staticViews/newsList/1.html\' title=\'新闻动态\'>新闻动态</a></li>"); |
67 | document.writeln(" <li id=\'zwgk\' class=\'layui-nav-item\'>"); | 67 | document.writeln(" <li id=\'zwgk\' class=\'layui-nav-item\'><a href=\'/staticViews/apen-government-affairs.html\'>政务公开</a></li>"); |
68 | document.writeln(" <a href=\'javascript:;\'>政务公开</a>"); | ||
69 | document.writeln(" <dl class=\'layui-nav-child\'>"); | ||
70 | document.writeln(" <dd><a href=\'/staticViews/policyList/1.html\'>相应政策</a></dd>"); | ||
71 | document.writeln(" <dd><a href=\'/staticViews/lawList/1.html\'>法律法规</a></dd>"); | ||
72 | document.writeln(" <dd><a href=\'/staticViews/noticeList/1.html\'>公示公告</a></dd>"); | ||
73 | document.writeln(" </dl>"); | ||
74 | document.writeln(" </li>"); | ||
75 | document.writeln(" <li id=\'bszn\' class=\'layui-nav-item\'><a href=\'/staticViews/bszn.html\' title=\'办事指南\'>办事指南</a></li>"); | 68 | document.writeln(" <li id=\'bszn\' class=\'layui-nav-item\'><a href=\'/staticViews/bszn.html\' title=\'办事指南\'>办事指南</a></li>"); |
76 | document.writeln(" <li id=\'wssq\' class=\'layui-nav-item\'><a href=\'/staticViews/wssq.html\' title=\'网上申请\'>网上申请</a></li>"); | 69 | document.writeln(" <li id=\'wssq\' class=\'layui-nav-item\'><a href=\'/staticViews/wssq.html\' title=\'网上申请\'>网上申请</a></li>"); |
77 | document.writeln(" <li class=\'layui-nav-item\'>"); | 70 | document.writeln(" <li class=\'layui-nav-item\'>"); | ... | ... |
staticViews/apen-government-affairs.html
0 → 100644
1 | <!DOCTYPE html | ||
2 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
3 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
4 | <head> | ||
5 | <style> | ||
6 | </style> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
8 | <title>政务公开</title> | ||
9 | <script type="text/javascript" src="../staticJs/head.js"></script> | ||
10 | <link rel="stylesheet" type="text/css" href="/staticCss/apen-government-affairs.css"> | ||
11 | </head> | ||
12 | |||
13 | <body> | ||
14 | <div class="navigation_crumbs"> | ||
15 | <div class="contentBox"> | ||
16 | <span class="layui-breadcrumb"> | ||
17 | <a href="/index.html">首页</a> | ||
18 | <a><cite>政务公开</cite></a> | ||
19 | </span> | ||
20 | </div> | ||
21 | </div> | ||
22 | <div class="apen-government-affairs"> | ||
23 | |||
24 | </div> | ||
25 | </body> | ||
26 | <script type="text/javascript" src="../staticJs/common.js"></script> | ||
27 | <script type="text/javascript" src="../staticJs/down.js"></script> | ||
28 | <script type="text/javascript" src="/staticJs/apen-government-affairs.js"></script> | ||
29 | </html> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or sign in to post a comment