Browse Source

文章图片显示有缝隙

luyanan 8 years ago
parent
commit
54b4ca9029
1 changed files with 1 additions and 1 deletions
  1. 1 1
      css/share.css

+ 1 - 1
css/share.css

@ -78,7 +78,7 @@ html,body {background: #efeff4;}
78 78
.likemore {display: block;width: 25px;height: 25px;border: 1px solid #CCCCCC;background: url(../images/likemore.png) center center no-repeat;}
79 79
80 80
/*文章*/
81
.art_topicBox {max-width: 640px;margin: 4px auto;}
81
.art_topicBox {max-width: 640px;margin: 0 auto 4px ;}
82 82
.art_topicBox img {width: 100%;}
83 83
.art_img {height: 180px;}
84 84
.line01 {margin:10px 0 4px 0;border-top: 1px dashed #ddd;height: 1px;overflow: hidden;clear: both;width: 100%;}