Authored by 2586703@qq.com

detail样式修改 2015-04-15

@@ -226,17 +226,18 @@ @@ -226,17 +226,18 @@
226 line-height: 34px; 226 line-height: 34px;
227 height: 34px; 227 height: 34px;
228 a{ 228 a{
  229 + display: block;
  230 + margin: 10px 0 0 0;
229 padding: 0 14px 0 14px; 231 padding: 0 14px 0 14px;
  232 + line-height: 12px;
230 font-size: 13px; 233 font-size: 13px;
231 color: #1c1c1b; 234 color: #1c1c1b;
232 font-weight: bold; 235 font-weight: bold;
  236 + border-left: 1px solid #000;
233 } 237 }
234 } 238 }
235 - li:last-child{  
236 - background: none;  
237 - }  
238 - li.last-child{  
239 - background: none; 239 + li:first-child a {
  240 + border-left: none;
240 } 241 }
241 } 242 }
242 243