style:新闻动态
Showing
2 changed files
with
2 additions
and
3 deletions
... | @@ -36,7 +36,7 @@ | ... | @@ -36,7 +36,7 @@ |
36 | <div class='layui-nav navigation layui-bg-blue'> | 36 | <div class='layui-nav navigation layui-bg-blue'> |
37 | <ul class="navigation-content"> | 37 | <ul class="navigation-content"> |
38 | <li id='index' class='layui-nav-item'><a href='/index.html' title='首页'>首页</a></li> | 38 | <li id='index' class='layui-nav-item'><a href='/index.html' title='首页'>首页</a></li> |
39 | <li id='news' class='layui-nav-item'><a href='/staticViews/xwdt.html' title='新闻动态'>新闻动态</a></li> | 39 | <li id='news' class='layui-nav-item'><a href='/staticViews/newsList/1.html' title='新闻动态'>新闻动态</a></li> |
40 | <li id='zwgk' class='layui-nav-item'> | 40 | <li id='zwgk' class='layui-nav-item'> |
41 | <a href='javascript:;'>政务公开</a> | 41 | <a href='javascript:;'>政务公开</a> |
42 | <dl class='layui-nav-child'> | 42 | <dl class='layui-nav-child'> | ... | ... |
... | @@ -42,11 +42,10 @@ document.writeln(" </div>"); | ... | @@ -42,11 +42,10 @@ document.writeln(" </div>"); |
42 | document.writeln(" <div class=\'navigation\'>"); | 42 | document.writeln(" <div class=\'navigation\'>"); |
43 | document.writeln(" <ul class=\'layui-nav layui-bg-blue\' lay-filter=\'\'>"); | 43 | document.writeln(" <ul class=\'layui-nav layui-bg-blue\' lay-filter=\'\'>"); |
44 | document.writeln(" <li id='index' class=\'layui-nav-item\'><a href=\'" + localhostPaht + "/index.html\' title=\'首页\'>首页</a></li>"); | 44 | document.writeln(" <li id='index' class=\'layui-nav-item\'><a href=\'" + localhostPaht + "/index.html\' title=\'首页\'>首页</a></li>"); |
45 | document.writeln(" <li id='news' class=\'layui-nav-item\'><a href=\'" + localhostPaht + "/staticViews/xwdt.html\' title=\'新闻动态\'>新闻动态</a></li>"); | 45 | document.writeln(" <li id='news' class=\'layui-nav-item\'><a href=\'" + localhostPaht + "/staticViews/newsList/1.html\' title=\'新闻动态\'>新闻动态</a></li>"); |
46 | document.writeln(" <li id='zwgk' class=\'layui-nav-item\'>"); | 46 | document.writeln(" <li id='zwgk' class=\'layui-nav-item\'>"); |
47 | document.writeln(" <a href=\'javascript:;\'>政务公开</a>"); | 47 | document.writeln(" <a href=\'javascript:;\'>政务公开</a>"); |
48 | document.writeln(" <dl class=\'layui-nav-child\'>"); | 48 | document.writeln(" <dl class=\'layui-nav-child\'>"); |
49 | document.writeln(" <!-- 二级菜单 -->"); | ||
50 | document.writeln(" <dd><a href=\'" + localhostPaht + "/staticViews/xyzc.html\'>相应政策</a></dd>"); | 49 | document.writeln(" <dd><a href=\'" + localhostPaht + "/staticViews/xyzc.html\'>相应政策</a></dd>"); |
51 | document.writeln(" <dd><a href=\'" + localhostPaht + "/staticViews/flfg.html\'>法律法规</a></dd>"); | 50 | document.writeln(" <dd><a href=\'" + localhostPaht + "/staticViews/flfg.html\'>法律法规</a></dd>"); |
52 | document.writeln(" <dd><a href=\'" + localhostPaht + "/staticViews/gsgg.html\'>公示公告</a></dd>"); | 51 | document.writeln(" <dd><a href=\'" + localhostPaht + "/staticViews/gsgg.html\'>公示公告</a></dd>"); | ... | ... |
-
Please register or sign in to post a comment