1555a7cc by 任超

style:附件下载

1 parent 69db53a9
...@@ -89,15 +89,6 @@ ...@@ -89,15 +89,6 @@
89 float: right; 89 float: right;
90 margin-top: 15px; 90 margin-top: 15px;
91 } 91 }
92 /* ---------------------------------------------------- */
93 .top-logo ul li {
94 display: inline-block;
95 padding: 0 8px;
96 }
97
98 .top-logo ul li:first-child {
99 border-right: 1px solid grey;
100 }
101 92
102 div.navigation { 93 div.navigation {
103 text-align: center; 94 text-align: center;
...@@ -156,11 +147,21 @@ div.navigation { ...@@ -156,11 +147,21 @@ div.navigation {
156 } 147 }
157 .notice_content { 148 .notice_content {
158 margin-bottom: 100px; 149 margin-bottom: 100px;
159 min-height: 350px;
160 } 150 }
161 .releaseTime { 151 .releaseTime {
162 display: inline-block; 152 display: inline-block;
163 } 153 }
164 .source p { 154 .source p {
165 display: inline-block; 155 display: inline-block;
156 }
157 /* 附件下载 */
158 .download-attachment {
159 margin: 15px 0;
160 }
161 .download-attachment a{
162 color: #006cff;
163 font-size: 16px;
164 }
165 .download-attachment a:hover {
166 color: #006cff;
166 } 167 }
...\ No newline at end of file ...\ No newline at end of file
......
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
4 <head> 5 <head>
5 <style> 6 <style>
6 </style> 7 </style>
...@@ -9,28 +10,35 @@ ...@@ -9,28 +10,35 @@
9 <script type="text/javascript" src="../staticJs/head.js"></script> 10 <script type="text/javascript" src="../staticJs/head.js"></script>
10 <link rel="stylesheet" type="text/css" href="../staticCss/ggxq.css"> 11 <link rel="stylesheet" type="text/css" href="../staticCss/ggxq.css">
11 </head> 12 </head>
13
12 <body> 14 <body>
13 <div class="navigation_crumbs"> 15 <div class="navigation_crumbs">
14 <div class="contentBox"> 16 <div class="contentBox">
15 <span class="layui-breadcrumb"> 17 <span class="layui-breadcrumb">
16 <a href="../index.html">首页</a> 18 <a href="../index.html">首页</a>
17 <a href="./bszn.html">办事指南</a> 19 <a href="./bszn.html">办事指南</a>
18 <a><cite>办事指南详情</cite></a> 20 <a><cite>办事指南详情</cite></a>
19 </span> 21 </span>
20 </div> 22 </div>
21 </div> 23 </div>
22 <div class="mainbody"> 24 <div class="mainbody">
23 <div class="title newsTitle"></div> 25 <div class="title newsTitle"></div>
24 <div class="release"> 26 <div class="release">
25 <div class="source">发布单位: <p></p></div> 27 <div class="source">发布单位: <p></p>
26 <div>发布日期:<p class="releaseTime"></p></div> 28 </div>
29 <div>发布日期:<p class="releaseTime"></p>
30 </div>
27 </div> 31 </div>
28 <div class="DividingLine"></div> 32 <div class="DividingLine"></div>
29 <div class="notice_content" id="newsDetail"> 33 <div class="notice_content" id="newsDetail">
30 </div> 34 </div>
35 <div class="download-attachment">
36 <a href="">下载</a>
37 </div>
31 </div> 38 </div>
32 </body> 39 </body>
33 <script type="text/javascript" src="../staticJs/common.js"></script> 40 <script type="text/javascript" src="../staticJs/common.js"></script>
34 <script type="text/javascript" src="../staticJs/down.js"></script> 41 <script type="text/javascript" src="../staticJs/down.js"></script>
35 <script type="text/javascript" src="../staticJs/businessGuideDeatil.js"></script> 42 <script type="text/javascript" src="../staticJs/businessGuideDeatil.js"></script>
43
36 </html> 44 </html>
...\ No newline at end of file ...\ No newline at end of file
......