style:样式
Showing
3 changed files
with
5 additions
and
2 deletions
... | @@ -5,11 +5,14 @@ | ... | @@ -5,11 +5,14 @@ |
5 | <head> | 5 | <head> |
6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | 6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
7 | <title>网上“一窗办事”登记系统</title> | 7 | <title>网上“一窗办事”登记系统</title> |
8 | <link type="text/css" rel="stylesheet" href="./staticCss/common.css" /> | ||
8 | <link type="text/css" rel="stylesheet" href="./staticCss/pageHome.css" /> | 9 | <link type="text/css" rel="stylesheet" href="./staticCss/pageHome.css" /> |
9 | <script type="text/javascript" src="./staticJs/head.js"></script> | 10 | <script type="text/javascript" src="./staticJs/head.js"></script> |
10 | </head> | 11 | </head> |
11 | 12 | ||
12 | <body> | 13 | <body> |
14 | <div class="top-logo loadheader"></div> | ||
15 | <div class="navigation loadheader"></div> | ||
13 | <div> | 16 | <div> |
14 | <div class="banner"> | 17 | <div class="banner"> |
15 | <div class="layui-carousel" id="banner_swiper"> | 18 | <div class="layui-carousel" id="banner_swiper"> |
... | @@ -556,7 +559,6 @@ | ... | @@ -556,7 +559,6 @@ |
556 | </ul> | 559 | </ul> |
557 | </div> | 560 | </div> |
558 | </div> | 561 | </div> |
559 | |||
560 | </body> | 562 | </body> |
561 | <script type="text/javascript" src="./staticJs/down.js"></script> | 563 | <script type="text/javascript" src="./staticJs/down.js"></script> |
562 | <script type="text/javascript" src="./staticJs/common.js"></script> | 564 | <script type="text/javascript" src="./staticJs/common.js"></script> | ... | ... |
... | @@ -16,6 +16,7 @@ document.writeln(" <meta name=\'description\' content=\'\' />"); | ... | @@ -16,6 +16,7 @@ document.writeln(" <meta name=\'description\' content=\'\' />"); |
16 | document.writeln(" <meta name=\'Keywords\' content=\'\' />"); | 16 | document.writeln(" <meta name=\'Keywords\' content=\'\' />"); |
17 | document.writeln(" <link rel=\'stylesheet\' type=\'text/css\' href=\'"+localhostPaht+"/staticLib/layui/css/layui.css\' />"); | 17 | document.writeln(" <link rel=\'stylesheet\' type=\'text/css\' href=\'"+localhostPaht+"/staticLib/layui/css/layui.css\' />"); |
18 | document.writeln(" <link type=\'text/css\' rel=\'stylesheet\' href=\'"+localhostPaht+"/staticCss/common.css\' />"); | 18 | document.writeln(" <link type=\'text/css\' rel=\'stylesheet\' href=\'"+localhostPaht+"/staticCss/common.css\' />"); |
19 | document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticLib/jquery/jquery.min.js\'></script>"); | ||
19 | document.writeln("</head>"); | 20 | document.writeln("</head>"); |
20 | document.writeln(""); | 21 | document.writeln(""); |
21 | document.writeln("<body>"); | 22 | document.writeln("<body>"); |
... | @@ -61,6 +62,5 @@ document.writeln(" </div> "); | ... | @@ -61,6 +62,5 @@ document.writeln(" </div> "); |
61 | document.writeln("</body>"); | 62 | document.writeln("</body>"); |
62 | document.writeln(""); | 63 | document.writeln(""); |
63 | document.writeln("</html>"); | 64 | document.writeln("</html>"); |
64 | document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticLib/jquery/jquery.min.js\'></script>"); | ||
65 | document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticLib/layui/layui.js\'></script>"); | 65 | document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticLib/layui/layui.js\'></script>"); |
66 | document.writeln("<script src=\'https://at.alicdn.com/t/font_2174584_uxkon9mpq1.js\'></script>"); | 66 | document.writeln("<script src=\'https://at.alicdn.com/t/font_2174584_uxkon9mpq1.js\'></script>"); |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment