03a09de7 by 任超

style:新闻动态

1 parent baefa5c3
...@@ -111,18 +111,10 @@ div.subject { ...@@ -111,18 +111,10 @@ div.subject {
111 .left, .right { 111 .left, .right {
112 float: left; 112 float: left;
113 } 113 }
114 114 .istop {
115 .xw { 115 float: right;
116 display: block; 116 width: 40px;
117 padding-top: 10px; 117 margin-right: 20px;
118 min-height: 80px;
119 cursor: pointer;
120 position: relative;
121 }
122 .xw .istop {
123 position: absolute;
124 right: 20px;
125 top: -26px;
126 } 118 }
127 119
128 .xw-left { 120 .xw-left {
...@@ -183,6 +175,9 @@ div.subject { ...@@ -183,6 +175,9 @@ div.subject {
183 line-height: 57px; 175 line-height: 57px;
184 float: right !important; 176 float: right !important;
185 margin-right: 20px; 177 margin-right: 20px;
178 font-size: 14px;
179 color: #9B9B9B;
180 font-weight: 100;
186 } 181 }
187 182
188 #page { 183 #page {
...@@ -307,6 +302,8 @@ div.subject { ...@@ -307,6 +302,8 @@ div.subject {
307 float: left; 302 float: left;
308 position: relative; 303 position: relative;
309 top: 10px; 304 top: 10px;
305 font-size: 14px;
306 color: #9B9B9B;
310 } 307 }
311 .newsBottom .newIcon .icon{ 308 .newsBottom .newIcon .icon{
312 width: 36px; 309 width: 36px;
...@@ -314,8 +311,12 @@ div.subject { ...@@ -314,8 +311,12 @@ div.subject {
314 position: relative; 311 position: relative;
315 top: 6px; 312 top: 6px;
316 } 313 }
314 .newsBottom .newIcon span {
315 font-weight: 100;
316 }
317 .newsCon { 317 .newsCon {
318 overflow: hidden; 318 overflow: hidden;
319 margin-top: 15px;
319 } 320 }
320 .tj { 321 .tj {
321 margin: 10px 0; 322 margin: 10px 0;
...@@ -332,7 +333,4 @@ div.subject { ...@@ -332,7 +333,4 @@ div.subject {
332 .sticky .xw-right { 333 .sticky .xw-right {
333 font-size: 18px; 334 font-size: 18px;
334 color: #1E9FFF; 335 color: #1E9FFF;
335 }
336 .istop {
337 width:40px;
338 } 336 }
...\ No newline at end of file ...\ No newline at end of file
......