|
@@ -22544,7 +22544,7 @@ ol {
|
|
}
|
|
}
|
|
.hfBottom>div:last-child{
|
|
.hfBottom>div:last-child{
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
- color: #777;
|
|
|
|
|
|
+ color: #cd1a1a;
|
|
}
|
|
}
|
|
.whoReplyWho>.hfImg{
|
|
.whoReplyWho>.hfImg{
|
|
width: 12px;
|
|
width: 12px;
|
|
@@ -22558,6 +22558,12 @@ ol {
|
|
.hfContent{
|
|
.hfContent{
|
|
padding-top: 10px;
|
|
padding-top: 10px;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ white-space: normal !important;
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
+ word-wrap: break-word;
|
|
|
|
+ -webkit-box-orient: vertical;
|
|
}
|
|
}
|
|
|
|
|
|
.hfTime{
|
|
.hfTime{
|