2017-09-03 23:37:51 +08:00
|
|
|
.comment-box {
|
|
|
|
border: 1px solid #DDD;
|
|
|
|
margin-bottom: $-s;
|
|
|
|
border-radius: 3px;
|
|
|
|
.content {
|
|
|
|
padding: $-s;
|
|
|
|
}
|
|
|
|
.content p {
|
2017-05-25 10:34:19 +08:00
|
|
|
margin-bottom: 1em;
|
2017-04-19 03:54:33 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-03 23:37:51 +08:00
|
|
|
.comment-box .header {
|
|
|
|
padding: $-xs $-s;
|
|
|
|
background-color: #f8f8f8;
|
|
|
|
border-bottom: 1px solid #DDD;
|
|
|
|
img, a, span {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
a, span {
|
|
|
|
padding: $-xxs 0 $-xxs 0;
|
|
|
|
line-height: 1.6;
|
|
|
|
}
|
|
|
|
a { color: #666; }
|
|
|
|
span {
|
|
|
|
color: #888;
|
|
|
|
padding-left: $-xxs;
|
|
|
|
}
|
|
|
|
.text-muted {
|
|
|
|
color: #999;
|
2017-05-03 05:12:04 +08:00
|
|
|
}
|
2017-04-19 03:54:33 +08:00
|
|
|
}
|