style
Showing
1 changed file
with
69 additions
and
2 deletions
1 | <!DOCTYPE html | 1 | <!DOCTYPE html |
2 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 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"> | 3 | <html xmlns="http://www.w3.org/1999/xhtml"> |
4 | |||
5 | <head> | 4 | <head> |
6 | <meta charset='UTF-8'> | 5 | <meta charset='UTF-8'> |
7 | <title>网上“一窗办事”登记系统</title> | 6 | <title>网上“一窗办事”登记系统</title> |
... | @@ -428,6 +427,75 @@ | ... | @@ -428,6 +427,75 @@ |
428 | </div> | 427 | </div> |
429 | </div> | 428 | </div> |
430 | </div> | 429 | </div> |
430 | <!-- 底部 --> | ||
431 | <div class='footer'> | ||
432 | <div class='system_service'> | ||
433 | <ul class=''> | ||
434 | <li> | ||
435 | <a href='/staticViews/gsgg.html' title='公示公告'> | ||
436 | <span>公示公告</span> | ||
437 | </a> | ||
438 | </li> | ||
439 | <li> | ||
440 | <a href='/staticViews/flfg.html' title='法律法规'> | ||
441 | <span>法律法规</span> | ||
442 | </a> | ||
443 | </li> | ||
444 | <li> | ||
445 | <a href='/staticViews/xyzc.html' title='相应政策'> | ||
446 | <span>相应政策</span> | ||
447 | </a> | ||
448 | </li> | ||
449 | <li> | ||
450 | <a href='' title='下载服务'> | ||
451 | <span>下载服务</span> | ||
452 | </a> | ||
453 | </li> | ||
454 | <li> | ||
455 | <a href='' title='关于我们'> | ||
456 | <span>关于我们</span> | ||
457 | </a> | ||
458 | </li> | ||
459 | </ul> | ||
460 | </div> | ||
461 | <div class='subject'> | ||
462 | <div class='footer_logo'> | ||
463 | <a href='' title='党政机关'> | ||
464 | <img src='/staticImages/jiguan.png' alt='党政机关' /> | ||
465 | </a> | ||
466 | </div> | ||
467 | <ul> | ||
468 | <li> | ||
469 | 西安市自然资源和规划局 | ||
470 | </li> | ||
471 | <li> | ||
472 | 电话:028-456465 | ||
473 | </li> | ||
474 | <li> | ||
475 | 地址:西安市丰城8路 | ||
476 | </li> | ||
477 | <li> | ||
478 | 网站标识吗:87987987 | ||
479 | </li> | ||
480 | <li> | ||
481 | 备案:陕IPC456465465 | ||
482 | </li> | ||
483 | <li> | ||
484 | 陕公网备案:456465465 | ||
485 | </li> | ||
486 | </ul> | ||
487 | <ol> | ||
488 | <li> | ||
489 | <img src='/staticImages/code.png' alt='公众号' /> | ||
490 | <p>扫描关注公众号</p> | ||
491 | </li> | ||
492 | <li> | ||
493 | <img src='/staticImages/code.png' alt='公众号' /> | ||
494 | <p>扫描关注公众号</p> | ||
495 | </li> | ||
496 | </ol> | ||
497 | </div> | ||
498 | </div> | ||
431 | </body> | 499 | </body> |
432 | <script src='https://at.alicdn.com/t/font_2174584_uxkon9mpq1.js'></script> | 500 | <script src='https://at.alicdn.com/t/font_2174584_uxkon9mpq1.js'></script> |
433 | <script type="text/javascript" src="/staticLib/jquery/jquery.min.js"></script> | 501 | <script type="text/javascript" src="/staticLib/jquery/jquery.min.js"></script> |
... | @@ -435,6 +503,5 @@ | ... | @@ -435,6 +503,5 @@ |
435 | <script type="text/javascript" src="/staticJs/login.js"></script> | 503 | <script type="text/javascript" src="/staticJs/login.js"></script> |
436 | <script type="text/javascript" src="/staticJs/common.js"></script> | 504 | <script type="text/javascript" src="/staticJs/common.js"></script> |
437 | <script type="text/javascript" src="/staticJs/header.js"></script> | 505 | <script type="text/javascript" src="/staticJs/header.js"></script> |
438 | <script type="text/javascript" src="./staticJs/down.js"></script> | ||
439 | <script type="text/javascript" src="./staticJs/pageHome.js"></script> | 506 | <script type="text/javascript" src="./staticJs/pageHome.js"></script> |
440 | </html> | 507 | </html> |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment