931b90ea by 任超

style:新闻详情

1 parent 0f7065fa
...@@ -256,6 +256,7 @@ div.navigation { ...@@ -256,6 +256,7 @@ div.navigation {
256 border-right:1px solid #EAEAEA; 256 border-right:1px solid #EAEAEA;
257 padding-bottom: 60px; 257 padding-bottom: 60px;
258 margin-top: 27px; 258 margin-top: 27px;
259 min-height: 600px;
259 } 260 }
260 .gglist li{ 261 .gglist li{
261 height: 104px; 262 height: 104px;
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
9 <script type="text/javascript" src="../staticJs/head.js"></script> 9 <script type="text/javascript" src="../staticJs/head.js"></script>
10 <link rel="stylesheet" type="text/css" href="../staticCss/gsgg.css"> 10 <link rel="stylesheet" type="text/css" href="../staticCss/gsgg.css">
11 </head> 11 </head>
12
13 <body> 12 <body>
14 <div class="navigation_crumbs"> 13 <div class="navigation_crumbs">
15 <div class="contentBox"> 14 <div class="contentBox">
......
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 <style> 5 <style>
7 </style> 6 </style>
8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9 <title>新闻详情</title> 8 <title>新闻详情</title>
10 <script type="text/javascript" src="../../staticJs/head.js"></script> 9 <script type="text/javascript" src="../staticJs/head.js"></script>
11 <link rel="stylesheet" type="text/css" href="../../staticCss/xwxq.css"> 10 <link rel="stylesheet" type="text/css" href="../staticCss/xwxq.css">
12 </head> 11 </head>
13
14 <body> 12 <body>
15 <div> 13 <div>
16 <div class="main"> 14 <div class="main">
17 <div class="navigation_crumbs"> 15 <div class="navigation_crumbs">
18 <div class="contentBox"> 16 <div class="contentBox">
19 <span class="layui-breadcrumb"> 17 <span class="layui-breadcrumb">
20 <a href="../../index.html">首页</a> 18 <a href="../index.html">首页</a>
21 <a href="../xwdt.html">新闻动态</a> 19 <a href="./xwdt.html">新闻动态</a>
22 <a><cite>新闻详情</cite></a> 20 <a><cite>新闻详情</cite></a>
23 </span> 21 </span>
24 </div> 22 </div>
...@@ -275,8 +273,7 @@ ...@@ -275,8 +273,7 @@
275 </div> 273 </div>
276 </div> 274 </div>
277 </body> 275 </body>
278 <script type="text/javascript" src="../../staticJs/common.js"></script> 276 <script type="text/javascript" src="../staticJs/common.js"></script>
279 <script type="text/javascript" src="../../staticJs/down.js"></script> 277 <script type="text/javascript" src="../staticJs/down.js"></script>
280 <script type="text/javascript" src="../../staticJs/xwxq.js"></script> 278 <script type="text/javascript" src="../staticJs/xwxq.js"></script>
281
282 </html> 279 </html>
...\ No newline at end of file ...\ No newline at end of file
......