修改黑河专题数据的评论样式
This commit is contained in:
parent
2a3b4bb92c
commit
ebb2731619
|
@ -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;}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue