1.登陆你的个人门户--进入家园--门户设置--自定义css--找到关于评论内容的如下相关红色代码:
.ArticleBlogText p {
line-height:180%;
}
#AlterPhoto {
background-color: #FFFFFF;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
}
2.把以上代码替换为如下的蓝色代码,保存即可!
.ArticleBlogText p {
padding:0px 12px;color:#222222;font-size:16px;line-height:32px!important;margin:0;
background-image:url(http://hexun.com/homephoto3/20091223/9993182/top02-27-08.gif)!important;
background-position:bottom; background-repeat: repeat;}
#AlterPhoto {
background: none;
border: none;
}