|
@@ -82,20 +82,26 @@
|
|
|
}
|
|
|
.commentBox .comment .body .body-box .content .c-right .detailDesc {
|
|
|
letter-spacing: 2rpx;
|
|
|
- padding: 24rpx 0rpx;
|
|
|
+ margin: 12rpx 0rpx;
|
|
|
+ padding: 12rpx 0rpx;
|
|
|
+ border-radius: 10rpx;
|
|
|
font-size: 30rpx;
|
|
|
word-break: break-all;
|
|
|
color: rgba(0, 0, 0, 0.7);
|
|
|
}
|
|
|
+.commentBox .comment .body .body-box .content .c-right .hoverClass {
|
|
|
+ background-color: #F7F7F7;
|
|
|
+}
|
|
|
.commentBox .comment .body .body-box .content .c-right .replyList {
|
|
|
width: 100%;
|
|
|
padding: 14rpx;
|
|
|
box-sizing: border-box;
|
|
|
- background-color: #F7F7F7;
|
|
|
+ background-color: #fafafa93;
|
|
|
margin-bottom: 20rpx;
|
|
|
}
|
|
|
.commentBox .comment .body .body-box .content .c-right .replyList .reply {
|
|
|
font-size: 28rpx;
|
|
|
+ margin-bottom: 8rpx;
|
|
|
}
|
|
|
.commentBox .comment .body .body-box .content .c-right .replyList .reply .replyTitle {
|
|
|
color: #0d93c9;
|
|
@@ -103,6 +109,9 @@
|
|
|
.commentBox .comment .body .body-box .content .c-right .replyList .reply .replyContent {
|
|
|
color: rgba(0, 0, 0, 0.7);
|
|
|
}
|
|
|
+.commentBox .comment .body .body-box .content .c-right .replyList .hoverClass2 {
|
|
|
+ background-color: #F7F7F7;
|
|
|
+}
|
|
|
.commentBox .comment .body .body-box .content .c-right .record {
|
|
|
display: flex;
|
|
|
align-items: center;
|