db1682e5 by 任超

style:新闻详情

1 parent 91e64e9b
...@@ -135,12 +135,14 @@ div.navigation { ...@@ -135,12 +135,14 @@ div.navigation {
135 background-color: #006CFF !important; 135 background-color: #006CFF !important;
136 } 136 }
137 .title { 137 .title {
138 height: 30px; 138 height: 50px;
139 font-size: 30px; 139 font-size: 30px;
140 padding: 30px 0; 140 padding: 30px 0;
141 font-weight: 500; 141 font-weight: 500;
142 color: #4A4A4A; 142 color: #4A4A4A;
143 line-height: 30px; 143 line-height: 40px;
144 text-align: center;
145 margin-top: -10px;
144 } 146 }
145 147
146 .left { 148 .left {
...@@ -148,10 +150,6 @@ div.navigation { ...@@ -148,10 +150,6 @@ div.navigation {
148 display: inline-block; 150 display: inline-block;
149 } 151 }
150 152
151 .title {
152 text-align: center;
153 }
154
155 .left-left, .left-right { 153 .left-left, .left-right {
156 float: left; 154 float: left;
157 border-top: 1px solid #DEDEDE; 155 border-top: 1px solid #DEDEDE;
...@@ -726,4 +724,7 @@ div.navigation { ...@@ -726,4 +724,7 @@ div.navigation {
726 .source p:nth-child(2) { 724 .source p:nth-child(2) {
727 color: #4A4A4A; 725 color: #4A4A4A;
728 font-size: 14px; 726 font-size: 14px;
727 }
728 .newsTitle {
729 padding-bottom: 8px;
729 } 730 }
...\ No newline at end of file ...\ No newline at end of file
......