6dc77706 by 田浩浩

添加底部导航栏信息

1 parent 1a4ec665
Showing 1 changed file with 44 additions and 12 deletions
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1 <!DOCTYPE html
2 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <html xmlns="http://www.w3.org/1999/xhtml">
4
3 <head> 5 <head>
4 <style> 6 <style>
5 </style> 7 </style>
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <title></title> 9 <title></title>
8 <script type="text/javascript" src="./staticJs/head.js"></script> 10 <script type="text/javascript" src="./staticJs/head.js"></script>
9 <script type="text/javascript" src="./staticJs/staticIndex.js"></script> 11 <script type="text/javascript" src="./staticJs/staticIndex.js"></script>
10 </head> 12 </head>
11 <body > 13
14 <body>
12 <div> 15 <div>
13 16
14 <div class="banner"> 17 <div class="banner">
...@@ -452,11 +455,40 @@ ...@@ -452,11 +455,40 @@
452 </ul> 455 </ul>
453 </div> 456 </div>
454 </div> 457 </div>
455
456 </div> 458 </div>
459 <div class="footer">
460 <div class="system_service">
461 <ul class="">
462 <li>
463 <a href="" title="公示公告">
464 <span>公示公告</span>
465 </a>
466 </li>
467 <li>
468 <a href="" title="法律法规">
469 <span>法律法规</span>
470 </a>
471 </li>
472 <li>
473 <a href="" title="相应政策">
474 <span>相应政策</span>
475 </a>
476 </li>
477 <li>
478 <a href="" title="下载服务">
479 <span>下载服务</span>
480 </a>
481 </li>
482 <li>
483 <a href="" title="关于我们">
484 <span>关于我们</span>
485 </a>
486 </li>
487 </ul>
488 </div>
489 </div>
490
457 </body> 491 </body>
458 <script type="text/javascript" src="./staticJs/down.js"></script> 492 <script type="text/javascript" src="./staticJs/down.js"></script>
459 </html>
460
461
462 493
494 </html>
...\ No newline at end of file ...\ No newline at end of file
......