27211328 by 任超

style:新闻动态

1 parent 7beb3a6a
...@@ -116,6 +116,7 @@ div.subject { ...@@ -116,6 +116,7 @@ div.subject {
116 .leftandright { 116 .leftandright {
117 width: 1200px; 117 width: 1200px;
118 margin: 0 auto; 118 margin: 0 auto;
119 overflow: hidden;
119 } 120 }
120 .right { 121 .right {
121 width: 400px; 122 width: 400px;
......
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>
...@@ -12,6 +11,7 @@ ...@@ -12,6 +11,7 @@
12 <link rel="stylesheet" type="text/css" href="../../staticCss/common.css" /> 11 <link rel="stylesheet" type="text/css" href="../../staticCss/common.css" />
13 <link rel="stylesheet" type="text/css" href="css/index.css"> 12 <link rel="stylesheet" type="text/css" href="css/index.css">
14 </head> 13 </head>
14
15 <body> 15 <body>
16 <div class="navigation_crumbs"> 16 <div class="navigation_crumbs">
17 <div class="contentBox"> 17 <div class="contentBox">
...@@ -21,9 +21,6 @@ ...@@ -21,9 +21,6 @@
21 </span> 21 </span>
22 </div> 22 </div>
23 </div> 23 </div>
24 <div>
25
26 </div>
27 <div class="leftandright"> 24 <div class="leftandright">
28 <div class="left"> 25 <div class="left">
29 <ul class="leftContainer"> 26 <ul class="leftContainer">
...@@ -246,5 +243,4 @@ ...@@ -246,5 +243,4 @@
246 }) 243 })
247 </script> 244 </script>
248 <script type="text/javascript" src="../../staticJs/down.js"></script> 245 <script type="text/javascript" src="../../staticJs/down.js"></script>
249
250 </html> 246 </html>
...\ No newline at end of file ...\ No newline at end of file
......