修改黑河专题数据的评论样式

This commit is contained in:
Li Jianxuan 2013-01-25 02:13:26 +00:00
parent 2a3b4bb92c
commit ebb2731619
1 changed files with 7 additions and 3 deletions

View File

@ -52,9 +52,13 @@ li {white-space:nowrap;}
#related li,#literature li{list-style-type:decimal;list-style-position:inside;margin-left:-20px;white-space:normal;} #related li,#literature li{list-style-type:decimal;list-style-position:inside;margin-left:-20px;white-space:normal;}
#comments{clear:left;} #comments{clear:left;}
#allcomments li{display:block;border:1px solid #aaa;white-space:wrap;width:100%;} #allcomments li{display:block;border:1px solid #aaa;white-space:wrap;width:100%;overflow:hidden;}
#allcomments span.title {background:#dfdfdf;display:block;padding-left:10px;} #allcomments div.title,#allcomments span.title {background:#dfdfdf;display:block;padding-left:10px;line-height:20px;}
.comment-content{display:block;border:1px solid #aaa;text-indent:2em;width:98%;} .comment-content{display:block;border:1px solid #aaa;text-indent:2em;width:98%;margin:5px 0 0 0; overflow:hidden;}
.comment-content .title{overflow:hidden;width:100%;}
.comment-content .title img{height:30px;float:left; padding:0px;margin:0px;}
.comment-content div.title .post_name{width:80%;margin:0px;padding:0px;line-height:15px;overflow:hidden;}
.comment-content div.title .post_time{width:80%;margin:0px;padding:0px;line-height:15px;overflow:hidden;}
.thumb {float:left;width:250px;height:200px;} .thumb {float:left;width:250px;height:200px;}