@@ -111,6 +111,38 @@ export default RepliesItem;
.replies-item {
padding: 15px;
width: auto;
+ .notice-message {
+ max-width: 376px;
+ cursor: pointer;
+ .notice-title {
+ display: flex;
+ align-items: center;
+ padding-bottom: 6px;
+ span {
+ font-weight: 600;
+ font-size: 14Px;
+ color: #198CFE;
+ line-height: 24px;
+ }
+
+ .iconNotice {
+ width: 18px;
+ height: 18px;
+ display: inline-block;
+ margin-right: 6px;
+ .content {
+ padding: 0 !important;
+ color: #131415;
+ .content-title {
&-normal {
padding: 12.8px 15px 0 17px;
.message-bubble {