/评论框整体内容/
background:#F5F5F5; /整体背景色/ border-radius:5px 8px; /整体圆角弧度/ color:black; /非链接文字颜色/ margin:2px; /外边距/ padding:2px; /内边距/ }
/高亮字体定义/
padding:3px 5px; }
/头像定义/
width:56px;height:56px; /头像的宽度和长度/ border-radius: 28px; /头像圆角效果/ -webkit-border-radius: 27px; -moz-border-radius:27px; box-shadow: inset 0 -1px 1px grey; /头像阴影效果/ -webkit-box-shadow: inset 0 -1px 1px grey; }
/评论正文定义/
color:black; background:pink; padding:6px 4px; margin:2px 1px; border:dotted #ccc; border-width:1px 0; }
/单条评论整体/
background:lightgrey; margin:3px 2px; padding:4px 2px; }
/单条评论链接文字/
color:#333; } / 笑忘书(35230.wodemo.com) 制作 /